[TYPO3-german] tt_news will nicht richtig

Rupert Germann rupi at gmx.li
Mon Apr 24 09:38:49 CEST 2006


Michael Post wrote:
> ich bin bei meiner ersten Typo3 - Seite und möchte gerne tt_news mittels
> Template einbinden.
> Komischerweise geht das nicht wirklich, bzw ich kann den Code nicht
> ändern.
> 
> Hier meine Einträge
> 
> plugin.tt_news.singlePid = 173
> 
> #### Define Latest topics ####
> temp.latestTopics < plugin.tt_news
> temp.latestTopics.code = LATEST
> temp.latestTopics.template = FILE
> #temp.latestTopics.template.file = fileadmin/template/tt_news_topics.tmpl
> #temp.latestTopics.pid_list >
> temp.latestTopics.pid_list = 174
> #temp.latestTopics.catImageMode = 0
> #temp.latestTopics.catTextMode = 0
> #temp.latestTopics.latestLimit = 13

da "code" in der default Konfiguration schon einen stdWrap hat (code.field)
kannst du ihn nicht einfach mit temp.latestTopics.code = LATEST
überschreiben - du musst diesen stdWrap vorher löschen:

 temp.latestTopics.code >
 temp.latestTopics.code = LATEST

gruß
rupert




More information about the TYPO3-german mailing list