** Untested **
In functions_online.php comment out
PHP Code:
if ($doall == 1 AND ($count > $limitupper OR $count < $limitlower))
{
return '';
}
You might also want to remove the unnecessary pagenave controls.
In online.php comment out
PHP Code:
$pagenav = construct_page_nav($totalonline, "online.php?$session[sessionurl]sort=$sortfield&order=$sortorder&pp=$perpage" . iif($who, "&who=$who") . iif($showua, '&ua=1'));
There might be a few other lines in online.php that can be commen, but I am too lazy to test if they are necessary