Daniel Quinn (@djquinn)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • In reply to: simple bbdb query?

    @djquinn

    Member

    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;

    @djquinn

    Member

    rock on

Viewing 2 replies - 1 through 2 (of 2 total)