Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: simple bbdb query?


Daniel Quinn
Member

@djquinn

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;

Skip to toolbar