Thanks,
RSS Feeds
-
sayitfast1
- Posts: 21
- Joined: Fri 5. Mar 2004, 07:32
RSS Feeds
I see on the main page of phpWCMS at the bottom there are rss feeds... how do I enable this???
Thanks,

Thanks,
-
Pappnase
hello
if you wanna include rss feeds to your site use the rss feeds contentpart
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
but i will be implent today!
if you wanna include rss feeds to your site use the rss feeds contentpart
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
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
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 ?
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 ?
many thanks Snezko