Russ
Well-known member
Is there any sort of conditional that can specify if a post is from a specific group.
I know there's:
Specifically my latest resource and this question: http://xenforo.com/community/threads/staff-post-indicator.35041/#post-398615
I know there's:
Code:
<xen:if is="{$message.is_admin}">admin</xen:if>
<xen:if is="{$message.is_moderator}">mod</xen:if>
Specifically my latest resource and this question: http://xenforo.com/community/threads/staff-post-indicator.35041/#post-398615