1

Topic: Where is the rss-feed in punbb

Sorry for my simple question, but I am very new to the dicourse of punbb. But I have read that there are rss-feed in punbb, and I am now wundering where for instance I find the feeds in this forum. And Also, can somebody tell me if there is a feed with all entrys in this forum.

Re: Where is the rss-feed in punbb

http://punbb.org/docs/dev.html#syndication

Looking for a certain modification for your forum? Please take a look here before posting.

3

Re: Where is the rss-feed in punbb

Thanks for the link. It seems to me that it is recommanded with some programming knowledge to implement a rss-feed. Or is it already implemented in the download of pun?

Re: Where is the rss-feed in punbb

knut wrote:

Thanks for the link. It seems to me that it is recommanded with some programming knowledge to implement a rss-feed. Or is it already implemented in the download of pun?

It's already implemented, all you have to decide is what to show, and where.

This is what you can get:
active (show most recently active topics) (HTML or RSS)
new (show newest topics) (HTML or RSS)

Just add this where you want it:
<?php include('http://host.com/forums/extern.php?action=new&show=10&fid=5,6,7&type=rss'); ?>

And edit the values to what you want to show.

5

Re: Where is the rss-feed in punbb

Thank you very much for the understandeble information, Jansson. I have been considering shaping a forum for quiet a while now. But now I am convinsed that I will try pun. It was importent with the rss because want to drive some blogtraffic to my site.