Quote:
Originally Posted by malluroses
is there anyhow only members can see the nav links rather than the guest seeing it
i only want registerd members to see the links on the topnavbar
i dont want any guest to see it plz help
|
I know you could add an if statement to each link, the bars background would show but not the links. Not really an ideal solution, but it's off the top of my head, I'm sure there's a way you could get the whole bar gone too, maybe even the same if statement.
Something like this I think:
<if condition="$show['member']">
LINK</if>