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)

S@NL - BlackBik 01-31-2006 08:58 PM

I have no idea. I can't find the templates for the admincp...

Abe1 01-31-2006 11:19 PM

Quote:

Originally Posted by asianboi
is it possible to modify the admin cpanel to add the http://www.yourforum/misc.php?do=moderator_stats ?

I can. I would recommend you add the link to the navbar using the templates.

Abe1 01-31-2006 11:20 PM

Quote:

Originally Posted by S@NL - BlackBik
I have no idea. I can't find the templates for the admincp...

You have to use an xml file.

Abe1 02-01-2006 12:39 AM

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?

caliman 02-01-2006 01:27 AM

Thanks for the update!

I believe that there is a mod out there that shows total time spent in the forums. That would be a nice touch here - total time over the last X days.

Abe1 02-01-2006 01:35 AM

Quote:

Originally Posted by caliman
Thanks for the update!

I believe that there is a mod out there that shows total time spent in the forums. That would be a nice touch here - total time over the last X days.

There is no vBulletin tracking of time spent. I will not make this hack add tables or columns to your database nor will I add plug-ins around our forum.

caliman 02-01-2006 01:37 AM

Ok. How about this.. make the columns that display selectable in the admincp so we can turn some off. Version 1.2 goes across 3 widths of my monitor!

Abe1 02-01-2006 01:39 AM

Quote:

Originally Posted by caliman
Ok. How about this.. make the columns that display selectable in the admincp so we can turn some off. Version 1.2 goes across 3 widths of my monitor!

Sorry, though of it before you. There is a setting for it! Check your settings. Bottom one.

caliman 02-01-2006 01:50 AM

Ahhh.. that helps. It still busts my template a bit but I suppose I can adjust the table width. THanks!

fluentdesigns 02-01-2006 04:18 AM

Where do you access this mod, I cant find any links?

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.

agiacosa 02-01-2006 01:02 PM

Abe1,

No problem doing it myself. Thanks for the conditional. Are the stats listed somewhere so that I know what condition to use?

agiacosa 02-01-2006 01:39 PM

Never mind, figured it out. Thanks.

vampireus 02-01-2006 01:49 PM

Hi Abe1, is it possible to show "Post in His Forum" and "Thread is His Forum" per forum which the mod belongs to, it might be a drop-down menu from the total #. And where can I turn off some stats of the advanced mod actions, since 30 row is way overkill, too details :)

Thanks

Abe1 02-01-2006 03:04 PM

Quote:

Originally Posted by vampireus
Hi Abe1, is it possible to show "Post in His Forum" and "Thread is His Forum" per forum which the mod belongs to, it might be a drop-down menu from the total #. And where can I turn off some stats of the advanced mod actions, since 30 row is way overkill, too details :)

Thanks

I dont think I will do any. It would be oo uch to show where he has his posts. Also, I have one setting that totaly remove view of the advanced mod actions. I dont want 30 separate settings for each group.

vampireus 02-01-2006 03:59 PM

I meant posts & threads in forums which he is a moderator, not all forums he is posting. One can be mod of several forums, max 3 in my board.

For the advanced mod actions, where can I remove stats or table of the actions I don't want to show <edit a template?>

Abe1 02-01-2006 04:31 PM

Quote:

Originally Posted by vampireus
I meant posts & threads in forums which he is a moderator, not all forums he is posting. One can be mod of several forums, max 3 in my board.

For the advanced mod actions, where can I remove stats or table of the actions I don't want to show <edit a template?>

I know what you ment. On your forums it's max 3, on mine they can have 10, on anther one they can have 20.

JsnakeJ 02-01-2006 05:36 PM

Its too stretched out for my liking in the newer version. Maybe you can make it so that you only look at one user at a time and have it use multiple rows for that one user you chose. I think that would make it much better. :)

Abe1 02-01-2006 06:09 PM

Quote:

