Quote:
Originally Posted by tanshah
instead of using
$bbuserinfo['userid'] or
$bbuserinfo['username']
why you dont use
$vbulletin->userinfo['userid'] and
$vbulletin->userinfo['username'];
..???
|
what do you mean? it is that. if you read what i wrote i said
$bbuserinfo = &$vbulletin->userinfo;
i use it in other areas, obviously you dont have to do that. but i just assigned that whole thing to one variable instead of doing that every time.