Quote:
how do i make it show to logged in users only i am on a bluefox theme
|
Hello there, This works when your Bluefox theme's navbar works completely
Find:
HTML Code:
<if condition="$show['registerbutton']">
<td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
Add under:
HTML Code:
<if condition="$show['[B]member[/B]']">
<td class="vbmenu_control"><a href="[B][link][/B]">[B]text[/B]</a></td></if>
I put the text in bold that you wanted