![]() |
How to check if user is logged in, non-vb page?
I know how to program in PHP and interact with mysql so don't worry about that part. I just need to know what files to include() and what variables. Basically I want to do this:
//Check if user is logged in //If logged in, get username in a variable And that's pretty much it. It would also be nice if they are not logged in, display a small login box. But that is not necessary, I really need to know how to do the above. Thanks in advance! |
PHP Code:
|
Whoa thanks! I had no idea it was so easy! You are SOOO COOL thanks!
|
does this add queries when this is run by each user?
|
Yes. I think I read 6 somewhere, but I just woke up, so who knows.
|
I can believe it. It quadrupled our server load. If there was a way to cache this or something it would be awesome.
|
Quote:
<? chdir('../forums/'); //optional include('global.php'); if (!$bbuserinfo['userid']) { echo "user id =".$bbuserinfo['userid']."</br>"; echo "username = ".$bbuserinfo['username']; } else { $username = $bbuserinfo['username']; echo "user id =".$bbuserinfo['userid']."</br>"; echo "username = ".$bbuserinfo['username']; } ?> result is: user id = username = |
That was for vB 3.0.x
Use $vbulletin->userinfo instead of $bbuseirnfo |
Thanks.
|
All times are GMT. The time now is 02:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|