4
yes, but you can do that in XOOPS block permissions, lol.
I understand what you want runeher,
You must use that code just after this lines:
if (is_object($xoopsModule)) {
$online_handler->write($uid, $uname, time(), $xoopsModule->getVar('mid'), $_SERVER['REMOTE_ADDR']);
} else {
$online_handler->write($uid, $uname, time(), 0, $_SERVER['REMOTE_ADDR']);
}
This will guarantee that the online info will be saved.