Adding a Custom NavBar in vBulletin

M ii K e

Reputable
Joined
Feb 19, 2008
Messages
183
Reaction score
0
FP$
6
Welcome

I hope you find this tutorial somewhat usefull. -razz-

Okay here we go.

Step 1

Go to your Admin Panel and go to Styles & Templates > Style Manager then go to any style dropdown menus and click Edit Template

Step 2

Scroll down to Navigation / Breadcrumb Templates then Expand/Collapse this should reveal something like navbar edit this

Step 3

Okay now search for <!-- / nav buttons bar --> under neath paste the following code:

Code:
<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">	
		<td class="vbmenu_control"><a href="YOUR LINK HERE">LINK 1</a></td>
		<td class="vbmenu_control"><a href="YOUR LINK HERE">LINK 2</a></td>
		<td class="vbmenu_control"><a href="YOUR LINK HERE">LINK 3</a></td>
	
	</table>
</div>

Note: Sometimes it will not have this, instead search for: <!-- NAVBAR POPUP MENUS --> and follow steps 3.

Step 4

Et viola! Now edit the code to put in your own links. Easy, no?

I hope this guide helps.
 
Nice tut, I'm sure some people will find it helpful.
 
Back
Top Bottom