Home in Navbar
This modification is in the archives.
I haven't seen this posted on here before, and I have done it myself, so I thought I would share it with you all incase you ever wondered how to do it or wanted to do it.
Basically, this adds your homepage (http://www.yourdomain.com) to your navbar as 'Home'. I don't think their is any need of a screenshot but if you want one, I'll post one. This is especially good if you have a homepage full of activities or a templated professional homepage... This will give your users a very easy quick click to take them to your homepage. In your navbar template, find: PHP Code:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
PHP Code:
<td class="vbmenu_control"><a href="$vboptions[homeurl]$session[sessionurl_q]">Home</a></td>
Download No files for download. |