RSS feeds show only feeds on current page

Permalink
Hi there,

I'm a newbie when it comes to C5. I've just done a fresh install--default settings. I'm having an issue with RSS feeds. The problem is the RSS feed will only list feeds from the current page. My page has 5 per page, then paginates. So the RSS feed will show the five feeds on the current page, but not the older feeds. I've seen similar posts on this forum but not much in terms of feedback. Any ideas?

If it helps, this is the RSS code generated when you click on the RSS icon. I've also attached a screenshot of Firefox to show the RSS feed in the toolbar only listing the feed on the current page.

Thanks in advance for any help,
Sir_timbit

<rss version="2.0">
<channel>
<title>testanother</title>
<link>
http://10.1.2.61/index.php/tools/blocks/page_list/rss?bID=51&cI...
</link>
<description/>
<item>
<title>My First Blog Post</title>
<link>
http://10.1.2.61/index.php/blog/my-first-blog-post/...
</link>
<description>....</description>
<pubDate>Fri, 17 Jun 2011 13:51:50 MDT</pubDate>
</item>
</channel>
</rss>

1 Attachment

 
jordanlev replied on at Permalink Reply
jordanlev
Yeah, that's how the Page List block is designed to work. There are 2 possible solutions to this:
1) Purchase the RSS Feed addon in the marketplace. It's $15. I've used it and it's excellent -- well-built, great support, and provides more robust functionality like what you're asking for.
2) Modify the code of the Page List block to show different numbers of results for the RSS feed. If you're a PHP coder this won't be too difficult to figure out, but otherwise it might be a bit too complex to take on.