[TYPO3] Incorporating tt_news in tempavoila problem
Luc Franken [TenToday]
typo3 at tentoday.com
Thu Jun 8 13:01:00 CEST 2006
I use this which works:
lib.actualcontent< plugin.tt_news
lib.actualcontent{
code >
code = LATEST
pid_list >
pid_list = 32
catImageMode = 0
catTextMode = 0
}
Don't forget to include the static template in your template record!
David Rennert schreef:
> Hi,
>
> I'm trying to have a templavoila page display a list of news items.
> I am using this typoscript code:
>
> plugin.tx_tt_news_pi1 {
> code= LATEST
> pid_list = 527
> latestLimit=10
> }
> lib.latest_news < plugin.tx_tt_news_pi1
>
> but nothing happens.
>
>
> There's no problem with the TO itself- when use this code:
> lib.latest_news < plugin.tt_news
>
> I get a "tt_news configuration error" telling me that value for "code"
> is configured.
>
More information about the TYPO3-english
mailing list