[Typo3] Loading a plugin with a static template?

Johan Nordström johan at teknikmejeriet.se
Thu Mar 24 09:19:07 CET 2005


Hi all!

I have search through the TSref, TypoScript by Example and this 
typo3.english newsgroup, but I can't find a solution to my (I figure) 
simple problem.

A typo3-site I am developing uses TypoScript and loads a HTML-template 
into the system and parses all my markers. So far so good.

Now I have made a marker for a login-box, where I want to include the 
"newloginbox"-plugin. I can load it by including it in a column in the 
Page-module, but I want it to be on all pages.
    Hence I want to load it by TypoScript into my variable.

I've tried using the USER-obj but can't get it to work

(ie:
   subparts.loginBox = COA
   subparts.loginBox {
     5 = USER
     5 {
       userFunc = EXT:/newloginbox
     }
   }
)

Tried all different kind of combinations, even calling the class->main() 
and so on.

Anyone have the slightest idea? Any help is greatly appreciated!


Best regards,

Johan Nordström, system technician
Teknikmejeriet AB
Flädie Mejeriväg 13
S-237 91 BJÄRRED
SWEDEN
+46 (0)46 24 70 70



More information about the TYPO3-english mailing list