The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Simple question - modifying navbar
I am a newbie and know nothing about java and php scripts. Just want to make a few simple modifications. How can I, for example, remove the FAQ from my menu bar an replace it with a link to one of the forums I created, so that it jmsps directly there ? A sinppet of code would be greatly appreciated providing a link to, say
myforum2->subforum3 What is this nav bar written in ? php or java script ? I was thinking about learning php, but the code for navbar does not look like php to me ... or does it ? |
#2
|
||||
|
||||
Depending on the type of style you're using this may be a variation:
Find this in your 'navbar' template -- could also be your header template. Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Quote:
The navbar is written in plain 'ol HTML. I believe the dropdown menus in the navbars use dynamic html (DHTML) as their backend. If you're trying to make a dropdown menu, take a look at this tutorial: https://vborg.vbsupport.ru/showthread.php?t=122523 |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|