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)

maple_cc 02-09-2007 12:03 AM

Thank you !!! Let me try~

phpdevrus 02-12-2007 01:09 AM

waiting on the 3.6.4 update ;-)

Abe1 02-12-2007 12:05 PM

Quote:

Originally Posted by stinger2 (Post 1175218)
it works on 3.6.4 but when you remove a moderator...his states stay registered........Abe1 has promised on working on an update..

I think it stays until the are no longer have any logs in the last x days.

stinger2 02-12-2007 02:26 PM

hi Abe1
as i said before........they are even not active ...and i deleted all the logs older than 30 days.....and removed any mention to their modereation....their name remains there.........

i mean .they even sho zero zero in everything in the stats....and they are elite group now...

Abe1 02-12-2007 11:08 PM

vb3.6 version released here: https://vborg.vbsupport.ru/showthread.php?t=139248

Ryloth 10-13-2007 09:03 PM

i read threw a few pages, anyone realize this shows past moderators who are no longer mods due to joinng for the users on the moderator table.


the poor man's way to do this is to change this:
Code:

        SELECT user.*
        FROM " . TABLE_PREFIX . "user AS user
        LEFT JOIN ".TABLE_PREFIX."moderator AS moderator USING (userid)
        WHERE moderator.userid = user.userid $additional_usergroups
        ORDER BY user.username

to

Code:

        SELECT user.*
        FROM " . TABLE_PREFIX . "user AS user
        LEFT JOIN ".TABLE_PREFIX."moderator AS moderator USING (userid)
        WHERE moderator.userid = '' $additional_usergroups
        ORDER BY user.username





Then change around a few lines of text for the options so that you now MUST SPECIFY which groups you want to show.




I realize this is a poor way to do it, however, it is a very simple way that 99% of people can understand. the right way would be to re-write the query not joining on the moderator table. i think the intentions were right w/ joining, however, right join by the way your query is setup would be the join you were after and even then the query is not right. i am out of time for looking at this.

Vman 12-05-2007 03:31 AM

This is what Im getting when I attempt to use the misc.php?do=moderator_stats

you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Im the SuperAdmin. What do I need to do to see the stats..

Thanks

bartek24m 03-05-2014 04:23 PM

Quote:

Then change around a few lines of text for the options so that you now MUST SPECIFY which groups you want to show.
could you explain which lines i need to change ?


All times are GMT. The time now is 09:57 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.01362 seconds
  • Memory Usage 1,734KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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