[TYPO3] tt_news and TS

Andrea Giorgini a.giorgini at norvlit.de
Mon Nov 27 12:17:11 CET 2006


Hi list,

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


unfortunately what I see inside the news_div is USER.
What do I do wrong?

Thx a lot

Andrea



More information about the TYPO3-english mailing list