05. 08. 2005, 09:25

Hallo in die Runde! Ich habe einen RSS-Feed ohne Probleme erstellt. Er ist unter http://www.setcom.at/index.php?id=36&type=100 abrufbar. Das Problem dabei: Die Links funktionieren nicht, da nach der Domain ein zweites "Slash-Zeichen" automatisch hinzugefügt wird und somit die Links wieder auf die Startseite führen. Was mach ich da bitte falsch?

Meine Konfiguration:

Constants

  1. plugin.tt_news {
  2. displayXML {
  3. rss091_tmplFile = EXT:tt_news/res/rss_0_91.tmpl
  4. xmlFormat = rss091
  5. xmlTitle = SETCOM.at: IT- und Unternehmens-News
  6. xmlLink = http://www.setcom.at/
  7. xmlDesc = Neuigkeiten aus der Welt der IT und von der Firma SETCOM.
  8. xmlLang = de
  9. xmlLimit = 15
  10. title_stdWrap.htmlSpecialChars = 1
  11. title_stdWrap.htmlSpecialChars.preserveEntities = 1
  12. subheader_stdWrap.stripHtml = 1
  13. subheader_stdWrap.htmlSpecialChars = 1
  14. subheader_stdWrap.htmlSpecialChars.preserveEntities = 1
  15. subheader_stdWrap.crop = 300 | ... | 1
  16. subheader_stdWrap.ifEmpty.field = bodytext
  17. xmlLastBuildDate = 1
  18. }
  19. }

Setup

  1. xmlnews = PAGE
  2. xmlnews {
  3. typeNum = 100
  4. 10 >
  5. 10 < plugin.tt_news
  6. 10.pid_list >
  7. 10.pid_list = {$plugin.tt_news.pid_list}
  8. 10.singlePid >
  9. 10.singlePid = 36
  10. 10.defaultCode = XML
  11. 10.displayXML.subheader_stdWrap.crop = 300 | ... | 1
  12. config {
  13. disableAllHeaderCode = 1
  14. additionalHeaders = Content-type:text/xml
  15. no_cache = 1
  16. xhtml_cleaning = 0
  17. }
  18. }

Verwendet wird die aktuelleste Version von tt_news (2.2.24).