Sub-Forum Dropdown Menu
This modification is in the archives.
This is NOT my creation but it has yet to be posted in the vBulletin 3.6 Template Modifications Section. This mod was originally posted in the 3.5 Section by DanLai Subforum Drop-down Menu
I have though tweaked it a bit for use with vB 3.6.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 ---------------------------------------> Download No files for download. Addons Screenshots |
Similar Mods
Forum Home Enhancements Sub-Forum Dropdown Menu | vBulletin 3.7 Template Modifications |