Hi,
I am new to Xenforo and am slowly learning the innards etc.
I am trying to figure out how to make a conditional exclusively for super moderators.
I know these work for admins and moderators.
<xen:if is="{$visitor.is_moderator}">
<xen:if is="{$visitor.is_admin}">
But is there a similar variable that can be used to test for super moderators?
I am new to Xenforo and am slowly learning the innards etc.
I am trying to figure out how to make a conditional exclusively for super moderators.
I know these work for admins and moderators.
<xen:if is="{$visitor.is_moderator}">
<xen:if is="{$visitor.is_admin}">
But is there a similar variable that can be used to test for super moderators?