Ok try this
In the forums/league.php file find
PHP Code:
$userid = $bbuserinfo['userid'];
$usergroupid = $bbuserinfo['usergroupid'];
$username = $bbuserinfo['username'];
Change to
PHP Code:
$userid = $vbulletin->userinfo['userid'];
$usergroupid = $vbulletin->userinfo['usergroupid'];
$username = $vbulletin->userinfo['username'];
Let me know if that works, if it does i will reupload the files again.
Sooner95
have you tryed this