Quote:
Originally Posted by Delphiprogrammi
hi,
$bbuserinfo is not a valid vbulletin 3.5.x variable that should be
PHP Code:
if (!$vbulletin->userinfo['userid'])
{
//......
}
carefull here most vbulletin 3.0 scripts don't work on 3.5.x
|
Sorry to hijack, but uh...
Where can I learn about these code changes? I made a script for 3.0 and it broke when upgrading to 3.5.3.
I have code like this:
PHP Code:
if (!$bbuserinfo['userid'] OR !($permissions['forumpermissions'] & CANVIEW))
Other things I connect with like: $bbuserinfo['username']
Is there a thread I can search for that will help me with these changes?
BIG thanks in advance!