The Un-Official Proxomitron Forum
Petition to improve the RSS feeds - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Forum Related (/forumdisplay.php?fid=37)
+--- Forum: Site/Forum-Related (/forumdisplay.php?fid=18)
+--- Thread: Petition to improve the RSS feeds (/showthread.php?tid=1175)

Pages: 1 2 3


RE: Petition to improve the RSS feeds - lnminente - May. 07, 2009 06:25 PM

Yep! Logged or not. Thaks Kye-U Smile!

BTW the suscriptions to the subforums never worked, maybe you could just disable them:
http://prxbx.com/forums/syndication.php?fid=43&type=atom1.0&limit=15


RE: Petition to improve the RSS feeds - Kye-U - May. 07, 2009 07:20 PM

Done!

Note for myself:

In misc.php, replace:
Code:
                        $forumlistbits .= "<option value=\"{$forum['fid']}\" $optionselected>$depth {$forum['name']}</option>\n";

With:
Code:
                        if($forum['pid'] == '0') {
                            $forumlistbits .= "<option value=\"{$forum['fid']}\" $optionselected disabled>$depth {$forum['name']}</option>\n";
                        } else {
                            $forumlistbits .= "<option value=\"{$forum['fid']}\" $optionselected>$depth {$forum['name']}</option>\n";
                        }



RE: Petition to improve the RSS feeds - lnminente - May. 07, 2009 07:43 PM

mmmhh maybe you fixed them already Kye-U. Now http://prxbx.com/forums/syndication.php?fid=44&limit=15 is working, but i think it wasn't before :o