The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Cyb - Moderating Stats Details »» | |||||||||||||||||||||||||||||||||||
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. Download Now
Screenshots
Show Your Support
|
Comments |
#52
|
|||
|
|||
Quote:
Can you please fix this? |
#53
|
|||
|
|||
does anyone know how to make moderator stats count only stats of mod actions in certain forums and not all forums?
|
#54
|
|||
|
|||
Released for vB4 here:
https://vborg.vbsupport.ru/showthread.php?t=236630 |
#55
|
|||
|
|||
I try to install, but I have this message
Quote:
thanks for the help. |
#56
|
|||
|
|||
Thanks, cool mod.
I've had good luck with other Cyb mods so I jumped on this one. I did use a different mod stat hack, which is currently quarentined here on vb.org. It had a few cool features that would be a big plus to this hack. It showed the mods activity for the time period in question ...instead of total posts is showed the number of posts for the period and the number of threads started for the time period only. If you needed columns freed up to add this new stuff I would suggest you delete total posts, date joined and date of last activity. Any chance of getting this info added to this hack or is it wishful thinking? |
#57
|
|||
|
|||
Thanks for this I love all of your mods they are the first ones I come to get when setting up a forum.
|
#58
|
|||
|
|||
Got a query, I have changed the original url for the /admincp and this is stopping the log for Moderating Actions from going anywhere, I just get a 404 page from where the page used to be. Where is the coding for this and how do I change it? Thanks
Brilliant plugin however. |
#59
|
|||
|
|||
Quote:
I'm guessing this has to do with the evil php 5.3.1 I am running. I'm guessing it has broken this construct: PHP Code:
--- later --- OK, comparing to his 4.0 product I came up with this fix. Sorry to go all Unix 'diff' utility on you folks, but I'm off to shop for my wife's birthday. Code:
diff -c Cyb_MS.xml Cyb_MSfixed.xml *** Cyb_MS.xml 2008-10-26 14:55:56.000000000 -0700 --- Cyb_MSfixed.xml 2010-10-18 20:20:44.000000000 -0700 *************** *** 84,94 **** --- 84,96 ---- { $cybmodstats_timeperiod = ""; $cybmodstats_timeperiod_tot = ""; + $cybmodstats_timeperiod_inf = ""; if ($vbulletin->options['cybmodstats_time_period']) { $fromtime = TIMENOW - ($vbulletin->options['cybmodstats_period_days']*24*60*60); $cybmodstats_timeperiod = "AND moderatorlog.dateline > $fromtime"; $cybmodstats_timeperiod_tot = "WHERE dateline > $fromtime"; + $cybmodstats_timeperiod_inf = "AND dateline > $fromtime"; } $cybmodstats_exclgroups = ""; if ($vbulletin->options['cybmodstats_exclgroups']) *************** *** 114,120 **** if ($vbulletin->options['cybmodstats_enable_infractions']) { $cybmodstats_infpoints = 0; ! $cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' $cybmodstats_timeperiod "); $cybmodstats_infractions = $db->num_rows($cybmodstats_get_infr); while ($cybmodinfractions = $db->fetch_array($cybmodstats_get_infr)) { --- 116,122 ---- if ($vbulletin->options['cybmodstats_enable_infractions']) { $cybmodstats_infpoints = 0; ! $cybmodstats_get_infr = $vbulletin->db->query_read("SELECT whoadded, points, dateline FROM " . TABLE_PREFIX . "infraction WHERE whoadded='".$cybmodlogstat['userid']."' $cybmodstats_timeperiod_inf "); $cybmodstats_infractions = $db->num_rows($cybmodstats_get_infr); while ($cybmodinfractions = $db->fetch_array($cybmodstats_get_infr)) { |
#60
|
||||
|
||||
thank you
|
#61
|
|||
|
|||
Valter can you please also fix this vB 3.8.x version as you have done with the 4.x one?
Quote:
Jonathan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|