Nudaii
Well-known member
Is there a way to set it so a member preferences can be used in the message body?
example say they set "Red" font color
would there be any way to make their posts show in red?
I tried this but it didn't work
yet hardcoded did
example say they set "Red" font color
would there be any way to make their posts show in red?
I tried this but it didn't work
Code:
<font color="{$user.customFields.font_color}">
{xen:raw $message.messageHtml}
</font>
yet hardcoded did
Code:
<font color="red">
{xen:raw $message.messageHtml}
</font>