Problems incoporating an RSS feed
Posted: Fri Feb 17, 2006 5:48 pm
I've been trying to put an RSS feed from my Invision PowerBoard (IPB) forum into the pages of my main website, which I'm building using CMSMS. I've tried using both pirss and the RSS module bundled with CMSMS, but neither produce any output from the IPB feed. However, both work fine with some other RSS feeds.
From this I might say the IPB feed is broken - but it works fine with a couple of feed readers I've tried - Google and Thunderbird!
HELP!
Heres a CMSMS test page with both feeds: http://pepipoo.com/cmsms/index.php?page=Test
I'd really appreciate it if anyone could point to where the problem lies!
From this I might say the IPB feed is broken - but it works fine with a couple of feed readers I've tried - Google and Thunderbird!
HELP!
Heres a CMSMS test page with both feeds: http://pepipoo.com/cmsms/index.php?page=Test
Code: Select all
<h3>RSS feeds</h3>
<h4>BBC Sport feed (pirss)</h4>
<p>{pirss url="http://newsrss.bbc.co.uk/rss/sportonline_uk_edition/latest_published_stories/rss.xml"}</p>
<h4>IPB forum feed (pirss)<br /></h4>
<p>{pirss url="http://forums.pepipoo.com/index.php?act=rssout&id=2"}</p>
<h4>BBC Sport feed (CMSMS RSS module)</h4>
<p>{cms_module module="rss" url="http://newsrss.bbc.co.uk/rss/sportonline_uk_edition/latest_published_stories/rss.xml"}</p>
<h4>IPB forum feed (CMSMS RSS module)</h4>
<p>{cms_module module="rss" url="http://forums.pepipoo.com/index.php?act=rssout&id=2"}</p>