pjfry
Active member
Hi there,
in the message template, there is an indicator for staff like this one:
Is there something similar to this to indicate every usergroup, for example guests?
Something like:
OR
Thanks Benny
in the message template, there is an indicator for staff like this one:
Code:
{xen:if '{$message.is_staff}
Is there something similar to this to indicate every usergroup, for example guests?
Something like:
Code:
{xen:if '{$message.is_guest}
OR
Code:
{xen:if '{$message.usergrozp == "1"}
Thanks Benny