[TYPO3-templavoila] disableExplosivePreview doesn't work?

Franz Koch typo3 at fx-graefix.de
Mon May 22 01:20:03 CEST 2006


Andreas Förthner schrieb:
> Hi,
> 
> I was just wondering if the 
> plugin.tx_templavoila_pi1.diableExplosivePreview TS options doesn't 
> work? Does anybody know how to configure TV to use this option?
> 
> In my installation setting this option in the template, doesn't take 
> effect.

Hi Andreas,

it works, but you have to apply this setting also to your page-rendering object like:
----
page.10 = USER
page.10 {
	userFunc = tx_templavoila_pi1->main_page
	disableExplosivePreview = 1
}
----

the "plugin.tx_templa..." stuff is for FCEs etc. In order to set these settings only one time you could do this:

----
page.10 < plugin.tx_templavoila_pi1
page.10.userFunc = tx_templavoila_pi1->main_page
----

Then your settings will also apply to the pageTemplate - not only FCEs.

-- 
Kind regards,
Franz Koch



More information about the TYPO3-project-templavoila mailing list