[TYPO3] Displaying more than 3 news with tt_news

DWJBuzzurro dwj at buzzurri.net
Fri Jun 16 19:18:07 CEST 2006


> Hello all,
>
>
> My goal :
> I want to have only the latest 2 news on my homepage and the others in 
> my "News" page.
>
> Here's what I did :
> - added a news (LATEST) content element on homepage and limit it with 
> "Limit: max items for LIST and LATEST : 2"
> - added this in my template setup (22 is the ID of the News page) :
>
> plugin.tt_news {
>    archiveTypoLink.parameter = 22
> }
>
> - added a news (LATEST) content element on "News" page *without* setting 
> the "Limit: max items for LIST and LATEST" parameter"
>
>
> Everything is working fine as long as I have only 3 news items. When I 
> add the 4th, 5th, 6th, ... item, they aren't displayed on my "News" 
> page. What am I doing wrong?
>
>   
> - added a news (LATEST) content element on "News" page *without* setting 
> the "Limit: max items for LIST and LATEST" parameter"
>   
Maybe u should add a LIST content in the "News" page, that will show a 
list of all the news record u have added. Otherwise the LATEST content 
will show the last 3 tt_news record 4 default.



More information about the TYPO3-english mailing list