Quote:
Originally Posted by micheal332001
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
|
This worked for me :d
Now I just have to figure out the way around the actual mod :ninja: