Post Reply 
Petition to improve the RSS feeds
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
Post Reply 


Messages In This Thread
Petition to improve the RSS feeds - lnminente - Dec. 05, 2008, 07:26 PM
RE: Petition to improve the RSS feeds - Kye-U - Dec. 13, 2008, 09:56 PM
RE: Petition to improve the RSS feeds - Kye-U - Dec. 16, 2008, 03:10 AM
RE: Petition to improve the RSS feeds - Kye-U - Mar. 23, 2009, 02:30 AM
RE: Petition to improve the RSS feeds - Kye-U - May. 04, 2009, 06:50 PM
RE: Petition to improve the RSS feeds - Kye-U - May. 04, 2009, 07:19 PM
RE: Petition to improve the RSS feeds - Kye-U - May. 04, 2009, 07:30 PM
RE: Petition to improve the RSS feeds - Kye-U - May. 04, 2009, 07:43 PM
RE: Petition to improve the RSS feeds - Kye-U - May. 04, 2009, 08:39 PM
RE: Petition to improve the RSS feeds - Kye-U - May. 07, 2009, 06:04 PM
RE: Petition to improve the RSS feeds - Kye-U - May. 07, 2009 07:20 PM

Forum Jump: