Hello,
I got website based on vB authentification. On the top of every page I use:
I got question... How could I display vB variables on my page?
It's easy to display $vbulletin->userinfo[x] variables but how to display members online for example?
I got website based on vB authentification. On the top of every page I use:
Code:
$curdir = getcwd();
chdir('board');
$forumpath = '../board';
require_once('../board/global.php');
chdir ($curdir);
I got question... How could I display vB variables on my page?
It's easy to display $vbulletin->userinfo[x] variables but how to display members online for example?