Edytuj plik:
/hooks/tz34_topmod_(...).php
$t = $this->DB->build( array(
'select' => 'member_name, member_id, count(member_id) as total',
'from' => 'moderator_logs',
'group' => 'member_id',
'order' => 'total desc',
'limit' => array( 0, $this->settings['topmod_limit'] ),
) );
Zamień na:
$t = $this->DB->build( array(
'select' => 'member_name, member_id, count(member_id) as total',
'from' => 'moderator_logs',
'where' => 'member_id <> 0',
'group' => 'member_id',
'order' => 'total desc',
'limit' => array( 0, $this->settings['topmod_limit'] ),
) );
Poza tym, zainstaluj normalne spolszczenie http://forum.invisionize.pl/files/file/155-ipboard-345/