I add small replace to hack.
In admin/index.php find this code
Code:
makenavoption("New Posts","../mod/moderate.php?action=posts","<br>");
and replace to this
Code:
makenavoption("New Threads & Posts","../mod/moderate.php?action=posts","<br>");
In mod/index.php find code
Code:
makenavoption("New Posts","moderate.php?action=posts","<br>");
and change to this
Code:
makenavoption("New Threads & Posts","moderate.php?action=posts","<br>");
That's all!
Hack work's fine! But this hack don't work with hack by freddie "Admin Quick Stats".

freddie, if you read this thread please help me. kippesp, add combine with "Admin Quick Stats".