R Rayman Member Nov 21, 2014 #1 Hi, I'm not sure what I'm doing wrong exactly, but I am using {$message.customFields.x.field_value} in template message_user_info. (Replace X with the fieldid) However, it only prints out the first letter. Is this normal?
Hi, I'm not sure what I'm doing wrong exactly, but I am using {$message.customFields.x.field_value} in template message_user_info. (Replace X with the fieldid) However, it only prints out the first letter. Is this normal?
Mike XenForo developer Staff member Nov 21, 2014 #2 {$message.customFields.x} itself is the field value. Upvote 0 Downvote
R Rayman Member Nov 21, 2014 #3 Hm. Is there a way to return the 'phrase'? I assumed field_value would return the 'phrase' rather than the 'id'. Upvote 0 Downvote
Hm. Is there a way to return the 'phrase'? I assumed field_value would return the 'phrase' rather than the 'id'.
Mike XenForo developer Staff member Nov 22, 2014 #4 Code: {xen:helper userFieldValue, x, $message, $message.customFields.x} Should work I believe. Upvote 0 Downvote