Log in

View Full Version : Template: If member is logged in....


Drakie
04-15-2012, 05:47 PM
I want to add a new tab to the navbar and have managed to do that. But I would also need to only make this new tab available to logged in members, how should the code look?

If there any "If member=logged in then"... If you know what I mean.

Can anyone help me out here?

Iain M
04-15-2012, 11:02 PM
<vb:if condition="$show['member']">
Tab code
</vb:if>