Log in

View Full Version : Code for location of user?


eNforce
12-06-2005, 08:23 AM
Hi, I have a custom memberinfo template and was wondering if somone could tell me what code I need to use to display a members actual location on the forum

Alan @ CIT
12-06-2005, 08:28 AM
Try: (taken from the original memberinfo template)

<if condition="$show['currentlocation']">
<div>$userinfo[action] $userinfo[where]<if condition="$show['detailedtime']"> - <else /> @ </if> $userinfo[time]&nbsp;</div>
</if>