View Single Post
  (#2 (permalink)) Old
toxa Offline
Administrator
 
Posts: 11
Join Date: May 2008
Default 12-22-2008, 02:38 PM

Hello, rs2100k.
Yes, you can work with any vBulletin data by declaring
Code:
global $vbulletin;
After it you can access user info with $vbulletin->userinfo structure.
   
Reply With Quote