Quote:
Originally Posted by Sarcoth
I tried the following with no luck for the top part. I think this is mostly correct, but I must be doing a variable the wrong way.
PHP Code:
if ($complete) { $shuserid = $vbulletin->db->query_first("select userid from vBull_user where username='{$qo['shuser']}'"); $userinfo=fetch_userinfo($qo[$shuserid]);
|
maybe instead of
if ($complete) try using
if (isset($qo['shuser']))?
Also make sure that
$qo['shuser'] is correct, and it's not actually something like
$qo[1]