if you're not in the mood to re-write all the variables, you can put stuff like:
$bbuserinfo = $vbulletin->userinfo;
unset($vbulletin->userinfo);
At the top of your files (after you've included the files you require), ofcourse if your embedding code into an existing vB 3.5 php file, like forumdisplay, i wouldn't use the unset function.
It's a quick and easy method, until you get time to properly convert everything
- Zero Tolerance