The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
How do i make nav bar entries? like add new things to the nav bar?
|
#2
|
||||
|
||||
![]()
Have a look in the navbar template for references. An example would be..
Find this line (your stock calendar link): Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Code:
<td class="vbmenu_control"><a href="www.yoursite.com/otherstuff">Other Stuff</a></td> ![]() |
#3
|
|||
|
|||
![]()
yup it does thanks
![]() so how do i remove? just delete them? |
#4
|
|||
|
|||
![]() Quote:
![]() You can see your historie, in what changes you have made, by clic "view historie" in the templates you are working with. |
#5
|
|||
|
|||
![]()
how do i get of the quick links one?
i cant find it how do i get rid of "quick links" is wat i mean |
#6
|
||||
|
||||
![]()
Please proceed with this using caution and backup your navbar template before doing it. This will remove the Quick Links menu and submenu's completely for everyone.
Find and remove: Code:
<if condition="$show['member']"> <td id="usercptools" class="vbmenu_control"><a href="$show[nojs_link]#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td> </if> Code:
<!-- / header quick search form --> </if> Code:
<!-- / NAVBAR POPUP MENUS --> |
#7
|
|||
|
|||
![]()
cool thankx
that work'd ok i added a new one in but only register'd users can see it? how do i make it so guests see it too? |
#8
|
|||
|
|||
![]()
make sure it doesn't have
Code:
<if condition="$show[member]"> Code:
</if> |
#9
|
|||
|
|||
![]()
okk thanks
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|