XF 1.5 Custom Fields from XF into RM

ManagerJosh

Well-known member
I'm looking to pull in some details from XF Custom Fields and drop the info into the RM.

Trying to figure out if this is the correct conditional and would pull the custom field information from the resource owner.

PHP:
<xen:if is="{$message.customFields.customfieldname1} AND {$message.customFields.customfield2} AND !{$visitor.user_id}">
 
Are you referring to user fields? In this case, I think {$resource.customFields.xyz} would allow the field to be accessed.
 
Top Bottom