After upgrading and supporting my 3.0.0 and 3.5.3 version of this hack, I have decided it was time to step into the plugin world to make this easier for people to use.
Despite what category this is in it works with vBulletin 3.0 up to the most recent version of 3.7.
What this does is create another navbar with drop down menus by typing $navbar2 in any of your templates. It is just like the navbar that come with VB but you.
I put a lot of description tags in the navbar2 template that gets installed to help explain what everything does. Once you understand what is going on here you can removed these. With very little modifications you can add to, remove or move items around in this additional navbar.
To install the this.
1. Download the file from this description.
2. Unzip the hack.
3. Import the product-navbar2.xml into your Plugins & ProductsàManage Plugins.
4. Next you will have to decide where you want the navbar2 to be displayed. I have included a few options below.
5A. Under current (original) Navigation bar:
Find:
<!-- / breadcrumb, login, pm info -->
Below that place:
$navbar2
5B. On top of forums tables:
Find:
<!-- / PAGENAV POPUP -->
</if>
Below that place:
$navbar2
5C. Top of current navbar:
Find:
<br />
<!-- breadcrumb, login, pm info -->
Above that add:
$navbar2
5D. Under your header:
Find:
<br />
<!-- breadcrumb, login, pm info -->
Below that add:
$navbar2