vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Moderator Statistics (https://vborg.vbsupport.ru/showthread.php?t=106329)

caliman 02-01-2006 04:21 AM

the link is in the install instructions.

SnickersTK 02-01-2006 05:04 AM

Quote:

Originally Posted by Abe1
Version 1.2 (01/31/06):
  • ADD Average Moderator Actions Per Day
  • ADD Advanced moderator action stats.

Are there any oter stats that you guys would like added?

I love you, going to update right now!!!

Yorixz 02-01-2006 05:34 AM

Very nice upgrade <strike>but please; add back an option to group all the moderation actions into one row, this is making it unnecessarely big and chaotic imho.</strike>
Didn't notice the option :X

Keep up the great work though!

IrPr 02-01-2006 08:11 AM

Quote:

Originally Posted by Abe1
Version 1.2 (01/31/06):
  • ADD Average Moderator Actions Per Day
  • ADD Advanced moderator action stats.

Are there any oter stats that you guys would like added?

Thanks! :)
would this be and extention such az modstats.php ?

lazytown 02-01-2006 11:07 AM

THANK YOU! I love the fact that it shows the actions separately now!

-vissa

Abe1 02-01-2006 11:48 AM

Quote:

Originally Posted by Yorixz
Very nice upgrade <strike>but please; add back an option to group all the moderation actions into one row, this is making it unnecessarely big and chaotic imho.</strike>
Didn't notice the option :X

Keep up the great work though!

There is a row called "Total Moderator Actions" It's the same as the edit/delete/...

Abe1 02-01-2006 11:49 AM

Quote:

Originally Posted by IrPr
Thanks! :)
would this be and extention such az modstats.php ?

misc.php?do=moderator_stats

agiacosa 02-01-2006 12:08 PM

Abe1,

Another request.

I have my mods looking at this to see if they are meeting the minimum requirements. It would be great if I could set those minimum requirements via admincp. If any stat is under those requirements for a particular mod, then the stat would show up in red. If over, it would show up in green. This way it is easy for them to see what they need to do to get up to minimum standards.

Thanks.

Abe1 02-01-2006 12:17 PM

Quote:

Originally Posted by agiacosa
Abe1,

Another request.

I have my mods looking at this to see if they are meeting the minimum requirements. It would be great if I could set those minimum requirements via admincp. If any stat is under those requirements for a particular mod, then the stat would show up in red. If over, it would show up in green. This way it is easy for them to see what they need to do to get up to minimum standards.

Thanks.

This would require some coding that most other user would not like.

You can do this by your self using the templates. In 'moderator_stats_bit', you can add an 'if condition' to each output.

Eg.
Find:
PHP Code:

<td class="$bgclass">$moderatorstats[1]</td

and replace with:
PHP Code:

<if condition="$moderatorstats[1] < 10">
<
td class="$bgclass"><font color="red">$moderatorstats[1]</font></td>
<else />
<
td class="$bgclass"><font color="green">$moderatorstats[1]</font></td>
</if> 


lionslair 02-01-2006 12:24 PM

Great update thank you.


All times are GMT. The time now is 01:43 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.02475 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
  • (5)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