[TYPO3-dev] Does typo3 implement a method to address FE plugins individually via TS?

Patrick Pirrotte Patrick.Pirrotte at lns.etat.lu
Fri Dec 1 11:31:29 CET 2006


Hi,

Yesterday I posted a question on Typo3-en concerning individual TS-scripting
for identical plugin on a same page (entitled "tt_news with multiple
templates on same page"). I don't like to cross-post, so I'm reformulating
my question to be more general.

While it only concerned tt_news in the beginning, I'm now hitting a similar
wall each time I want to configure two FE plugins both residing on the same
page via TS. They both share the same config.

Do you know of a syntax which would allow to effectively finetune plugins
individually? This is an pseudo-code example of what I mean:

plugin.pluginName_ContentPosition1{
templateFile = xxx
var1 = 2
}
plugin.pluginName_ContentPosition2{
templateFile = yyy
var1 = 1
}

tt_news allows to change templates in its flexform tabs, but unfortunately
this does not affect LOCAL_LANG which is still shared between all plugin
instances of a same page.

I'm glad for any help I can get.

Best regards,

Patrick






More information about the TYPO3-dev mailing list