abdfahim
Well-known member
I am facing a strange issue. In the message postbit, for few registered and valid members, I don't see the string "Test" in their postbit. However, it is visible for other (~90%) members.
What am I missing, why this IF block is returning false for few members? Sorry for this strange question, but I really have no idea what should I check.
from message_user_info template:
<xen:if is="@messageShowCustomFields AND {$user.customFields}">
Test
</xen:if>
What am I missing, why this IF block is returning false for few members? Sorry for this strange question, but I really have no idea what should I check.
from message_user_info template:
<xen:if is="@messageShowCustomFields AND {$user.customFields}">
Test
</xen:if>