Version: 1.00, by Kentaurus
Developer Last Online: Jul 2014
Version: 3.0.3
Rating:
Released: 10-20-2004
Last Update: 11-19-2004
Installs: 105
No support by the author.
tested with 3.0.3
You went into a lot of trouble selecting the moderators for your forum, you created a set of rules, told them what you expected from them. Now, how do you know if they are really moderating?
Of course, if you have 3 forums and 3 moderators, it's not big deal. But if you have 5+ moderators then this tool might be useful.
I wanted to receive an alert when my moderators were absent, or when they were in the forum but weren't doing any moderation at all... also I want my moderators to be active posters. But checking on every one of them is time consuming. That's why I made this tool.
With it you receive an alert pm if:
a moderator has been absent for more than x days
a moderator has not modded (edited/deleted/moved/closed) for more than z days
a moderator has not posted in HIS forum for more than y days
a moderator has nos posted for more than y days
a moderator has not created a new thread in HIS forums for more than y days
a moderator has not created a thread globally for more than y days
a moderator has failed to OPEN and potentially read at least x percent threads in HIS forum in the last week
Installation instructions:
1)
Upload the files in the .zip file to your forum. Make sure that you follow the directory structure in the zip file.
modmanagement.php goes in the root of your forum
functions_modmanagement.php goes to the includes/ directory
modmanagement_cron.php goes into the includes/cron/ directory
modmanagement_install.php goes into the admincp directory
2)
Open the modmanagement_install.php in your browser
3)
That's it No file modifications, no template modifications
Customization:
- Go to vbulletin options and change how many posts a moderator should do in how many days, how long can someone be inactive, etc.
- Go to the scheduled tasks and you can change the cron job. By default, it sends the alerts sunday morning.
Other options:
Open modmanagement.php in your browser to see a summary of the moderators activity.
Even more customization:
Note: You should really test that the hack is working and that you like it before doing anything else
Info for hackers:
You may modify, improve, upgrade, redistribute this hack, include it
in another hack or yours or translate it provided you do it free of
charge and you distribute it in www.vbulletin.org at least, there is no
need to pm me asking for permission
Some portions of the code are (c) Jelsoft Enterprises Ltd.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
2)
change:
define('ENABLE_MODERATOR_READ', false);
to this:
define('ENABLE_MODERATOR_READ', true);
you will get an extra column that shows the % number of threads that your moderator has read. If it is a really good moderator then he reads 100% of the threads in his forum, right?
Check the last column in the following screenshot for an example of this extra option.
Small note:
By default vBulletin shows in a color legend the activity of your moderators - check 'view all moderators' through the admin control panel.
Warning: array_key_exists(): The second argument should be either an array or an object in /home/digizona/public_html/foro/includes/functions_modmanagement.php on line 251