@djquinn
16 years, 7 months ago
Seems like this works for pulling the Location value (on the Profile page):
global $bbdb;
$userid = $user->ID;
$profiledata = $bbdb->get_var( “SELECT meta_value FROM $bbdb->usermeta WHERE meta_key = ‘from’ AND user_id = $userid”);
echo $profiledata;
16 years, 8 months ago
rock on