12
that looks like the xm-memberstats module. looks like the guests are not being counted.. looks like its not being counted when show list is set to 'No'.
Try Adding What I Have In
Green . I Think That Should Fix It.
xm-memberstats 2.0e
file /blocks/membership_block.php
$block['online_total'] = sprintf(_ONLINEPHRASE, $total);
if (is_object($xoopsModule)) {
$mytotal = $online_handler->getCount(new Criteria('online_module', $xoopsModule->getVar('mid')));
$block['online_total'] .= ' ('.sprintf(_ONLINEPHRASEX, $mytotal, $xoopsModule->getVar('name')).')';
}
[color=009900] if ($options[0] == 0 ) {
for ($i = 0; $i < $total; $i++) {
if (!$onlines[$i]['online_uid'] > 0) {$guests++;}
}
}[/color]
CBB / LatestNews / Publisher / XM-Spotlight
(ノ◕ヮ◕)ノ*:・゚✧