penturners
Active member
I'd like to add a custom field named "name" (which I've defined and use in the member profile) to the member_tooltip just above the "joined" field.
I cobbled this together from examples here, but it doesn't work. I can't save the template due to "Unknown tag contentcheck encountered"
	
	
	
		
Thanks for any snippets or pointers you can provide.
				
			I cobbled this together from examples here, but it doesn't work. I can't save the template due to "Unknown tag contentcheck encountered"
		Code:
	
	<div class="memberTooltip-blurb">
    <dl class="pairs pairs--inline">
        <dt>Name:</dt>
        <xf:contentcheck>
            <xf:if is="{$user.Profile.custom_fields.name}">
            {$user.Profile.custom_fields.name}
            </xf:if>
           </xf:contentcheck>
    </dl>
</div>Thanks for any snippets or pointers you can provide.

 
 
		 
 
		 
 
		