[Typo3] tt_news: TS Setup partially ignored?

Gerhard Mehsel sparking at gmx.net
Sat Dec 17 13:43:08 CET 2005


Hello,

I have a working installation of tt_news on a site.
I replace a MARKER with the plugin to have the news on every site:


# this is working
plugin.tt_news.templateFile = files/vhosts/domains/tpl/news.tpl
temp.newslist < plugin.tt_news
temp.newslist.singlePid = 130
temp.newslist.pid_list = 131
temp.newslist.defaultCode = LATEST
######



# this is ignored
plugin.tt_news.displayList.image {
     stdWrap.spaceAfter=25
}
plugin.tt_news.displayList.image.addParams = hspace="10"
plugin.tt_news.displayList.image.altImgResource.params = -colorspace GRAY
########






All the settings (second part) are ignored. Why? Do I have to preserve a 
specific order of the settings? Do I have to configure everything within 
the plugin.tt_news path and assign it afterwards to the temp.newslist 
object?
Is there any difference between configuring plugin.tt_news and then 
assign it to temp.newslist or to assign plugin.tt_news to the 
temp.newslist object and then configure temp.newslist?


Thank you,
Gerd



More information about the TYPO3-english mailing list