The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Navbar - Add / Remove Link's
Ok i just installed a new style and it came with a animated nabar which looks like this
The problem is i want to remove the member list, FAQ and the calender buttons and add a new button "Donate" I had no problem Add / Removeing Link's on my old style, i just edited the navbar template old style but i cant find the correct code to edit in the style navbar template so is there another template that i can edit Thanks |
#2
|
|||
|
|||
a navbar like that will most likely be found in your header template. not the navbar... just a suggestion.
|
#3
|
|||
|
|||
ok thanks il have a look now
Edit - I found this in the template Code:
<li class="menupadding"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></li> <li class="menupadding"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></li> <li class="menupadding"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></li> on my old one i just added Code:
<td class="vbmenu_control"><a href="http://Forum Name/search.php">Search</a></td> |
#4
|
|||
|
|||
You'd remove that code to remove the buttons you want gone.
I always copy the code I'm working on to a code editor or note pad so if I dont like the results I can paste the original back in. revert doesnt always work well if its a parent of a style with a different header |
#5
|
|||
|
|||
ye i have done it now
Thanks for the help mate |
#6
|
|||
|
|||
Your welcome.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|