Einzelnen Beitrag anzeigen
  #13  
Alt 07.08.08, 13:37
Azu Azu ist offline
Forum Newbie
 
Registriert seit: 01.01.07
Beiträge: 28

Ich verstehe nicht was ich falsch mache so sieht das nun bei mir aus:
HTML-Code:
[PIDinRootline = 12]
globalVar = TSFE:id = 15
[globalVar = TSFE:id = 15]
[GLOBAL]

plugin.tt_news.latestMaxW = 150
plugin.tt_news.latestMaxH = 150###RSS CONSTANTS
# Seite, die die News List enthält
xmlnewsfeed_id = 10
globalVar = TSFE:id = 15
 
plugin.tt_news {
# SYS-Folder mit News
  pid_list = 40,41,36,42,30
  globalVar = TSFE:id = 15
# Seite mit Singleanzeige
  singlePid = 17
  displayXML {
    # rss091_tmplFile = EXT:tt_news/res/rss_0_91.tmpl
    # rdf_tmplFile = EXT:tt_news/res/rdf.tmpl
    # atom03_tmplFile = EXT:tt_news/res/atom_0_3.tmpl
    rss2_tmplFile = EXT:tt_news/res/rss_2.tmpl
 
   # mögliche: rss091 / rss2 / rdf / atom03
    xmlFormat = rss2
 
# Anzahl News in Reader
    xmlLimit = 10
    xmlDesc = Beschreibung meines Angebots
# Sprache
    xmlLang = de
    xmlIcon = fileadmin/templates/mein_rss.gif
    title_stdWrap.htmlSpecialChars = 1
    title_stdWrap.htmlSpecialChars.preserveEntities = 1
    subheader_stdWrap.stripHtml = 1
    subheader_stdWrap.htmlSpecialChars = 1
    subheader_stdWrap.htmlSpecialChars.preserveEntities = 1
    subheader_stdWrap.crop = 300 | ... | 1
    subheader_stdWrap.ifEmpty.field = bodytext
    xmlLastBuildDate = 1
  }
}
Mit Zitat antworten