Hi Racco. You could copy the tt_news object into your own object, that way you can manipulate the typoscript of the ext locally, without changing the main tt_news settings.
Sometning like this: myNewsObject1 < plugin.tt_news myNewsObject2 < plugin.tt_news Setting a different PID for one of them, can be done like this: myNewsObject1.pid_list = 77 NOTE: You can't insert those using the tt_news plugin element. Instead you'll have to do it using Typoscript (Or create a FlexForm element) -- Peter Klein/Umloud Untd "Rakowski Tomasz" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Hello! > > Is there a way to control content elements properties via TypoScript? > What I mean is that I would like to point via TypoScript a specific > tt_content(uid) element and then manipulate on its properties via > TypoScript. > > Example: > > I have two tt_news lists within one page. > I would like to configure them to act differently and those options are > not available in tt_news FlexForms. I can set TypoScript on that page but > it will of course affect both extensions. > So how could I do it? Is there any way to base choice on tt_content uid or > sth like that? > > > thank you for your responses! > racco _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
