Extra Tab in Navbar

cyruski

New Member
Hello,

I am asking for a extra tab in my navbar, I liked the way you guyz put "apply to be a moderator" and "donate" tabs

I can pay for those 2 template modification via Paypal
 

Daz

New Member
Just insert this at the bottom of your header template or at the bottom of your navbar template & insert the links & description you need

PHP:
<!-- navigation -->
<ul class="vbseo_main_menu">
	<li><a href="http://www.your forum/">Home</a></li>	
	<li> | </li>
	<li><a href="http://www.your forum/modapp.php">Apply to be a Moderator</a></li>

<li> | </li>
	<li><a rel="nofollow" href="http://www.yourforum/misc.php?do=donate">Donate</a></li>
</ul>
<!-- /navigation -->

but if you want it to link to donate & mod application you will need to install those hacks first

both are on here search will find them
 
Top