Wieder mal RSS Feed

Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Post Reply
efeqtif
Posts: 16
Joined: Sun 8. Jul 2007, 15:03

Wieder mal RSS Feed

Post by efeqtif »

Hallo liebe Forumler,

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"
Viele Dank für Eure Hilfe!
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: Wieder mal RSS Feed

Post by update »

structureID = "1" ; if empty it will return the list of all articles sort by date, or use an phpwcms alias
hast Du versucht, das mal leer zu lassen?
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
efeqtif
Posts: 16
Joined: Sun 8. Jul 2007, 15:03

Re: Wieder mal RSS Feed

Post by efeqtif »

ja,
hab ich.

mir wird nichts ausgegeben. ich habe ja auch die xml aus content/rss gelöscht. ist es richtig, dass auch keine neue angelegt wird? müsste doch eigentlich oder? rechte sind alle gesetzt, sollte also wegen schreibrechten keine probleme geben.
Post Reply