Re: [TYPO3-english] FLUID Objectstorage

2013-09-10 Thread Dominic Garms
On 10/09/13 20:34, Mitja wrote: a code example of what I am trying to do is this: I think that the above example might be very slow so I would rather have only the first one displayed without the need of

Re: [TYPO3-english] Templavoila

2013-09-10 Thread Andreas Becker
Hi Jan not sure what changed but we are using in all our sites meanwhile 6.1.4 with TemplaVoila and everything works fine. With 6.2 we did not test until now! The link I posted is actually build with it you could download and test it yourself! Another possibility would be using t3bootstrap from F

Re: [TYPO3-english] Single Sign On

2013-09-10 Thread Jan Bednarik
Hi, thanks Dmitry, this helped. Eventually I've used jumpUrl with transfer session. The only disadvantage is that you need to navigate using links in page and you can't type URL directly into browser. But since there's a stripe at the top of the page with links to the other websites, I believ

Re: [TYPO3-english] caching different versions of page based on querystring params?

2013-09-10 Thread Jan Bednarik
Hi, you need cHash - http://typo3.org/documentation/article/the-mysteries-of-chash-1 Jan Dne 30.8.2013 16:24, Erich Specht napsal(a): I have a page that displays different content based on a parameter in the querystring. At the moment I have caching disabled on the page. Is there a way to

Re: [TYPO3-english] Templavoila

2013-09-10 Thread Jan Bednarik
Hi, can you fill me in please? Last time I checked, it wasn't working and required manual patching at least. I don't see any update in Ext repository, so what has change that it's now working? Thanks Jan Dne 2.9.2013 22:03, François Suter napsal(a): Hi Jim, Will Templavoila work with typ

[TYPO3-english] Translate viewhelper usage

2013-09-10 Thread Sergio Catalá
Hi list, I saw in some extensions two usages of translate Viewhelper: bye & But tag-content ("bye") is not used. What would it be the difference? Thanks in advance. Regards, Sergio ___ TYPO3-english mailing list TYPO3-english@lists.typo3.or

[TYPO3-english] Re: FLUID Objectstorage

2013-09-10 Thread Mitja
a code example of what I am trying to do is this: I think that the above example might be very slow so I would rather have only the first one displayed without the need of a . _

[TYPO3-english] FLUID Objectstorage

2013-09-10 Thread Mitja
Hello! I have a question regarding the rendering of 1:n relationships in fluid. I know that for this relationships you get an objectstorage which you can than use in the viewhelper. My question is, how can I get the first or 3rd element with fluid without the need of a viewhelper. Is there

[TYPO3-english] Re: sr_feuser_register - no token error

2013-09-10 Thread Angelika Ophagen
Hello Arun, thank you very much for your fast reply. We have used the hack now and it helps us to test the functionality and to finish the configuration. We are very grateful for the hint concerning xclasses and will try it later to remove the hack. So far it is working fine with the hack :D

Re: [TYPO3-english] sr_feuser_register - no token error

2013-09-10 Thread PIT Solutions
Hi, I've faced this problem before, "Security Tocken is Empty". For fixing this I've done a trick, In typo3conf/ext/sr_feuser_register/model/class.tx_srfeuserregister_controldata.php file, change  protected $isTokenValid = FALSE; to TRUE. Then the issue is fixed. You can use xclasses for av

Re: [TYPO3-english] newloginbox -> felogin, template login box

2013-09-10 Thread Ralf-Rene Schröder
Am 10.09.2013 11:30, schrieb Salander: > You mean the login_footer CSS? I have only some basic stuff like float : > left and margin-left : 10px. > I modified that but it's still the same felogin big box. > > Or maybe you were talking about TypoScript? i don't know your installation your old desig

Re: [TYPO3-english] sr_feuser_register - no token error

2013-09-10 Thread PIT Solutions
Hi, I've faced this problem before, "Security Tocken is Empty". For fixing this I've done a trick, In typo3conf/ext/sr_feuser_register/model/class.tx_srfeuserregister_controldata.php file, change  protected $isTokenValid = FALSE; to TRUE. Then the issue is fixed. You can use xclasses for av

