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
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