HELP - $vbulletin->userstats['numbermembers'] on non VB page
hello,
can someone tell me how I can get $vbulletin->userstats['numbermembers'] to show on a non VB page? I already have the following setup to get other info like userid, etc. however, I'm not able to get this particular figure. thanks in advance
$curdir = getcwd ();
chdir('forums');
require_once('global.php');
chdir ($curdir);
|