Quote:
Originally Posted by Kruppa
Is there a way to export the warnings logs and warnings list to a text file or document so I can send it to my moderators?
|
Thanks for the compliments Kruppa. As for your request I modified the admin_warning and created a mod_warning that will allow moderators to view the warnings via their modcp. They can edit warnigns and revoke points but they can't unban users, also they can view all the users who have been warned.
First make this one file edit:
open mod/index.php (1)
find: (1)
PHP Code:
makenavselect("Announcements");
under it add:
PHP Code:
/* Warning Hack v2.1 */
// ***
makenavoption("View Warned List","admin_warning.php?s=$session[sessionhash]&action=view_warned","<br>");
makenavoption("View Warning Logs","admin_warning.php?s=$session[sessionhash]&action=view_logs","<br>");
makenavselect("Warning Options");
/* Warning Hack v2.1 */
Then upload the mod_warnings.php to the mod directory.
If you have any problems let me know.
Cheers,
g-force2k2