Log in

View Full Version : Member Integration Only


zatch
11-11-2004, 07:12 PM
Hello...

my forum is at

forum.mysite.com

what I want to do is check that they are logged in when they visit
mypage.mysite.com and be be able to pull their variables.

Any ideas?

burnist
11-11-2004, 07:56 PM
Copy the global.php file and the /includes folder into the directory mypage is in (probobly some way to include but I can't say, it depends on your host). Include global.php in all your file for mypage and change the vB Cookie settings in your admincp to affect your whole domain then you should be able to use $bbuserinfo[] to display user info or even use vB to power your sites templates.