[TYPO3] Insert news tt_content to suparts still don't work

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Sat May 27 18:30:18 CEST 2006


Matyi Gábor napisa?(a):
> Hi,
> 
> I configured the tt_news with this way.
> 
> http://yaml.t3net.de/tt_news.32.0.html
> 
> I have: 
> 
> - general template record <- id = 145
> - News sysfolder  <- id = 148 
> - page for news list <- id = 23
> - page for news single <- id= 146
> 
> These tricks I deleted from my template
> 
> plugin.tt_news.singlePid = 146
> plugin.tt_news.backPid = 23 
> 
> This works well.
> 
> 
> Now, I'd like to make more one page for one news LIST, where I'd like to 
> get only the 3 newest news item. This three item have to appear on every 
> page on the right.
> 
> These tricks don't works at me.
> 
> subparts.NEWS = RECORDS
> subparts.NEWS.table = tt_content
> subparts.NEWS.source = tt_content_145
> 
> Do anybody have idea?
> 

hello

This one should work.

subparts.NEWS < plugin.tt_news
subparts.NEWS {
   code >
   code = LATEST
   latestLimit = 3
}

And best of all read the documentation. Its all there.

http://typo3.org/documentation/document-library/extension-manuals/tt_news/current/view/1/4/


--
Krystian



More information about the TYPO3-english mailing list