View Full Version : Why doesn't vBulletin have a "HOME" button in the top navigation bar?


jzulaski
12th July 2008, 06:45 AM
I can see the path links and get back to the home area but, wouldn't it be good for those users who are computer-savy to include a "HOME" button with the other buttons at the top of the forum?

Anyway, I want to include one and am wondering how hard that would be? I see all these graphic images that you use on the buttons but, I just want to add one to the default skin with the word "Home" on it and have it navigate to the top forum home page.

Thanks in advance,

jzulaski

DeathsMaster
3rd September 2008, 01:47 AM
Quite simply add this in Style Manager => (Your Style) => Edit Templates => Navigation / Breadcrumb Templates => Navbar:

Find:<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>Add before;
<td class="vbmenu_control"><a href="(Where you want to go)">(Text or $vbphrase)</a></td>