Quote:
Originally Posted by identitas
I miss the ability of most users online. Will it come?
|
I have added
PHP Code:
$recordusers = $vbulletin->maxloggedin['maxonline'];
$recorddate = vbdate($vbulletin->options['dateformat'], $vbulletin->maxloggedin['maxonlinedate'], true);
$recordtime = vbdate($vbulletin->options['timeformat'], $vbulletin->maxloggedin['maxonlinedate']);
To the php-code, and the variables in the array, added the varibles with vb raw in the template and included the functions_online. But its dont work, any ideas?
EDIT: I included the global.php, but now i get blank screen.