The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Easier way to change the navbit?
I need to change the links that are on the navbit.
I know how to change what each one links to (for instance, when a user clicks on 'New Posts' it now takes them to the AJAX of new posts. But I didn't change much to make this happen. Isn't there an easier way to change these links? Like if I want to get rid of the 'quick links' (because I have the UserCP drop down menu that does the same thing) and instead, link to our wiki... Anyone? |
#2
|
||||
|
||||
you will need to edit the navbar template
|
#3
|
|||
|
|||
I'm not quite sure how to go about doing this.
In the navbar template take this: Code:
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> Code:
<td class="vbmenu_control"><a href="vbgooglemapme.php$session[sessionurl_q]">$vbphrase[xxxxxx]</a></td> |
#4
|
||||
|
||||
You would have to create a new phrase
|
#5
|
|||
|
|||
how?
|
#6
|
||||
|
||||
in your admincp > languages and phrases > phrase manager > add new phrase
|
#7
|
|||
|
|||
thank you!
I kept searching through the templates. again, thanks for answering my remedial questions. |
#8
|
||||
|
||||
Hahahaa, no problem. Everyone has to learn sometime
|
#9
|
|||
|
|||
Welp - I'm back...yet again...
I've created a new phrase and attached it to the product I'm trying to link to. Code:
<td class="vbmenu_control"><a href="vbgooglemapme.php$session[sessionurl_q]">$vbphrase[user_map]</a></td> I've removed the calendar link and put the code above in it's place. Phrase Type: VB Googlemap ME Product: vbgooglemap Member Edition by StonyArc Var Name: user_map Text: <blank> Am I supposed to put something in the text field? |
#10
|
||||
|
||||
Yes, the text is what will display in your navbar and you MAY have to change phrase type to global. I'm not 100% sure on that one though
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|