Well, one friend figured out..
We just changed the forumhome_complete plugin to this
PHP Code:
if (isset($totalonline) != false)
{
$values = array(
'zg_totalonline' => $totalonline,
'zg_numbermembers' => $vbulletin->userstats['numbermembers'],
'zg_totalthreads' => $totalthreads,
'zg_totalposts' => $totalposts
);
// update the special template
build_datastore('zg_userstats', serialize($values), 1);
}
Adding the conditional for the $totalonline