Back to vBulletin 3.6 Template Modifications

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

This modification is in the archives.
vB Version: 3.6.x Rating: (4 votes - 4.50 average) Installs: 44
Released: 12 Aug 2007 Last Update: Never Downloads: 16
Not Supported Template Edits  

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]
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 --------------------------------------->

Download

No files for download.

Addons

Screenshots

Click image for larger version
Name:	Screenshot1.gif
Views:	4102
Size:	19.9 KB
ID:	68626   Click image for larger version
Name:	Screenshot2.gif
Views:	3400
Size:	20.6 KB
ID:	68627  

Similar Mods

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

vblts.ru supports vBulletin®, 2022-2024