Visible Who is Online
1.0
This mod allows your Global Moderators to see the who is online.
You need to install the Global Moderator and the Users online counter 1.3 mod first.
This mod works on Gold SP1
Spam
mailto:spam@spam-ce.com
Sources/Who.pl
if ( $onlopt == 0 || $onlopt eq "" || $username eq 'Guest' ) {
&is_admin;
}
if ($onlopt == 2 || $onlopt == 0 || $onlopt eq "") {
;
}
if ( exists $membergroups{$settings[7]} || $settings[7] eq "Administrator" || %membergroups==0 ) {
if ( exists $membergroups{$settings[7]} || $settings[7] eq "Administrator" || $settings[7] eq "Global Moderator"|| %membergroups==0 ) {
elsif ( $username1who != $usernamewho && $settings[7] ne "Administrator" ) { $whatis = "$showusername $who{'42'} $username1who$who{'43'}"; }
elsif ( $username1who != $usernamewho && $settings[7] ne "Administrator" && $settings[7] ne "Global Moderator" ) { $whatis = "$showusername $who{'42'} $username1who$who{'43'}"; }
Sources/BoardIndex.pl
if ( $onlopt == 1 || $settings[7] eq "Administrator" ) {
if ( $onlopt == 1 || $settings[7] eq "Administrator" || $settings[7] eq "Global Moderator") {