[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 16:25:57 CET 2006


Thanks for your quick reply.

I'll try this

Patrick

-----Original Message-----
From: typo3-dev-bounces at lists.netfielders.de
[mailto:typo3-dev-bounces at lists.netfielders.de] On Behalf Of Dmitry Dulepov
Sent: 01 December 2006 12:48
To: typo3-dev at lists.netfielders.de
Subject: Re: [TYPO3-dev] Does typo3 implement a method to address FE plugins
individually via TS?


Hi!

Patrick Pirrotte wrote:
> 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.

I wonder why this topic displays under "List of modifications for 
TemplaVoila" thread? Did you hit "Reply" instead of "New" while writing it?

> 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
> }

temp.tx_whatever_1 < plugin.tx_whatever temp.tx_whatever_1.templateFile =
abc.html

temp.tx_whatever_2 < plugin.tx_whatever temp.tx_whatever_2.templateFile =
abc.html

But this works only for TS-based objects.

-- 
Dmitry Dulepov

Web: http://typo3bloke.net/
Skype: callto:liels_bugs

"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev






More information about the TYPO3-dev mailing list