Quote:
Originally Posted by MaXimus
Last question man
with the default style, in order to add a HOME link at the top left of the forum main page, I had to add this code:
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://maxgeeks.net/">Home</a></td>
[B]
Now in this style, I cannot find:
HTML Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
so where shall I place the code?
|
Really can't help without looking at the entire navbar template.
Where are you getting these instructions, what thread?