Dragonfruit
Well-known member
Hi,
This worked for thread postbits:
but this doesn't seem to work for conversation postbits:
is there a way to make it work?
EDIT:
Oh it does work, I found my mistake elsewhere
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