XF 2.2 Profile Data Field - LOCATION

WhiskeyMac

Member
The Member Tooltip displays a members title and then From + Location (taken from the profile data)

But I cannot see how to access the location field....

....the following appears to be the code that does the work....

<xf:if contentcheck="true">
<div class="memberTooltip-blurb">
<xf:contentcheck>
<xf:userblurb user="$user" tag="div" />
</xf:contentcheck>
</div>
</xf:if>

Can someone please tell me what the name of the field is that contains Location and how to display it.

Thanks
 
In case...
 
It is handled at a lower level in the code.

What are you trying to do?
HI B

Thank you for replying.

I just want to get the field name so I can add it to a report that I created that lists various fields from the Member's profile data... all my Members have carefully updated their location - and now I cant just print a list showing it...

Thanks
 
Top Bottom