Log in

View Full Version : User Greeting on Non-vB Page


Zolk
08-02-2002, 10:51 PM
I would like to greet registered users by their username on my site's homepage, which is a non-vB page. Is this possible? So far I've been unsuccessful in finding a way to do this. Any help would be appreciated. Thanks.

Admin
08-03-2002, 07:55 AM
If the page is on the same domain as the forums, you will need to check for the "bbuserid" and "bbpassword" cookies and determine whether or not the user is logged in, which is basically what sessions.php of vBulletin does.

If I were, I'd either make the page vB powered (by requiring global.php), or create a vB powered page that will show the greeting and then require that page using SSI.