View Full Version : Home/Forum link in nav bar
How do I add the same feature the vbadvanced.com page has that allows the Home/Forum link beside the "User CP FAQ Members List" bar of links.
edit: nevermind. Related threads works better than search.
Morwyn
06-15-2005, 05:01 AM
In your style manager, you look for the "navbar" template.
Below <!-- nav buttons bar -->:
Look for:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
Replace with:
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]?$session[sessionurl]">Forums<else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Portal </if></a></td>
Note you can replace "forums" and "Portal" by whatever you'd like as a name for the links, like Forum, Board, or Home...etc..
ProperMethodz
06-15-2005, 07:54 PM
d00d... sticky this thing or something...
mholtum
06-15-2005, 08:34 PM
Why bother? It is right here. http://www.vbadvanced.com/forum/showpost.php?p=119&postcount=1
Daiver
06-17-2005, 09:21 AM
Thanks for this. Nice to see that the search works. :D
Daiver
04-17-2006, 08:26 PM
Saved me again. =P
Golab
04-26-2006, 12:41 AM
hello im new to vbadvanced and vBulletin and i can 0 about php, im rait now Style Manager in admincp, and im tring to find navbar, but i cant find it can eneybodey give my step my step wher i can find it so i can add Forum on my navbar
// Sorry About My Spelling Im Dyslectic // :rolleyes:
formula44
04-27-2006, 10:11 AM
1) log into your admin page
2) click on the 'styles & templates' menu
3) click on style manager
4) select the 'style/skin' you want to edit and press 'go'
5) it will be on the next page in the header text box.
Golab
04-28-2006, 10:13 PM
can somebody make screnshot whit admincp and mark out Wier i can find it i cant fine it at al, i probable Ned to get glasses or somting :-/
1) log into your admin page
2) click on the 'styles & templates' menu
3) click on style manager
4) select the 'style/skin' you want to edit and press 'go'
5) it will be on the next page in the header text box.
// Sorry About My Spelling Im Dyslectic //
jruerph
04-29-2006, 04:51 PM
[QUOTE=Golab]can somebody make screnshot whit admincp and mark out Wier i can find it i cant fine it at al, i probable Ned to get glasses or somting :-/
The code is not in my template either, I went through it with a fine tooth comb. They must have changed it with 3.5.4
yellowputty
04-30-2006, 04:42 PM
[QUOTE=Golab]can somebody make screnshot whit admincp and mark out Wier i can find it i cant fine it at al, i probable Ned to get glasses or somting :-/
The code is not in my template either, I went through it with a fine tooth comb. They must have changed it with 3.5.4
Anyone know for 3.5.4?
caracena
05-01-2006, 07:25 PM
It's under the category named "Navigation / Breadcrumb Templates". There are sub categories under most of them so you have to double click it so it folds down.
BTW: Inside my "navbar" template, I found the <!-- nav buttons bar --> part but no the line to be replaced (not even the word HOME). Where is it?
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.