View Single Post
12-31-2012, 12:04 PM   #12
Jeff
Administrator
 
Jeff's Avatar
 
Join Date: Jul 2010
Posts: 402
Rep Power: 10
Jeff is getting browny points
Let me know if this fixes the issue for you. In vbbridge.php, find this line in the function get_userdata():

PHP Code:
    if ( !$user_a $vb->db->query_first("SELECT * FROM " TABLE_PREFIX "user WHERE userid = '" intval($user_id) . "'") )
        return 
false
Add this right AFTER that:

PHP Code:
$user = new WP_User
Jeff is offline