[TYPO3-templavoila] How to set up an extension on every page in the site - in the template

Tobias Pinnekamp mail at tpinne.de
Sun Jun 18 11:53:40 CEST 2006


Jes schrieb:
> Jes wrote:
>> Hello
>>
>> I am trying to set up the "new login box" extension on every page on 
>> my site.
>> I am using Templa Voila (newest version) - but cannot work out how to 
>> insert that extension in the template.
>>
>> I know it can be done - but I just can't figure it out.
>>
>> Any help will be appreciated very much. Preferably in detail - since I 
>> am not a very good coder - so I need it spelled out:-)
>>
>> Thank you in advance - and best regards
>>
>> Jes Petersen
> 
> Maybe it can be done by mapping a div in the template - and making a 
> extension template with the correct code to display the extention.
> 
> Best regards
> 
> Jes

Hi Jes,

when I want an extension on every site I map a field on a div with the 
type TypoScript Object Path like "lib.newloginbox"

Then anywhere in your TS setup (but it must be included) you can type 
something like this

lib.newloginbox = USER
#(or USER_INT if you don't want to cache it)
lib.newloginbox.userFunc = tx_newloginbox_pi1->main

Maybe that there is a little more to do, but that's for a start


Best regards
Tobias



More information about the TYPO3-project-templavoila mailing list