[TYPO3-english] Re: Re: Re: Re: Trying to get realurl to work

2013-09-10 Thread azdour
Hi, Just to be clear I did read the doc before resorting to Google. I think my problem is that for some reason I'm having trouble wrapping my head around it. Not sure why just waiting for that magic moment when things click into place. Within typo3 when editing the page where do I place the

[TYPO3-english] Re: sr_feuser_register - no token error

2013-09-10 Thread Angelika Ophagen
Hello Bernd, I am especially grateful for 1. the very fast reply 2. the condolences - mean very much to me Thanks for the link where I can further search for a solution. Angelika -- A. Ophagen typo3.newbie ___ TYPO3-english mailing list TYPO3-english@

[TYPO3-english] Re: newloginbox -> felogin, template login box

2013-09-10 Thread Salander
You mean the login_footer CSS? I have only some basic stuff like float : left and margin-left : 10px. I modified that but it's still the same felogin big box. Or maybe you were talking about TypoScript? ___ TYPO3-english mailing list TYPO3-english@li

Re: [TYPO3-english] newloginbox -> felogin, template login box

2013-09-10 Thread Ralf-Rene Schröder
Am 10.09.2013 10:37, schrieb Salander: > I want to have the exact same design as before. > I don't know where should I start? Should i modify the .html from > felogin? The issue is that newloginbox had no .html file, and I need it > to inspire me. you have to modify your CSS ! i think there would

[TYPO3-english] Re: Extbase -> reduce queries in m:m relations

2013-09-10 Thread Viktor Livakivskyi
Hi, all. I'll jsut add a link to a basic example of how it works: http://sourcemaking.com/design_patterns/proxy/php So, basically, once any method from real class is triggered, the proxy class makes real instance of it. Meaning, that it doesn't matter if you call ->getTitle() or ->getComplexR

[TYPO3-english] newloginbox -> felogin, template login box

2013-09-10 Thread Salander
Hello, Firstly, I'm crap at english. Sorry. I'm working on a old website. On every page of this site, there is a called 'login_footer' ( index.html ) which shows a little block login/password. It was, of course, the plugin newloginbox. Here you can see below : http://i.imgur.com/ZE42l6U.png

Re: [TYPO3-english] Trying to get realurl to work

2013-09-10 Thread amadeo Marketing & Design - Paul Garais
For education of people who are ... let's say a bit lazy ... you could use: http://lmgtfy.com/ ... works out great ;) Am 10.09.2013 08:42, schrieb Dmitry Dulepov: Hi! Ralf-Rene Schröder wrote: just to show you where: It could be better if he found this himself :) He would have to

Re: [TYPO3-english] sr_feuser_register - no token error

2013-09-10 Thread bernd wilke
Am 10.09.13 09:25, schrieb Angelika Ophagen: I have a question regarding the Typo3 extension sr_feuser_register. I do not know whether it is my mistake or a bug. I am new to Typo3 (started three weeks ago) and I am supposed to add a user registration to our secondary website until Friday. There

Re: [TYPO3-english] Analysing performance problems

2013-09-10 Thread Graham Knight
Hi, Many thanks to all who have given me useful lines to pursue. I will let you know how I get on. Graham ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] sr_feuser_register - no token error

2013-09-10 Thread Angelika Ophagen
I have a question regarding the Typo3 extension sr_feuser_register. I do not know whether it is my mistake or a bug. I am new to Typo3 (started three weeks ago) and I am supposed to add a user registration to our secondary website until Friday. There is an error I get when I click on the link

Re: [TYPO3-english] custom class in RTE - Typo3 6.1.3

2013-09-10 Thread PIT Solutions
Hi Man, Still the block style and text-style is disabled in my RTE. I've tried a lot. But no solution found. In Typo3 4.7 its working, but in 6.1.3 this is not working. Thanks & Regards, Arun From: Web Essentials - Support (Math Man) To: PIT Solutions ; TYPO3 E