XF 2.1 Custom Field in Conversations Postbit

Dragonfruit

Well-known member
Hi,
This worked for thread postbits:

Code:
$post.User.Profile.custom_fields.fieldID

but this doesn't seem to work for conversation postbits:
Code:
$message.User.Profile.custom_fields.fieldID

is there a way to make it work?

EDIT:

Oh it does work, I found my mistake elsewhere :)
 
Top Bottom