The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Website homepage link on navbar?
I would like to have a link to my websites home page (http://www.mysite.co.uk/index.php) on the navbar to the left of user cp. how do i do this? I assume you edit the navbar template but what do i add??
|
#2
|
|||
|
|||
Search this forum for "Custom links on nav bar" and there is a hack that allows you to add links (even with drop down menu for you to add sub links).
Hope this helps . |
#3
|
||||
|
||||
go to your admincp==>styles and templates==>style manager==>click on the<<>> and find the template "navbar"
find Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> Code:
<td class="vbmenu_control"><a href="http://www.mysite.co.uk/index.php" >what you want the link to be called</a></td> |
#4
|
|||
|
|||
Quote:
|
#5
|
||||
|
||||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|