Log in

View Full Version : Is there $bbuserinfo for location?


daviblight
04-11-2008, 10:30 AM
Im trying to figure out a way to list a user's location simaliar to $bbuserinfo[username] but for location information.

Lynne
04-11-2008, 02:11 PM
If you look at the whosonlinebit template which gives user info on the Who's Online page, the location is specifies with "$userinfo[action]"

Opserty
04-11-2008, 02:35 PM
Hmm I'm not sure but there are functions in the includes/functions_online.php called:


fetch_user_location_array()
process_online_location()


I haven't done anything like this before so can't provide much guidance.