XF 1.3 conditional for banned >?

thanx. i ll try it. although i assigned a banned usergroup to banned user, batch updated banned users to the banned usergroup and used the conditional for that group
 
You are negating is_banned. Meaning only those who aren't banned will see it. Where are you using this?
i want my chat bar (facebook like chat) to be accessible to all except banned, awaiting confirmation, awaiting approval and Email invalid (bounced)


page container template
 
Code:
<xen:if is="!{$visitor.is_banned} AND !{$isAwaitingEmailConfirmation}">
this works. whats the variable for awaiting approval and Email invalid (bounced) ?
 
Top Bottom