Originally Posted by JsnakeJ
Its too stretched out for my liking in the newer version. Maybe you can make it so that you only look at one user at a time and have it use multiple rows for that one user you chose. I think that would make it much better. :)

Maybe I'll add that in the future. For now, you can disable it.

S@NL - BlackBik 02-01-2006 06:26 PM

Thanks abe1, nice additions :)

IrPr 02-01-2006 06:40 PM

Quote:

Originally Posted by Abe1
Maybe I'll add that in the future. For now, you can disable it.

Waiting for next update!
i think just template modifications needed

Sarver 02-01-2006 06:43 PM

Quote:

Originally Posted by fluentdesigns
Where do you access this mod, I cant find any links?

http://(your forum name here)/forums/misc.php?do=moderator_stats

Here ya go. :) Enjoy

vtx1800 02-01-2006 10:01 PM

The update is great. The columns are a bit much. Maybe a dropdown to pick the mod you want, with the page loading with less columns and more rows.

But still a kick ass feature. Very well done.

WNxWakko 02-01-2006 11:12 PM

nice addition, but damn that is a major scroll off to the right. hard to read it all at once.

S@NL - BlackBik 02-02-2006 08:12 AM

I've removed all the nowrap="nowrap" options from the td tags.
That way it becomes a lot smaller.

lazytown 02-08-2006 01:51 AM

Bug Found:

The totals for "Total Moderator Actions" in the last 30 days appears to be correct.

However, if you change all the settings to 90 days, for example, the "Total Moderator Actions" numbers appear to change, but all the rest of the advanced mod action counts stay exactly the same (and don't add up).

Love the mod!
-vissa

Abe1 02-08-2006 02:37 AM

Quote:

Originally Posted by vissa
Bug Found:

The totals for "Total Moderator Actions" in the last 30 days appears to be correct.

However, if you change all the settings to 90 days, for example, the "Total Moderator Actions" numbers appear to change, but all the rest of the advanced mod action counts stay exactly the same (and don't add up).

Love the mod!
-vissa

I just looked at the code, there is nothing I can find that would make this happen. Do you have a screen shot or numbers you added up?

lazytown 02-08-2006 05:13 AM

A screenshot is difficult (how do you screenshot something that goes way off screen? :)). The "advanced" numbers don't change the longer I go back (the total does). They also don't add up. I did upgrade from 3.06 to 3.53 a couple of weeks ago. Could that have removed/changed something in the moderator log? When I look at the log it still goes back at least a year.

-vissa

Abe1 02-08-2006 11:57 AM

Quote:

Originally Posted by vissa
A screenshot is difficult (how do you screenshot something that goes way off screen? :)). The "advanced" numbers don't change the longer I go back (the total does). They also don't add up. I did upgrade from 3.06 to 3.53 a couple of weeks ago. Could that have removed/changed something in the moderator log? When I look at the log it still goes back at least a year.

-vissa

Yes, I can have done something. vb 3.0 may not have had taken down exactly what each acton was in the way vb3.5 does. I'm not 100% sure though. But vb3.0 can be the reason.

CupraSi 02-15-2006 12:12 PM

Thanks this is my first ever hack that I have done and it seems to have gone well ...

Only bad thing is it disappearing off the screen

I have added some other user groups as well like my committee membes as you can see what activity they have ....

One dumb question here ...

Do you have to type in the URL that you gave all the time to view the stats or can you not view it within the forum?

Many thanks

Abe1 02-15-2006 12:22 PM

Quote:

Originally Posted by CupraSi
Thanks this is my first ever hack that I have done and it seems to have gone well ...

Only bad thing is it disappearing off the screen

I have added some other user groups as well like my committee membes as you can see what activity they have ....

One dumb question here ...

Do you have to type in the URL that you gave all the time to view the stats or can you not view it within the forum?

Many thanks

You can put the link where ever you want.


All times are GMT. The time now is 08:24 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.01648 seconds
  • Memory Usage 1,833KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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