Sorry, that was only one of the things I was wondering. I still don't completely understand. Are you writing a plugin and you want to know hwo to access the user's information? The details for the "current" user (the one viewing the page should be in the $vbulletin->userinfo[] array. You may need a "global $vbulletin;" line to be able to use $vbulletin, depending on the hook location.
|