The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Moderator management system Details »» | |||||||||||||||||||||||||
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:
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 *optional* For integration in the admincp and a link in every page, you need some file modifications, here: https://vborg.vbsupport.ru/showpost....5&postcount=27 *optional* The summary page can only be accesed by administrators. If you want to give access to supermoderators or moderators, here: https://vborg.vbsupport.ru/showpost....9&postcount=64 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
|
Comments |
#82
|
||||
|
||||
Quote:
Kentarus, how about adding all the fields which can be configured in admincp for this hack to the modmanagement.php ? and a better way to get the alerts in thread or email instead of receiving huge no. of pm alerts ?? Just my 2 cents above Regards, |
#83
|
|||
|
|||
ah, not at all, it's too simple to be much of anything really
just replace Code:
round(($moderatorInfo[$userid]['readcurrent']/$moderatorInfo[$userid]['readtotal'])*100); Code:
$moderatorInfo[$userid]['readcurrent']." of ".$moderatorInfo[$userid]['readtotal'].", ".round(($moderatorInfo[$userid]['readcurrent']/$moderatorInfo[$userid]['readtotal'])*100); |
#84
|
||||
|
||||
Is there any way that this could be EMAILED instead of PMed? I'm tired of all the random PMs.
It should just generate one report |
#85
|
||||
|
||||
Thanks for that great hack mate, Installed.......
Xray |
#86
|
|||
|
|||
Excellent hack... WE have over 70 mods now and this will come in very useful!
|
#87
|
|||
|
|||
superb hack.... extremely helpful
|
#88
|
|||
|
|||
id love for this to also include super mods...that would be awesome
|
#89
|
||||
|
||||
wow what a great hack, i'll add this, this weekend
|
#90
|
||||
|
||||
I was going to make soething like this but yours is just so much better im not going to bother. Well done this is truly an excellent hack and deserves HoTM
|
#91
|
|||
|
|||
A few days ago, I upgraded from 3.01 to 3.03. I hadn't check that hack until today, when I noticed that all numbers in the statistics page were zero. The only column showing meaningful data, is the Last Login. All the others have zeros. Any idea what could be wrong?
Also, the settings were all lost, maybe in the initial file I had downloaded, the volatile was not set properly. Anyhow, I re-run the installation script with some mods and re enter them, but I still can't figure out why all the stats are zero. I know that my mods did some moving and deleting yestarday, and I did too, but it just doesn't show up. Any ideas? Rgds ---------- John P.S. : Never mind, it looks as if the templates have changed somewhere along the line. Deleted them and recreated them and now it works. Tnx |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|