The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How do I modify the Navbar?
Hi all, I have done a series of searches, but can't seem to find the instructions on how to do what I require. Maybe I'm just not using the correct terminology?
I need to rearrange the links on the secondary Navbar. I would like to remove one and (if possible) move some others to the 'Quick Links' drop-down menu. I'm not afraid of tinkering with the code in templates etc., but I really need some direction. Can any one help? --------------- Added [DATE]1312001554[/DATE] at [TIME]1312001554[/TIME] --------------- Here's a screenshot and some more detail about what I wish to do: I want to remove the 'New Posts' link on the grey bar, and move 'Calendar' to the 'Community' drop-down. |
#2
|
|||
|
|||
I recognize that skin..
Everything you need is located inside your navbar template. These are controlled in the <li> element. eg: <li> <a href="goes somehwre">A title</a> </li> So to move Calendar into community look for this Code:
<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li> Now it depends where you want it, I've put mine before member list. Code:
<vb:if condition="$show['memberslist']"> <li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li> </vb:if> You should get this result I've not moved this bit {vb:raw template_hook.navbar_after_calendar} <lol> perhaps an advisor can point that out |
#3
|
|||
|
|||
RobbieZ What skin is that and do you have to buy it?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|