Quote:
Originally Posted by Aitorcillo
The mod doesn't work with my vbulletin version :/
|
Oh, right - I see now that people posted at the end of the mod thread.
Quote:
but i think i am not asking an imposible no? I though i had just to add a number in the code, the problem is that i don't know where is the file to add that code
|
Look in forumdisplay.php for this:
PHP Code:
if (!$vbulletin->userinfo['userid'])
{
$numberguest = ($numberguest == 0) ? 1 : $numberguest;
}
$totalonline = $numberregistered + $numberguest;
unset($joingroupid, $key, $datecut, $invisibleuser, $userinfo, $userid, $loggedin, $index, $value, $forumusers, $parentarray );
$show['activeusers'] = true;