Quote:
Originally Posted by djr
For anyone still wishing to add a link in the AdminCP (like I have), here's the instructions to do so: - Open inludes/xml/cpnav.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.
|
Thanks. But did you mean cpnav_vbulletin.xml. That's what I changed.
Also it's a bit too big for the admincp window, is it possible to open in in a new window, by itself?