Quote:
Originally Posted by peterska2
In your navbar template
FIND
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
ADD BEFORE
Code:
<td><a href="$vboptions[homeurl]">Home</a></td>
<td><a href="$vboptions[bburl]">Forums</a></td>
|
I hope I did this right. I did this in the admin control panel instead of manually. The navbar template or any other template doesn't have it, I did the search. I was only able to add the other one to the main XML template file then upload it to get forums. however that did not work for adding a home button.