Sub-Forum Dropdown Menu
This modification is in the archives.
This is template mod I released for 3.6 Seeing that the original vB code remained the same the template edits should still work in 3.7.x.
Description. This is a Mod to make sub-forums appear in a drop-down menu fashion. 1. +/- sign for forums with/without unread posts Step 1. Open: forumhome_forumbit_level2_nopost forumhome_forumbit_level2_post Find: Code: Code:
<strong>$vbphrase[subforums]</strong>: $forum[subforums] Code: Code:
<!-- Subforum pull-down menu ---------------------------------------> <form action="forumdisplay.php" method="get"> <input name="s" value="" type="hidden"> <input name="daysprune" value="-1" type="hidden"> <select name="f" onchange="this.form.submit();"> <option value="$forum[forumid]" selected><strong>Sub Forums</strong></option> $forum[subforums] </select> </form> <!-- Subforum pull-down menu ---------------------------------------> forumhome_subforumbit_nopost forumhome_subforumbit_post Replace the templates with: Code: Code:
<!-- Subforum pull-down menu ---------------------------------------> <option value="$forum[forumid]"> <if condition="$forum[statusicon] == 'new'"> + <else /> - </if> $forum[title] </option> <!-- Subforum pull-down menu ---------------------------------------> Sub-Forum Dropdown Menu Download No files for download. |
Similar Mods
Forum Home Enhancements Sub-Forum Dropdown Menu | vBulletin 3.6 Template Modifications |