vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Moderator management system (https://vborg.vbsupport.ru/showthread.php?t=70850)

sv1cec 08-04-2005 02:43 PM

If I remember correctly, this is the hack I have installed at least 5 times. As many, as the upgrades of vB, in other words. Just run the installation script again, if I remember correctly.

b00k 08-17-2005 03:30 PM

for some reason, everytime i run the modmanagement_install.php i get a vdeck cannot be found error page. Anythoughts as to why this is happening?


Thanks in advance :nervous:

*FIXED* end user error :rolleyes:

GetGamer.com 10-10-2005 04:39 PM

I have one problem and one question:

First, the problem...
This works almost flawlessly on my site. I can view the stats on modmanagement.php and everything is reported correctly. I configured it to send me a PM when someone falls outside the guidelines, but each week I'm getting a PM for EVERYONE on my staff (myself included) even though they have not exceeded the guidelines established through the admin. Any ideas why?

Now for the question...
I'd like to be able to modify modmanagement.php so that I can run it against any usergroup, maybe through a querystring variable. This would allow me to view reports on non-moderators (I have staff members that do not have moderator rights, believe it or not), and I'd also like to view reports by "team" (a specific usergroup). Is this an easy modification? Seems like this would be a nice little change that others could use as well.

bigmonay2k 10-16-2005 01:28 AM

Quote:

Originally Posted by Koutaru
Excellent hack :D Hopefully I'll be able to scare my mods into being more active with this thing ;)

Could there also be an email to the moderator who has been unactive for x days or has not posted x amount of threads to remind them of their duties?

hahaha this hack is funny, you talking like you pay them money to moderate your board :nervous:

brvheart 10-17-2005 05:31 PM

I have 3.0.7, installed fine etc, but I can not see the modmanagement.php page or from the link inside the admin cp, anyone give me a hand please?

Also if I delete the cron job, that just simply stos the mad PM's correct?

I get a blank page in the admin CP and a Page can not be displayed in the browser.

get these fixed and will be a I installed for sure....very nice hack.

angelicGrace 10-18-2005 01:52 PM

I rather depend on this too kepe a watchful eye on my mods. Has anyone tried using it with 3.5 or are there plans for an out right port to 3.5?

mtha 10-24-2005 10:47 AM

K, are you going to port this to 3.5.0?

proxx 10-28-2005 08:33 PM

This MUST be ported to VB3.5.... there so much demand for mods like this, yet noone is porting them.

I mean, if there a serious programmer who'll just port 5 of the good mods, I would be willing to pay to have it. (instead of waiting for months until some nice person ports it)

Stone Cold 3:16 10-30-2005 04:24 PM

Installer? Whooo! No file edits :p

Thanx!

dxguru 11-18-2005 06:08 AM

For those who want to use this great Mod to get stats just for the Super Moderator group (because like me, you have Moderators that work the entire site and do not assign Moderators specifically to individual forums) ...

In file functions_modmanagement.php
find
PHP Code:

$result $DB_site->query("SELECT user.* FROM ".TABLE_PREFIX."moderator moderator INNER JOIN ".TABLE_PREFIX."user user ON moderator.userid=user.userid"); 

and replace with
PHP Code:

$result $DB_site->query("SELECT user.* FROM ".TABLE_PREFIX."user WHERE usergroupid='5'"); 

find
PHP Code:

            foreach ($moderatorInfo as $userid => $moderatorData)
            {
                    if (
has_permissions_in_forum($data['forumid'], $userid))
                    {
                            
$moderatorInfo[$userid]['forums'][] = $data['forumid'];
                            
$hasForum true;
                    }
            } 

and replace with
PHP Code:

            foreach ($moderatorInfo as $userid => $moderatorData)
            {
#                    if (has_permissions_in_forum($data['forumid'], $userid))
#                    {
                            
$moderatorInfo[$userid]['forums'][] = $data['forumid'];
                            
$hasForum true;
#                    }
            




All times are GMT. The time now is 11:09 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.01197 seconds
  • Memory Usage 1,753KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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