Installed fine on Gold at
www.myispforum.com
I had to add:
PHP Code:
$rss_description = str_replace("<br>", "\n", $rss_description);
$rss_description = str_replace("<br />", "\n", $rss_description);
Before the thread was submitted... I started with a simple CNET News feed, and had the <br> tags in the thread, so that fixed that...
What about other options like polling intervals? Slashdot requires a longer wait than most I think...
Is it querying the feeds each time that the index or forumdisplay is loaded, or is it set on an internal update timer?
I haven't really torn the code apart yet, but it looks nice...
I would really like to see the RSS2 implementation, and how that post looks...
Does anyone have a good Internet News Feed that is RSS2? something like Internet Security, Networking, etc.
TIA