Easy Navbar Links
/*==============================================================*\
|| ############################################################ || || # Easy Navbar Links || # Version 1.00 || # Author: Warden || # This mod may only be used from vbulletin.org || # DO NOT display this mod on any other modification site without my permission || # You can alter this code and re-display it here on vbulletin.org || ############################################################ || \*==============================================================*/ Easy Navbar Links Installation: Less than 3 minutes! Installation instructions: Go to your navbar template: Styles and Templates > Style Manager > vB4 > Navigation Breadcrumb Templates > Navbar: Find this code near the top: Code:
<ul class="floatcontainer"> {vb:raw template_hook.navbar_start} Code:
<!-- Navbar Links --> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li class="non-selected"><a class="navtab" href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <!-- / Navbar Links --> OR... You can use it this way and add links to the navbar with new posts and pm's, etc. in the sub-navbar!! Find in the navbar template: Code:
{vb:raw template_hook.navbar_start} <vb:if condition="$show['searchbuttons']"> Code:
<li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> <li><a href="sample.php?{vb:raw session.sessionurl}">Sample</a></li> Change Blue highlighted link to your link name. 2nd picture shows this sample. Edit the links to whatever you want. Done! If you use this mod, please CLICK INSTALL!! Download
navbar_install.txt (1.4 KB, 249 downloads) Supporters / CoAuthors
Screenshots |
Similar Mods
Forum Display Enhancements Easy Navbar Links | vBulletin 3.8 Template Modifications |
Forum Display Enhancements Easy Navbar Links | vBulletin 3.7 Template Modifications |
Profile Enhancements Ez Referral Links [Easy Way to Boost Referrals] | vBulletin 3.7 Template Modifications |