ich weiß, dass das Thema viel besprochen wurde und ich hab mich auch, vor diesem Posting hier, hier im Forum schlau gemacht, aber ich bekomme es einfach nicht hin, dass ein RSS Feed erstellt wird, den der User auf meiner Website abonnieren kann.
Ich habe die feeds.ini.php bearbeitet und alles eingetragen. Ich habe auch die default-XML gelöscht. Wenn ich nun aber http://www.meine-domain.de/feeds.php?feed=news eintippe, bekomme ich einen vollkommen leeren Feed. Alles was ich sehe sind title und discription und oben die Möglichkeit den Feed zu abonnieren. Keine Artikel werden angezeigt. Nichts.
Woran kann das liegen?
Hab ich hier irgendwas übersehen :
Code: Select all
title = "DOMAIN NEWS"
description = "What's new on meinedomain!"
link = "http://meinedomain.de"
syndicationURL = "" ; let empty to set it to SELF
imagesrc = ""
imagetitle = ""
imagelink = "" ; if not set will be the same as 'link'
imagedescription = ""
useauthor = 1 ; 0 - no author tag, 1 - author tag
feedAuthor = "domain"
feedEmail = "hello@meinedomain.de"
timeZone = "+01:00" ; your local timezone, set to "" to disable or for GMT
cacheTTL = 3600 ; if 0 no caching will be used otherwise these are seconds
structureID = "1" ; if empty it will return the list of all articles sort by date, or use an phpwcms alias as starting point
; you can also use structureID there seperated by ','
maxentries = 10
encoding = UTF-8 ;ISO-8859-1
defaultFormat = RSS2.0 ; available: 0.91/RSS0.91, 1.0/RSS1.0, 2.0/RSS2.0, ATOM/ATOM0.3
filename = "default_feed.xml"