The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help needed with navbar in 3.5.4
I have searched for a while now for help on this and found nothing, I have even asked for help in a hack I used to use on a previous version and nothing, what it is is I wish to add more links to the navbar on VB 3.5.4 but when I go to navbar template and search for calendar its not there so now I am completly stuck, how would I add new links to the navbar in 3.5.4 any help is appreciated
Thanks Is this possible at all on 3.5.4? I have looked everywhere for help, I have even tried everything I can think of on my test board and nothing Would it be easier for me to use a 2nd navbar? Thanks |
#2
|
|||
|
|||
im in the same predicament.. i want to add another link! but i dunno how!
i made a similar thread if mine gets responded to i shall tell ya! k lady i got you some answers.. here ye are. for yo calendar question.. <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> if you wanna rename that or add another link on just do this Just replace the calendar code (it's in my first post) with what you want. For example: replacing it with a link to vBulletin.com: Code: <td class="vbmenu_control"><a href="http://www.vbulletin.com/">Official vBulletin site</a></td> |
#3
|
|||
|
|||
In your navbar template find the section that starts with:
<!-- nav buttons bar --> Under that you will see lines like: Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> |
#4
|
|||
|
|||
ha it works! tried and true!
www.lokiart.com/forums/index.php i replaced my Calender link with my Application to be a mod link!! hope i helped you in some way! i aggree darat! but! some people do not know or understand vbphrase stuff.. so this might be a litle easier! i edited this up a bit.. obviously <td class="vbmenu_control"><a href="insert the link to the page you want here">Name that will appear on the Navbar goes here!</a></td> |
#5
|
|||
|
|||
Is it just me as I am not finding either, could it be because I am using different templates and not the default template?
Thanks Edit: I have found <!-- nav buttons bar --> but all I get below it is Quote:
|
#6
|
|||
|
|||
You need to look below: <!-- nav buttons bar --> not below: <!-- / nav buttons bar -->
|
#7
|
||||
|
||||
Hello,
Quote:
Do as stated, and search for: <!-- nav buttons bar --> If you are searching in any template other than the "navbar" template, you won't find what we are talking about. If you have modified your navbar template in the past, you may not find what we are talking about. |
#8
|
|||
|
|||
What I mean is the actual style I have looked below the <!-- nav buttons bar --> and all I get is nothing stated as above just <!-- / nav buttons bar --> below it.
I am editing the navbar template in each style and only 1 style I use can I find the <!-- nav buttons bar --> the other 2 styles I have on my board I can not find this code in the navbar I have never modified the navbar template before as this is the only reason I need to modify my navbar template and I am not able to find what I am looking for to edit it Nikki |
#9
|
||||
|
||||
Quote:
|
#10
|
|||
|
|||
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|