[TYPO3-german] RSS2 Feed Problem mit tt_news
Bernt Orlich
borlich at i-dial.de
Tue Jan 27 10:19:25 CET 2009
Hallo Liste,
ich erzeuge ueber tt_news einen RSS2-Feed. Der Feed laesst sich
auch korrekt abonnieren. Aber er findet leider keine News :(
Die entsprechenden Variablen unter Constants sind richtig und mehrfach
ueberprueft.
Bei meiner Recherche und beim googlen habe ich festgestellt dass ich mit
diesem Problem nicht alleine bin. Leider habe ich aber keine
Problemloesung gefunden. Bin fuer jede Idee dankbar ;)
Gruss
Bernt
Typo3 Version: 4.2.3
tt_news: 2.5.2
das NewsFeed Modul ist im Root-Template eingebunden
in Constants:
###RSS CONSTANTS
# Seite, die die News List enthaelt
xmlnewsfeed_id = 32
xmlnewsfeed_path = news/news-uebersicht
plugin.tt_news {
# SYS-Folder mit News
pid_list = 27
# Seite mit Singleanzeige
singlePid = 28
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
# moegliche: rss091 / rss2 / rdf / atom03
xmlFormat = rss2
xmlLink = http://meinedomain
xmlLimit = 10
xmlDesc = Aktuelle News
xmlTitle = bla
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
}
}
im Setup:
###RSS NEWSFEED
xmlnews = PAGE
xmlnews {
typeNum = 100
10 >
10 < plugin.tt_news
10.pid_list >
10.pid_list = {$plugin.tt_news.pid_list}
10.singlePid = {$plugin.tt_news.singlePid}
10.defaultCode = XML
config {
disableAllHeaderCode = 1
additionalHeaders = Content-type:text/xml
no_cache = 1
xhtml_cleaning = 0
}
}
page.headerData.500 = TEXT
page.headerData.500.value = <link rel=alternate type=application/rss+xml
title=RSS-Feed
href=http://{$spcConf.hostname}/index.php?id={$xmlnewsfeed_id}&type=100
/>
# cooliris pagehaeder von wt_gallery wegschmeissen
page.headerData.3135 >
More information about the TYPO3-german
mailing list