Can someone help me add a Home Button to the top navbar on my forums?
I tried this trick which works perfectly on the default style but the Home Button was located on the right in some weird location when I applied it to the achik2 theme:
Quote:
Go into the navbar template, and find:
HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Above the if condition, you can add:
HTML Code:
<td class="vbmenu_control"><a href="http://tweakarena.com/">Home</a></td>
NOTE: You can change Home to say anything you want, such as Homepage, Home, you name it.
|
Also, how can I remove the bottom links to the Sultan Themes website? (if that is allowed that is)