View Full Version : Please help me with my navbar!
twells22
12-27-2006, 12:25 PM
I have been searching on how to and trying to edit my navbar but I'm having no success. Can someone please tell me exactly what to edit to change what appears on my navbar and how to link them?
Thank you.
paul41598
12-27-2006, 12:34 PM
template: navbar
twells22
12-27-2006, 12:44 PM
Thank you, but yes I know where it is. I need to know exactly what lines of the code I should change? Sorry if I didn't explain myself.
paul41598
12-27-2006, 12:54 PM
Thank you, but yes I know where it is. I need to know exactly what lines of the code I should change? Sorry if I didn't explain myself.
Depends on what your changing dude. What links are you trying to take out, or add?
pcalloway
12-27-2006, 01:31 PM
I was interested in leaving the Navbar intact but adding a second Navbar for more options.
So I edited my navbar template and added the following;
Search for: <!-- / nav buttons bar -->
Insert the following:
<!-- nav2 buttons bar -->
<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="<A href="http://www.yoururl.com/">Home</a></td">http://www.yoururl.com/">Home</a></td>
<td class="vbmenu_control"><a href="<A href="http://www.yoururl.com/forum/">Forums</a></td">http://www.yoururl.com/forum/">Forums</a></td>
<td class="vbmenu_control"><a href="<A href="http://www.yoururl.com/forum/forumdisplay.php?f=35">Bully Buy</a></td>
<td class="vbmenu_control"><a href="<A href="http://www.yoururl.com/links">Approved">http://www.yoururl.com/links">Approved Vendors</a></td>
</tr>
</table>
<!-- / nav2 buttons bar -->
You can see a demo of the second navbar here (http://www.authentic-campaigner.com). Hope that is helpful.
twells22
12-27-2006, 07:45 PM
Can you tell me exactly where you put that code pcalloway? Like after what and before what. Thanks
pcalloway
12-28-2006, 03:33 AM
Can you tell me exactly where you put that code pcalloway? Like after what and before what. Thanks
Search for "<!-- / nav buttons bar -->" in your template: navbar and stick that code in right after that but before:
<br />
<if condition="$show['forumdesc']">
twells22
12-28-2006, 03:58 AM
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.