Back to vBulletin 3.7 Template Modifications

Sub-Forum Dropdown Menu
Mod Version: 1.00, by JAuthement

This modification is in the archives.
vB Version: 3.7.x Rating: (3 votes - 5.00 average) Installs: 46
Released: 14 Jan 2008 Last Update: Never Downloads: 22
Not Supported Template Edits Re-usable Code  

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]
Replace with:
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 --------------------------------------->
Step 2. Open:
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'">
+&nbsp;
<else />
-&nbsp;
</if>
$forum[title]
</option>
<!-- Subforum pull-down menu --------------------------------------->
Screen Shots Are Located Here:

Sub-Forum Dropdown Menu

Download

No files for download.

Similar Mods

Forum Home Enhancements Sub-Forum Dropdown Menu vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024