[TYPO3] tt_news and TS
Mauro Lorenzutti
mauro.lorenzutti at webformat.com
Mon Nov 27 12:28:12 CET 2006
Hi Andrea,
> I am trying to set something like this:
> temp.NEWS < plugin.tt_news
> temp.NEWS {
> code >
> code = LIST
> pid_list >
> pid_list = 30 # My sysfolder where the news are stored
> catImageMode = 0
> catTextMode = 0
> }
> content = COA
> content {
> ... some other content here ...
> 20 = TEXT
> 20.wrap = <div id="news_div"> | </div>
> 20.value < temp.NEWS
> }
> marks.CONTENT < content
Try to change your COA with:
content = COA
content {
... some other content here ...
20 < temp.NEWS
20.wrap = <div id="news_div"> | </div>
}
marks.CONTENT < content
Regards,
Mauro Lorenzutti
e-mail: mauro.lorenzutti at webformat.com
---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
Tel +39-0427-926.389 -- Fax +39-0427-927.653
info at webformat.com -- www.webformat.com
---------------------------------------------------------
More information about the TYPO3-english
mailing list