vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Statistics Modifications - Cyb - Moderating Stats (https://vborg.vbsupport.ru/showthread.php?t=201296)

Valter 01-09-2009 10:00 PM

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.

-=Leb=- 01-10-2009 02:26 PM

On this version, i can see mods, supermods and admin's stats. Thx for the update :)

WreckRman2 01-11-2009 08:53 PM

1 Attachment(s)
Why does it count an "Attachment Uploaded" as a mod action?

Valter 01-12-2009 03:00 AM

You should ask vBulletin developers as this only reads what forum writes into logs. :-)

WreckRman2 01-12-2009 04:36 AM

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...

R-D 01-12-2009 12:13 PM

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
and change to:
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). :)

R-D 01-12-2009 12:17 PM

Rated 5 stars as it definitely didn't deserve that 2* rating it had before.

proxx 01-15-2009 08:39 PM

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.

benny92000 03-07-2009 04:47 AM

Im gunna install, i think all the complaints above are minor.

Edit: Installed, seems to be working well.

cynthetiq 03-08-2009 05:30 PM

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.

y2krazy 03-09-2009 07:42 PM

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

trucker01 03-11-2009 01:22 PM

thnx m8 nice job :D

installed.

RK1gaming 03-11-2009 01:30 PM

Always have great add-in's - nice and easy to install - Great Mod

Jasem 03-25-2009 01:12 PM

thanks for a good mod.

Installed.

GCSkye 03-28-2009 06:38 AM

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.

Caerydd 03-30-2009 08:24 AM

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.

cynthetiq 03-30-2009 01:42 PM

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.

Jamey 04-10-2009 09:56 PM

Does this work with 3.8.2?

Hornstar 04-10-2009 10:40 PM

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.

Jamey 04-10-2009 11:40 PM

Thanks.

cleverone 04-13-2009 12:45 AM

Thanks.... Handy Mod

KevinGupta 04-13-2009 02:57 AM

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!

dutchbb 04-18-2009 10:45 PM

Great work Cyb , always high quality mods and really usefull.

nomoreturn 04-18-2009 11:25 PM

nice mod installed thanks

dutchbb 04-20-2009 02:37 PM

@Cyb: would it be possible to add the number of bans also? Our mods are asking for this :D

Bergler 04-21-2009 07:23 PM

I have an ussue with this install, after instal I get this error

Quote:

Not Found

The requested URL /misc.php was not found on this server.
thanks!

Bergler 04-22-2009 05:34 AM

Quote:

Originally Posted by Bergler (Post 1796238)
I have an ussue with this install, after instal I get this error



thanks!

Was this a stupid question??

Valter 04-22-2009 08:54 AM

What you tried to do when you get that error?

Bergler 04-22-2009 02:12 PM

click on the Moderating Stats link in the in the quick links drop down?

dutchbb 04-22-2009 02:22 PM

Quote:

Originally Posted by dutchbb (Post 1795198)
@Cyb: would it be possible to add the number of bans also? Our mods are asking for this :D

Did you see this cyb? Thanks for considering.

Valter 04-22-2009 02:33 PM

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>';
to this:
Code:

$cybmodstats_qllink = '<a href=\"'.$vbulletin->options['bburl'].'/misc.php?$session[sessionurl]do=cybmodstats\">$vbphrase[cyb_moderating_statistics]</a>';
in "Cyb - Moderating Stats - QL" plugin.

dutchbb, I'll see what I can do when i find some time to update this...

Bergler 04-22-2009 03:34 PM

Quote:

Originally Posted by Cybernetec (Post 1796760)
That happens when you are clicking from Portal, not Forum, right?

You were bang on! :D Thank you!! That fixed it! Great mod, thank you so much!!:up:

Bergler 04-23-2009 09:51 PM

My bad, wrong mod!

Sofia 04-24-2009 01:35 PM

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"

dannykilla 05-01-2009 02:12 AM

1 Attachment(s)
How come this is happening ?

Sweeks 05-01-2009 11:49 PM

Installed
________
Vaporizer i

proxx 05-13-2009 05:37 AM

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?

Valter 05-13-2009 04:29 PM

No possible with the current version but option to exclude forums may be added in future releases...

tanand79 05-25-2009 04:29 PM

the moderating actions keeps decreasing..... despite the moderator is performing moderations..

what does this infer ?

ITDarasgah 06-22-2009 07:07 PM

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
  • Page Generation 0.01256 seconds
  • Memory Usage 1,809KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete