[TYPO3-english] Load plugin into subpart

2009-11-04 Thread Rob
Hi all, Few weeks ago i started with typo3 and now i have a question and i hope some of you can help me. Im trying to load plugin.tx_t3mcumulustagcloud into the subpart TAGS without getting it twice on my page. Atm with this code i have the plugin showing in TAGS on the front-end but i have it

Re: [TYPO3-english] Load plugin into subpart

2009-11-04 Thread Chris Müller
Hi Rob, first, you can shorten this: [PIDupinRootline = 2,114] temp.mainTemplate = TEMPLATE temp.mainTemplate { template = FILE template.file = fileadmin/labfs/content.html } [ELSE] temp.mainTemplate = TEMPLATE temp.mainTemplate { template = FILE template.file = fileadmin/labfs/index.html }

Re: [TYPO3-english] Load plugin into subpart

2009-11-04 Thread Ralf-René Schröder
NO condition INSIDE brackets... so it must be temp.mainTemplate = TEMPLATE temp.mainTemplate { template = FILE template.file = fileadmin/labfs/index.html } [PIDupinRootline = 2,114] temp.mainTemplate.template.file = fileadmin/labfs/content.html [END] [PIDinRootline = 4]