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)

RMS-Chef 03-20-2006 06:39 PM

Quote:

Originally Posted by Abe1
Version 1.3 (03/20/06):
  • CHANGED Changed how the Advanced moderator action stats show.


I hope you guys like the way it is set up now.

Awesome Abe, thank you.
I would say "anything is better than streaching the page out to 6 feet" but that would sound like this new way was not good. It's great.

lazytown 03-20-2006 08:13 PM

Thank you! I can't wait to install the new version. As a side note, I modified the plugin on my end a bit to exclude certain things such as uploading an attachment (which is not a mod action IMO). I'm still not certain if edits to their own posts count as mod actions, but I'm going to try to remove those as well if possible.

-vissa


Quote:

Originally Posted by Abe1
Version 1.3 (03/20/06):
  • CHANGED Changed how the Advanced moderator action stats show.

I hope you guys like the way it is set up now.


Abe1 03-20-2006 09:47 PM

Uploading an attachment means uploading to som-one ELSES post an attachment. Everything i a MOD action, not just a standard thing.

lazytown 03-20-2006 10:24 PM

Quote:

Originally Posted by Abe1
Uploading an attachment means uploading to som-one ELSES post an attachment. Everything i a MOD action, not just a standard thing.

I'm 99% sure this isn't correct (at least not on 3.5.3). Uploading an attachment to your own post is getting counted -- perhaps it is a bug or just something that gets tracked because the person is a mod. Or perhaps it only happens if they add an attachment to their own post after the fact. Either way, on my forum it is including uploaded attachments to mod's own posts. It's not really a problem with your mod, but with the way VB tracks things.

Thanks
-vissa

Robbed 03-22-2006 09:47 PM

Could you add banned users?

How many each admin has banned.

Abe1 03-23-2006 12:38 PM

That is an admin action not a mod action. I'm not pulling any data from the admin log. Maybe I'll add it some day.

Sidewindr 03-27-2006 03:32 AM

How can I modify this to view say Only Super Mods or Only Moderators who are not Super Mods??

vampireus 03-27-2006 10:21 PM

Some mods and super moderators are not on the list. What can be the reason?

Abe1 03-27-2006 10:51 PM

Quote:

Originally Posted by vampireus
Some mods and super moderators are not on the list. What can be the reason?

Make sure they are in the settings.

Sidewindr 03-28-2006 12:07 AM

Quote:

Originally Posted by Sidewindr
How can I modify this to view say Only Super Mods or Only Moderators who are not Super Mods??

Any clues ??

I am only really interested in the Super Mods stats and not the regular moderators .. :D

Abe1 03-28-2006 01:37 AM

Look at the settings.

Sidewindr 03-28-2006 05:12 AM

I have .. there is no setting to EXCLUDE Moderators and only show Super Moderators.

Abe1 03-28-2006 11:49 AM

Quote:

Originally Posted by Sidewindr
I have .. there is no setting to EXCLUDE Moderators and only show Super Moderators.

Ok. I'll try to add that option for my next release.

richard4339 03-28-2006 01:46 PM

Quote:

Originally Posted by agiacosa
Abe1,

Suggestion for a future release. It would be great to set a parameter like minimum posts per 30 days in their own forum. Then, if a moderator is below that, the system would send him/her a pm warning.

That would save me the trouble of having to do it manually.

Hear hear! Though I would simply say "minumum posts per 30 days, ANYWHERE!" I'd also recommend adding a link to the stats in the Admin Control Panel.

Sidewindr 03-28-2006 09:57 PM

Quote:

Originally Posted by Abe1
Ok. I'll try to add that option for my next release.

Excellent .. Thanks ! :)

rareclownfish 04-15-2006 06:26 PM

Is there anyway to link this to the statistic page or somthing other than to type this misc.php?do=moderator_stats in the url everytime I need to see it?

Abe1 04-16-2006 01:43 AM

Quote:

Originally Posted by rareclownfish
Is there anyway to link this to the statistic page or somthing other than to type this misc.php?do=moderator_stats in the url everytime I need to see it?

You can edit your templates somewhere.

rareclownfish 04-16-2006 02:22 AM

Quote:

Originally Posted by Abe1
You can edit your templates somewhere.

Where???

Roms 04-16-2006 02:30 AM

Looks good, I'll try it out. :)

Abe1 04-16-2006 03:28 AM

Quote:

Originally Posted by rareclownfish
Where???

Anywhere. Where ever you want the link. eg. navbar.

rareclownfish 04-16-2006 03:55 AM

