Page 1 of 1

RSS Feeds

Posted: Sun 1. May 2005, 01:27
by sayitfast1
I see on the main page of phpWCMS at the bottom there are rss feeds... how do I enable this???

Thanks,

:shock:

Posted: Sun 1. May 2005, 04:30
by Pappnase
hello

if you wanna include rss feeds to your site use the rss feeds contentpart :wink:
http://www.phpwcms-docu.de/index.php?rss_feed_en

and when you want offer your content as rss feed you have a tag wich i also forget into the docu :oops: but i will be implent today!

Code: Select all

[RSS all]some tex or {RSS}[/RSS]
usage:
a) http://www.mysite.com/rss.php -> comlete structure
b) http://www.mysite.com/rss.php?rssfeed=5 -> structure ID
c) http://www.mysite.com/rss.php?news -> structure ALIAS
[RSS INT/STRING/EMPTY]linktext[RSS] -> link like a) b) c)[code]

rss

Posted: Thu 9. Jun 2005, 18:54
by snezko
sorry i tried to use a RSS tag but i get only this message

Fatal error: Call to undefined function: serialize() in /data/www/umenie.net/rss.php on line 86

everything else (backend with all of functions) work properly.
only this RSS have a problem with a path... somewhere but i cannot found the function serialize.

can you tell me more ?