Post Reply 
Petition to improve the RSS feeds
May. 07, 2009, 06:25 PM
Post: #31
RE: Petition to improve the RSS feeds
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?...0&limit=15
Add Thank You Quote this message in a reply
May. 07, 2009, 07:20 PM (This post was last modified: May. 07, 2009 07:21 PM by Kye-U.)
Post: #32
RE: Petition to improve the RSS feeds
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";
                        }
Visit this user's website
Add Thank You Quote this message in a reply
May. 07, 2009, 07:43 PM (This post was last modified: May. 07, 2009 07:45 PM by lnminente.)
Post: #33
RE: Petition to improve the RSS feeds
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
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: