I am testing this on my dev site and like it. Before I install on my live site I want to put the links on the navbar so only logged in users can see the link. At the moment I have this
Code:
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control">
<a href="latest.php">Football Latest</a></td>
</if>
What is missing, as the link can still be accessed when not logged in.
Bob
EDIT: Ignore this, it works OK, the cookies hadn't cleared.