afkae
08-10-2005, 02:41 PM
This is realy an extra for Vbulletin but it was mainly because I needed a better navigation on all my pages. It is my first modification I worked out for myself.
Go to your Admincp/Styles & Templates/Style Manager/ edit/navbar
Look for:
<!-- / nav buttons bar -->
beneath it put:
<div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!-- Home link in navbar non drop down menu -->
<td class="vbmenu_control"><a href="http://www.yoursite.com/...../index.php">Home</a></td>
<td class="vbmenu_control"><a href="http://www.yoursite.com/...../forum.php">Forum</a></td>
<td class="vbmenu_control"><a href="<http://www.yoursite.com/...../gallery.php>">Gallery</a></td>
<td class="vbmenu_control"><a href="http://www.yoursite.com/...../links.php">Links</a></td>
</tr>
</table>
</div>
Save it and you're done.
Go to your Admincp/Styles & Templates/Style Manager/ edit/navbar
Look for:
<!-- / nav buttons bar -->
beneath it put:
<div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<!-- Home link in navbar non drop down menu -->
<td class="vbmenu_control"><a href="http://www.yoursite.com/...../index.php">Home</a></td>
<td class="vbmenu_control"><a href="http://www.yoursite.com/...../forum.php">Forum</a></td>
<td class="vbmenu_control"><a href="<http://www.yoursite.com/...../gallery.php>">Gallery</a></td>
<td class="vbmenu_control"><a href="http://www.yoursite.com/...../links.php">Links</a></td>
</tr>
</table>
</div>
Save it and you're done.