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.
I love this. it was super easy to install even for my novice self. and it works so well. it mjust may give me a reason to fire this one little twirp I so don't like on my staff anymore. thanks bunches.
That doesn't make any sense... but you already know that Maybe you can just leave that hello at the top?
I get a blank white page with 3.03; I assume there is no fix for this since I read through the entire thread and tried the couple things that were mentioned without success?
As I said, great hack. However, I would prefer if I call it "Moderator Statistics" instead of "Moderators Management". I've searched the files and the templates, and I can't find where that phrase comes from. I am talking about the phrase that appears in the welcome box, as shown in the attached picture.
Any ideas would be greatly appreciated.
Rgds
-----------
John
You can either change it in the phrase
Do a phrase search and search for
mod_management
Then change that
If you're interested in changing that to statistic also then in the same search
Varname: mod_statistic
Text: Moderator Statistic
In moderatormanagement.php
find
$navbits[''] = $vbphrase['mod_management'];
Then change mod_management to mod_statistic
That's it
Ex: $navbits[''] = $vbphrase['mod_statistic'];
when I access modmanagement.php it gives me the following:
Code:
there is moderators for this forum
although I have set "The Team" group as "super moderator" to monitor all the forums..
and just a small question, how can I add a link in the footer to be visible only for admins to point to modmanagement.php. (just like the "Admin" link)
and just a small question, how can I add a link in the footer to be visible only for admins to point to modmanagement.php. (just like the "Admin" link)
I would also like to know the answer to this one. I tried doing it on my own and got a world of no where. lol