XF 2.0 How to output custom fields?

vexx

Active member
Licensed customer
Heys,

I created several custom fields today and for the life of me, I can't seem to figure out the variable output for any of the fields. The fields are text only, pretty basic.

What I tried:

{$xf.visitor.custom_fields.fieldId}
{$thread.User.custom_fields.fieldId}
{$thread.custom_fields.fieldId}

I want to output the customfields in thread view.
 
Last edited:
Try {$xf.visitor.Profile.custom_fields.fieldId} or {$thread.User.Profile.custom_fields.fieldId} ;)

Edit: Looks like we posted at the same time haha
 
Back
Top Bottom