In the template message_macros, after <xf:if is="{$dateHtml}"><div class="message-date">{$dateHtml}</div></xf:if>
insert {$user.Profile.custom_fields.yourcustomfieldname}
Style it as you see fit.
In the template message_macros, after <xf:if is="{$dateHtml}"><div class="message-date">{$dateHtml}</div></xf:if>
insert {$user.Profile.custom_fields.yourcustomfieldname}
Style it as you see fit.
The template variables and functions are tightly bound to the source code of XF. You would need to understand that in the first stance to utilize templates to their maximum.
What kind of custom field are the other 2? I suppose the first is a single-line text input.
Am I missing here something or why didnt you use ACP->Appearance->Styles->Your Style->Style Properties->Messages->Message User Info Elements->Custom Fields
The template variables and functions are tightly bound to the source code of XF. You would need to understand that in the first stance to utilize templates to their maximum.
What kind of custom field are the other 2? I suppose the first is a single-line text input.
Am I missing here something or why didnt you use ACP->Appearance->Styles->Your Style->Style Properties->Messages->Message User Info Elements->Custom Fields
I turned this on, and it shows the custom user fields in the about section of a user's profile, but doesn't show the fields under their avatar. I'm just wanting to display three of the custom fields I have, in this location.
Thanks,
Pete