Feeds are working for me in every browser I have... Internet Explorer, Firefox, Chrome and Opera...
http://test.8wayrun.com/media.php?do=rss
http://test.8wayrun.com/media.php?do=rss&cid=10
They also validate on Feedburner... Anyone who is having trouble with the feeds, I want you to try something for me...
First go into your usergroup permissions and make sure UNREGISTERED can view library and view details
If RSS feeds still dont work... open "media_functions_hrefs.php"... find:
Code:
return "media" . ($vbulletin->options['media_doseo'] ? "/" : ".php?".$vbulletin->session->vars['sessionurl']);
Replace with...
Code:
return "media" . ($vbulletin->options['media_doseo'] ? "/" : ".php?");
Tell me if the feed (and the rest of the mod) work for you after this.