How to edit navbar links?

Mrquarter

New Member
I have a question.

I am using vBulletin 3.7 Beta 4, and I want to edit the NavBar links and remove some of them.

I want to remove FAQ, New Posts, Calender, and Quick Links.

I want to add my custom links to it.

Can anybody tell me how to remove those and then add my own?
 
PHP:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a>

That's what you're looking for to remove the calendar. In the find button at the bottom, just type in what you're looking for e.g. FAQ, Calendar etc.

There's a nice hack out there that allows you to make a second navbar and put as many links on it as you'd like and even assign usergroup permission so only certain groups can see the links.

hxxp://www.vbulletin.org/forum/showthread.php?t=155687
 
Back
Top