Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
PHP Version: 5.3.13
MySQL Version: 5.1.41
What have you done before the problem was there?
What have you already tryed to solve the problem?
Description and Message
Is it possible that module whois_online not show bots?
I Try to edit file ".../ext/board3/portal/modules/whois_online.php" in section below but no result.
Code: Select all
if ($row['group_name'] == 'BOTS' || ($this->user->data['user_id'] != ANONYMOUS && !$this->auth->acl_get('u_viewprofile')))
{
$legend[] = '<span' . $colour_text . '>' . $group_name . '</span>';
}
else
{
$legend[] = '<a' . $colour_text . ' href="' . append_sid("{$this->phpbb_root_path}memberlist.{$this->php_ext}", 'mode=group&g=' . $row['group_id']) . '">' . $group_name . '</a>';