Log in

View Full Version : Adding links to the navbar


gef
03-10-2007, 04:53 AM
I've searched but can't really find an answer for this. It may be obvious but I find the template code confusing!

How do I change the links in my navbar? I've got usercp, register, faq, members list, etc etc, but I actually want to add a couple of my own. Just plain URL links.

Cheers,

Gef

HMBeaty
03-10-2007, 05:38 AM
Its REALLY simple, and I'm sure you could just read the vbulletin documentation on vbulletin.com/docs/ But here you go anyway:

Add this:
<td class="vbmenu_control"><a href="URL_TO_DIRECT_TO">TEXT_TO_DISPLAY</a></td>

Infopro
03-10-2007, 11:24 AM
And for those you want to hide:
<!-- <td class="vbmenu_control"><a href="URL_TO_DIRECT_TO">TEXT_TO_DISPLAY</a></td> --> :p

HMBeaty
03-10-2007, 09:40 PM
Just curious......why would you want to hide them?

gef
03-12-2007, 06:02 PM
Ah, hang on, where is this code?

HMBeaty
03-12-2007, 06:33 PM
Ah, hang on, where is this code?

In your navbar template

SirFlash
03-12-2007, 06:35 PM
Admin CP -> Style Manager -> Edit Templates -> Navigation/Breadcrumb templates -> Navbar (edit)

gef
03-12-2007, 07:06 PM
Ah, cheers!!