For anyone still wishing to add a link in the AdminCP (like I have), here's the instructions to do so:
- Open includes/xml/cpnav_vbulletin.xml
- Find:
Code:
<navoption displayorder="30">
<phrase>moderator_log</phrase>
<link>modlog.php?do=choose</link>
</navoption>
- Add after:
Code:
<navoption displayorder="35">
<phrase>moderator_stats</phrase>
<link>../misc.php?do=moderator_stats</link>
</navoption>
- Save cpnav.xml and reload your AdminCP.
The new option is present in the Statistics and Logs section under Moderator Log.