pr-opaganda
New member
Hello!
I need create condition ib template and show one block only if one of my moderators is online
Logical is a simple:
If anybody from group "Moderator" is online - all forum user with guests APPEAR custom block
Then all moderators is offline - custom block MUST BE NOT-APPEAR
I need create condition ib template and show one block only if one of my moderators is online
<xen:if is="{ $visitor.user_group_id } == 1">
block code
</xen:if>
Something like this, but without checking status on current user.block code
</xen:if>
Logical is a simple:
If anybody from group "Moderator" is online - all forum user with guests APPEAR custom block
Then all moderators is offline - custom block MUST BE NOT-APPEAR