Sorry about all the questions I'm a noob, could you give an example for the code to put it the navbar?
Thanks

ShadowOne 04-16-2006 04:42 AM

the only thingi would ask is for the table to fit correctly...is it possible to make it where it has a simplified version? so it wont stretch tables?

Abe1 04-16-2006 05:05 AM

Quote:

Originally Posted by ShadowOne
the only thingi would ask is for the table to fit correctly...is it possible to make it where it has a simplified version? so it wont stretch tables?

Your tables get stretched now?

Abe1 04-16-2006 05:07 AM

Quote:

Originally Posted by rareclownfish
Sorry about all the questions I'm a noob, could you give an example for the code to put it the navbar?
Thanks

Open template navbar
find:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
add after:
<td class="vbmenu_control"><a href="misc.php?do=moderator_stats">Mod Stats</a></td>

ShadowOne 04-16-2006 06:29 AM

yah when you go to the actual page... the table is stretched off to the right...

rareclownfish 04-16-2006 02:39 PM

Quote:

Originally Posted by Abe1
Open template navbar
find:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
add after:
<td class="vbmenu_control"><a href="misc.php?do=moderator_stats">Mod Stats</a></td>

Thanks it showed up in the navbar,:banana: is there away to get it in the mini stats box?

ShadowOne 04-16-2006 07:58 PM

Quote:

Originally Posted by Abe1
Open template navbar
find:
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
add after:
<td class="vbmenu_control"><a href="misc.php?do=moderator_stats">Mod Stats</a></td>

wouldnt you need a condition for that to work properly? because like that eveyrone will see the link...

rareclownfish 04-17-2006 12:40 AM

Quote:

Originally Posted by ShadowOne
wouldnt you need a condition for that to work properly? because like that eveyrone will see the link...

Everyone see's the link but when you click on it, it says you don't have permission for it. If you have the code I'll use it.

Abe1 04-17-2006 12:16 PM

Quote:

Originally Posted by rareclownfish
Everyone see's the link but when you click on it, it says you don't have permission for it. If you have the code I'll use it.

add to the beg.
<if condition="$bbuserinfo[usergroupid] == 6">

add after
</if>

Abe1 04-17-2006 12:17 PM

Quote:

Originally Posted by rareclownfish
Thanks it showed up in the navbar,:banana: is there away to get it in the mini stats box?

You can add the link any where.

Billspaintball 04-17-2006 12:55 PM

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?

User Banning / Unbaning are the only extra ones I would like :)

ShadowOne 04-17-2006 06:34 PM

Quote:

Originally Posted by Billspaintball
User Banning / Unbaning are the only extra ones I would like :)


it should also be setup as its own page because it stretches tables...unless there is an alternative :(

Abe1 04-17-2006 08:50 PM

Quote:

Originally Posted by ShadowOne
it should also be setup as its own page because it stretches tables...unless there is an alternative :(

Can you post a screenshot of how your page looks?

Abe1 04-17-2006 08:51 PM

Quote:

Originally Posted by Billspaintball
User Banning / Unbaning are the only extra ones I would like :)

I'll add it to my list.

rareclownfish 04-18-2006 02:02 AM

Quote:

Originally Posted by Abe1
add to the beg.
<if condition="$bbuserinfo[usergroupid] == 6">

add after
</if>

Where am I putting this?

Abe1 04-18-2006 02:53 AM

Quote:

Originally Posted by rareclownfish
Where am I putting this?

Before and after the code I first gave you.

ShadowOne 04-18-2006 03:29 AM

Quote:

Originally Posted by Abe1
Can you post a screenshot of how your page looks?

Here Is my Screenshot...

dilbert 04-18-2006 04:17 AM

Quote:

Originally Posted by ShadowOne
Here Is my Screenshot...

Abe,
Very nice addition, thank you.
I have the same width problem.
Maybe we can have the option of which columns to show? Or have the Advanced Log Stats be a pop up, instead of a mouse over?

Either way, I like it.

ShadowOne 04-18-2006 05:32 AM

Quote:

Originally Posted by dilbert
Abe,
Very nice addition, thank you.
I have the same width problem.
Maybe we can have the option of which columns to show? Or have the Advanced Log Stats be a pop up, instead of a mouse over?

Either way, I like it.

yah thats a good idea... and yes a VERY nice hack indeed...

MustangLisa 04-18-2006 12:47 PM

Nice job! The update with Advanced stats is great! Thank you!!


All times are GMT. The time now is 01: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.02654 seconds
  • Memory Usage 1,826KB
  • 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
  • (27)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