[TYPO3] How to use gather news recursively in a RSS feed using tt_news?

Rupert Germann rupi at gmx.li
Fri Apr 7 15:51:50 CEST 2006


Ricardo Scachetti Pereira wrote:
>     I have the following problem, and I hope somebody can help me out.
> 
>     I've set up tt_news to provide an RSS news feed in my Typo3 website,
> following the instructions from the tt_news manual
>
(http://typo3.org/documentation/document-library/extension-manuals/tt_news/current/).
> No problem there.
> 
>     However, my website is set up so it gathers all the news records
> available on the sub-pages and display them on the homepage. I do that
> by setting the Startingpoint of the tt_news plugin (on the homepage) to
> the homepage and "recursive" to infinite. How can I do the same (i.e.,
> gather news items recursively) in my RSS feed?
> 
>     I have tried to add the following TypoScript to both the website
> template record and to the TSConfig section of the page where I want to
> get the RSS from and it didn't work.
> 
> plugin.tt_news.pid_list = 333
> plugin.tt_news.recursive = 100
> 
>     The pid_list part only works when I put it on the template record.
> The recursive part doesn't work at all for RSS.

try:

xmlnews.10.pid_list = 333
xmlnews.10.recursive = 100

in TS setup

greets
rupert

 



More information about the TYPO3-english mailing list