Hey everyone,
I am trying to hide certain forums from being visible to guests on forumhome. I have the conditional to hide them but I do not know how to keep them hidden for guests only.
This is what I have to hide:
<vb:if condition="!in_array($forum['forumid'], array(###,###,###,###))">
I believe I add
AND $show['member']
but when I do the entire forum home becomes invisible so apparently I am doing it wrong.
Thanks everyone!