zoldos
Well-known member
It seems members who have not fully completed their registration can access the chatroom on my forum. So my question is, what conditional statement can I use so only members who are in the state "Valid" can use the chatroom? Also, I have this snippet of code:
But I need to how to make this "if user is NOT member of"..... Help please! Thanks!
Code:
<xen:if is="{xen:helper ismemberof, 6}">
But I need to how to make this "if user is NOT member of"..... Help please! Thanks!