[TYPO3-english] avoid static template files in some pages

Marcus 'biesior' Biesioroff vsbies at wp.pl
Fri Jan 23 11:00:36 CET 2009


> My question is about loading static templates from extensions, it´s 
> possible to "unload" static templates in same pages?. 

first use the TypoScript Object Browser (mod-> Template) and identify 
correct name of problematic extension you want to disable.

Later insert a sub-template record in page(s) where you want to disable 
it and fill in Setup field:

plugin.some_correct_plugins_name >

(which will remove the plugin at this page)

You can also use conditions in your main template:

[globalVar = TSFE:page|uid = 123] || [globalVar = TSFE:page|uid = 456]
   plugin.some_correct_plugins_name >
[global]


-- 
Marcus 'biesior' Biesioroff
a.k.a. Marek Krawczyk (original)

Polish TYPO3 Community Proud Member
http://typo3.pl


More information about the TYPO3-english mailing list