Quote:
Originally Posted by Dismounted
You only have to call global.php, it will handle all that for you.
|
Nope. If the user has disabled cookies, you must at least pass the session ID.
Actually, I am asking this because on a custom page the following:
$user_id = $vbulletin->userinfo['userid'];
is not defined while this:
$username = $vbulletin->userinfo['username'];;
is defined. Why is the "userid" not available ?