Quote:
Originally Posted by anarki2009
Hi hoof, i would like to change the home botton, but can't find the code you said to look for....
Code:
<td class="vbmenu_control"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">Home</a></td>
Was that code for the first skin? Can any one help me out?  Thanks
|
I have the same problem. There is NO "vbmenu_control".... anywhere in "navbar" in my version. I downloaded and installed it, but I need this to direct to the main site.
I found it...Style manager>Common Templates>header> then scroll down to "<!-- Navbar -->" and Find:
HTML Code:
<if condition="$show['member']">
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" align="center">
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img src="$stylevar[imgdir_misc]/nav_home.gif" border="0"/></a></td>
And Replace with:
HTML Code:
<if condition="$show['member']">
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" align="center">
<td align="center"><a href="http://www.YOUR SITE.com/"><img src="$stylevar[imgdir_misc]/nav_home.gif" border="0"/></a></td>
I hope this helps