vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - [AJAX] Moderator Statistics (https://vborg.vbsupport.ru/showthread.php?t=139248)

Abe1 02-18-2007 04:38 AM

Quote:

Originally Posted by PoetJA-1975 (Post 1183640)
Thanx for this - had this mod for 3.5.4 - but the AJAX you've implemented makes it that much better!

1. suggestion - for soft deleted threads... possibly have a link to each soft-deleted thread so Admin can easily go to the thread and moderate :)

Other than that - really excellent share!
Thanx,

Jacquii.

This is a stats hack. Not a help moding hack.

Abe1 02-18-2007 04:39 AM

Quote:

Originally Posted by Fearlessninja (Post 1184657)
I suggest you add infractions given or something related to the stats

I'll look into it.

Abe1 02-18-2007 05:13 AM

Thanks to stinger2 who let me test the problem with old mods showing up, I was able to figure out the problem and come up with a fix.

It is more of a vb bug then mine, but I'm the one that will release a fix.

This happened when you had a forum and moderator for it, then you deleted the forum BEFORE you removed the moderator. You think you loose the moderator also? Wrong! For some unknown reason, vB keeps the row in the database but changes the forumid to -1.

He is fix for those who want to fix before my next update.

Go to your Plugin System. Open up the Moderator Stats plugin that is located by misc_start.

Find:
PHP Code:

$show_moderators_usergroups 'OR moderator.userid = user.userid'

and replace with:
PHP Code:

$show_moderators_usergroups 'OR (moderator.userid = user.userid AND moderator.forumid != \'-1\')'

Save the plug-in.

Done.

stinger2 02-18-2007 08:17 AM

excellant support Abe1.........and thanks to you for fixing it.........it is excellant now

kind regards

PoetJA-1975 02-18-2007 08:34 PM

Quote:

Originally Posted by Abe1 (Post 1185087)
This is a stats hack. Not a help moding hack.

Anyway.... I see Moderator Actions by ThreadID
It'd be nice if those IDs where clickable
But yeah.... whatever....
Thanx for the stats hack :)

Jacquii.

Abe1 02-18-2007 08:37 PM

Quote:

Originally Posted by PoetJA-1975 (Post 1185543)
Anyway.... I see Moderator Actions by ThreadID
It'd be nice if those IDs where clickable
But yeah.... whatever....
Thanx for the stats hack :)

Jacquii.

Future version.

PoetJA-1975 02-18-2007 09:11 PM

Quote:

Originally Posted by Abe1 (Post 1185547)
Future version.

kewl ;)

Jacquii.

Alfa1 02-18-2007 11:09 PM

Would it be feasable to add "average response time to reports in his own forum"? If it is, this would be a major advancement IMO.

Abe1 02-19-2007 12:47 AM

Quote:

Originally Posted by Alfa1 (Post 1185620)
Would it be feasable to add "average response time to reports in his own forum"? If it is, this would be a major advancement IMO.

This would mean a moderator has to post in every thread created in forums he moderates.

Alfa1 02-19-2007 01:16 AM

No, this is not about posting.

When a member reports a rule violation by hitting the report post button, this generates a email to the moderator on a certain time. If that mod responds to the report, by any moderator action in the reported thread on a certain time there after, you can measure the response time, the moderator took. Did the moderator respond quickly or did he fix it a week later and leave the problem existing for all this time?

Another related feature would be the amount of reports the moderator responded to.


All times are GMT. The time now is 07:44 AM.

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.01519 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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