![]() |
Cyb - Moderating Stats
1 Attachment(s)
Info:
Get Moderating Statistics on separate page with the following details included: -Moderator listing with stats on moderating actions, infractions/infraction points given -Last moderation action info for each Moderator -Total number of active Moderators, moderating actions, given infractions/infraction points -Oldest/Latest moderating actions info -Some standard info about Moderators (join date, post count, last activity) See screenshots... Installation: -Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product] To set options: Go to: vBulletin Options > Cyb - Moderating Stats Custom link position in "Quick Links": -Disable automatic placement in hack options, then add "$cybmodstats_qllink" between desired TR cells in navbar template. Or simply create link anywhere you wish to "FORUM/misc.php?do=cybmodstats". Versions: v1.0 - Aug 22. 2007. -Initial release v1.1 - Aug 24. 2007. -New: Infraction Stats: *Infractions given by moderator *Infraction points given by moderator *Total infractions given *Total infraction points given -ACP option to disable infraction stats -Options to remove entries logged by X from Moderator Log v1.2 - Sep 25. 2007. -Fixed bug where "Display Usergroup" user settings are not followed -Minor bugs fixed v1.3 - May 03. 2008. -Compatible with vBulletin 3.7 -Minor bugs fixed v1.4 - Jun 24. 2008. -New: Option to exclude non-Admin/Mod entries from Moderator log -New: Option to delete all non-Admin/Mod entries from Moderator log -New: Option to exclude usergroups from stats -New: View mod log entries generated by user -Some code optimizations done, and some minor bugs fixed v1.5 - Aug 02. 2008. -Fixed bug where mods are not showing in the list, only global mods and admins -Fixed bug where links to logs are not working if admincp dir name was changed v1.6 - Oct 26. 2008. -Fixed bug where not all mods are shown in stats -Fixed bug where not all selected usergroups are excluded from stats v1.6.1 - Oct 26. 2008. -Fixed bug where forum mods are not included in stats Mark as INSTALLED to get support and updates. |
On this version, i can see mods, supermods and admin's stats. Thx for the update :)
|
1 Attachment(s)
Why does it count an "Attachment Uploaded" as a mod action?
|
You should ask vBulletin developers as this only reads what forum writes into logs. :-)
|
OK, but then is this hack really worthly of using being it includes data not related to the mods actions? The stats are not accurate the way it is...
|
Yeah, that attachment thing really is a pain, they have nothing to do with moderating (not sure why it's even logged by vB in the first place), so I just made this simple edit:
Find: Code:
WHERE moderatorlog.userid>0 $cybmodstats_staffonly $cybmodstats_exclgroups $cybmodstats_timeperiod Code:
WHERE moderatorlog.userid>0 AND moderatorlog.type != 12 $cybmodstats_staffonly $cybmodstats_exclgroups $cybmodstats_timeperiod Thanks for the mod, will be interesting in future (when I haven't just recently pruned all the logs). :) |
Rated 5 stars as it definitely didn't deserve that 2* rating it had before.
|
There is a crucial feature that needs to be included in this hack.
We should be able to select which forums should be counted in stats. Let's say you have a forum, where some forums are support/premium and the others are general/spam talk. It is more valuable if your moderators are posting/moderating in 'support' forums as opposed to 'general' forum. Can you please make this? so we can only view moderator stats within important forums. |
Im gunna install, i think all the complaints above are minor.
Edit: Installed, seems to be working well. |
I'm using this at the moment. I'd like to suggest that you add thread started and posts total and an amount like the variable days for moderation to this as well.
It is part of something that admins and board owners like to know about their staff, just how much are they participating within the community. The forums selection is a good idea too because we don't know if they are just contributing to the staff forums only. thanks for a good mod. |
I am having some format issues with this mod. I will post a screenshot as soon as possible. I'm at work right now, so sometime after I get home tonight.
Thanks. ~ Sean |
thnx m8 nice job :D
installed. |
Always have great add-in's - nice and easy to install - Great Mod
|
thanks for a good mod.
Installed. |
Thanks for this, what is the odds of you showing time online for selected usergroups only? Something like this:
https://vborg.vbsupport.ru/showthread.php?t=134091 I was thinking the time online could show up in the moderating stats page next to the right of the last activity column. Could show up as: 00:00:00(Days:Hours:Minutes) or 00:00(Hours:Minutes) Just a thought, thanks for the share. |
I would really like to see a feature revolving around number of posts made in their forum in the last 30 days, or a time online function. Our forum doesn't have a high volume of infractions or points, a moderator in our forum is more a leader of discussion.
|
I acutally use the cyb advanced statistics to do this. I block out all usergroups but the staff groups, and let the mod do it's calculations.
|
Does this work with 3.8.2?
|
yeah it works with 3.8.2
I would love to see some new features in this mod, for example, how many threads they closed, how many threads they deleted, how many threads they moved, etc. |
Thanks.
|
Thanks.... Handy Mod
|
I have just installed it now... and just read few comments about it as well.. I now just hope that I don't face any problems using this mod :)
I also see that the original poster of this thread hasn't replied with any useful info to the comments :( but hopefully he will update it with more new features ASAP :D Thanks for this mod though! <-- Good Idea to keep track of staff! |
Great work Cyb , always high quality mods and really usefull.
|
nice mod installed thanks
|
@Cyb: would it be possible to add the number of bans also? Our mods are asking for this :D
|
I have an ussue with this install, after instal I get this error
Quote:
|
Quote:
|
What you tried to do when you get that error?
|
click on the Moderating Stats link in the in the quick links drop down?
|
Quote:
|
That happens when you are clicking from Portal, not Forum, right?
Change this line: Code:
$cybmodstats_qllink = '<a href=\"misc.php?$session[sessionurl]do=cybmodstats\">$vbphrase[cyb_moderating_statistics]</a>'; Code:
$cybmodstats_qllink = '<a href=\"'.$vbulletin->options['bburl'].'/misc.php?$session[sessionurl]do=cybmodstats\">$vbphrase[cyb_moderating_statistics]</a>'; dutchbb, I'll see what I can do when i find some time to update this... |
Quote:
|
My bad, wrong mod!
|
Thanks for this hack, Cybernetec.
Just a thing: When i click on "Remove all non-Admin/Mod entries",nothing happens. Any idea? And I don't understand this option : "Show only Moderator log entries generated by Admins/Mods" |
1 Attachment(s)
How come this is happening ?
|
|
I have sections in my forum where moderators provide support. Then other sections that are just spamming and useless conversations.
I want to only see the stats of mod actions that are in some of the forums and not all. How can this be done? |
No possible with the current version but option to exclude forums may be added in future releases...
|
the moderating actions keeps decreasing..... despite the moderator is performing moderations..
what does this infer ? |
Installed...thanks
|
All times are GMT. The time now is 06:20 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|