The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to add a link to Nav bar
Im sorry if this has been done somewhere and im guessing it has but lots of people have been asking recently so here it is.
Follow these steps so that you can edit the template, Go to Admin CP, then Styles & Templates. Choose Style Manager then on the drop down menu select Navigation / Breadcrumb Templates. Finally click navbar so you can see the navbar code. Find Code:
<!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center"> Code:
<td class="vbmenu_control"><a href="LINK URL">LINK NAME</a></td> I hope this simple template modification helps some people. |
#2
|
|||
|
|||
examples;
-you can add tags.php link to navbar Code:
<td class="vbmenu_control"><a href="tags.php$session[sessionurl_q]">$vbphrase[tags]</a></td> Code:
<td class="vbmenu_control"><a href="group.php" target="_blank">Social Groups</a></td> Code:
<if condition="$show['member']"> |
#3
|
||||
|
||||
Wow!
this 3.7.x version is creating a bunch of 'transitional mods' with very short life span or usefulness... I should write an article on that |
#4
|
|||
|
|||
Thanks for this hack.
|
#5
|
|||
|
|||
Now, this is handy. thanks...
|
#6
|
|||
|
|||
And Unanswered Posts under quick links:
Code:
<td class="vbmenu_option"><a href="search.php?searchid=15428">Unanswered Posts</a> Code:
<td class="vbmenu_control"><a href="search.php?searchid=15428">Unanswered Posts</a> |
#7
|
||||
|
||||
hello!
use this hack and put some links in navbar but have one problem with template cyberblue... links come out from template... http://belaplay.com/vb/libar/index.php?styleid=3 some help ? regards macc edit - fixed - thanks |
#8
|
|||
|
|||
I can't see any links that come out there.
Regards Jason |
#9
|
||||
|
||||
i fixed and now is ok
thanks macc |
#10
|
|||
|
|||
How would you get a link to open in a new window?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|