017
Member
I've been trying to add member signatures into member cards but the stuff inside profiles or user messages isn't working...
Example:
Basically it just generates nothing, empty code. I'm assuming it's missing the data or something, but I don't know what I should do to go about getting it to work.
Example:
Code:
<xen:if is="{$user.signature}">
<div class="memberCardSignature">
{xen:raw $user.signatureHtml}
</div>
</xen:if>
Basically it just generates nothing, empty code. I'm assuming it's missing the data or something, but I don't know what I should do to go about getting it to work.