[TYPO3-ttnews] default code and typo3 4.0

Susanne Moog mail at susi-moog.de
Tue Apr 11 18:50:50 CEST 2006


Rupert Germann schrieb:

> 
> Susanne Moog wrote:
  > you could either use:
> 
> page.60 =< plugin.tt_news
> plugin.tt_news.code = LATEST
> 
> which makes a reference from plugin.tt_news to page.60
> or you simply swap the order of the lines
> 
> plugin.tt_news.code = LATEST
> page.60 < plugin.tt_news
> 
> or you manipulate the code in the copied object
> 
> page.60 < plugin.tt_news
> page.60.code = LATEST
> 
> generally you should prefer the reference because then the complete
> plugin.tt_news configuration array has only to be parsed once in TypoScript
> (which saves memory and processing time)


Hi again,

finally found out, why it wasn't working even with your solutions, just 
in case somebody searches a solution for the same problem.
It doesn't work and probably has never worked with
plugin.tt_news.code but it works with plugin.tt_news.defaultCode. Needed 
a little time to figure that out, but finally works very well.

greets,

Susanne



More information about the TYPO3-project-tt-news mailing list