Back to vBulletin 3.6 Template Modifications

Add A Drop Down Menu In Nav
Mod Version: 1.00, by v5etboyphc

This modification is in the archives.
vB Version: 3.6.4 Rating: (2 votes - 4.00 average) Installs: 26
Released: 20 Jan 2007 Last Update: Never Downloads: 17
Not Supported  

Add A Drop Down Menu In Your Navigation

What does it do?
add a drop down list for your navigation

Template to edit: Navbar

Instructions:
open template: navbar
find:
Code:
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php?$session[sessionurl]" rel="nofollow">$vbphrase[register]</a></td>
</if>
Add below
Code:
				<td id="yourmenu" class="vbmenu_control"><a href="$show[nojs_link]#YOURMENU">NAME</a> <script type="text/javascript"> vbmenu_register("YOURMENU"); </script></td>

In same template
Find:
Code:
<!-- / NAVBAR POPUP MENUS -->
Above add:
Code:
	<if condition="$show['member']">
	<!-- your tools menu -->
	<div class="vbmenu_popup" id="YOURMENU_menu" style="display:none">
		<table cellpadding="4" cellspacing="1" border="0">
		<tr><td class="thead">$vbphrase[name]</td></tr>		
		<tr><td class="vbmenu_option"><a href="LINK">NAME</a></td></tr>
		<tr><td class="vbmenu_option"><a href="LINK">NAME</a></td></tr>
		<tr><td class="vbmenu_option"><a href="LINK">NAME</a></td></tr>
		<tr><td class="vbmenu_option"><a href="LINK">NAME</a></td></tr>
		</if>
		</table>
	</div>
	<!-- / your tools menu -->
	</if>
If you want more links simple just add
Code:
		<tr><td class="vbmenu_option"><a href="LINK">NAME</a></td></tr>
before the
Code:
</if>
Last Part
Change all
Code:
YOURMENU
Code:
LINK
Code:
NAME
change all those and you all set

http://www.g-worldz.com/forums/?styleid=1

It seem hard but it pretty easy if you understand those and where to find and edit them

Download

No files for download.

Screenshots


vblts.ru supports vBulletin®, 2022-2024