$vbulletin->userinfo in external pages
I am trying to build a significant section of my site outside vBulletin. I want it to include the private messaging status, and perhaps a couple of other vBulletin functions, but don't want a full vBulletin style page.
I have the require_once('./global.php'); and I can get the member ID number using $vbulletin->userinfo['userid'], but I am a bit stuck beyond that.
Is there a list of other variables available in this way please?
How do I access the last visit, update the last visit time for the page, and fetch the PM information for the user?
|