Log in

View Full Version : Website homepage link on navbar?


webgeek247
03-27-2006, 07:50 PM
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?? :confused:

Jordan17
03-27-2006, 08:50 PM
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 :D.

tipoboy
03-27-2006, 10:34 PM
go to your admincp==>styles and templates==>style manager==>click on the<<>> and find the template "navbar"

find<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>


and directly above add
<td class="vbmenu_control"><a href="http://www.mysite.co.uk/index.php" >what you want the link to be called</a></td>

that should do it

webgeek247
03-27-2006, 10:46 PM
go to your admincp==>styles and templates==>style manager==>click on the<<>> and find the template "navbar"

find<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>


and directly above add
<td class="vbmenu_control"><a href="http://www.mysite.co.uk/index.php" >what you want the link to be called</a></td>

that should do it

Thanks tipoboy, works a treat :D

tipoboy
03-27-2006, 10:52 PM
Thanks tipoboy, works a treat :D

nae bother