Michael
Active member
Hey I am trying to display some content for members of one usergroup within the message template, I am trying to use this but it doesnt appear to work:
<xen:if is="{xen:helper ismemberof, $user, 4}">
<xen:if is="{$message.customFields.my_test}">
<p>{$message.customFields.my_test}</p>
</xen:if>
</xen:if>
This seems to work fine within the message_user_info template, any ideas?
Thank you
<xen:if is="{xen:helper ismemberof, $user, 4}">
<xen:if is="{$message.customFields.my_test}">
<p>{$message.customFields.my_test}</p>
</xen:if>
</xen:if>
This seems to work fine within the message_user_info template, any ideas?
Thank you