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)

DrkFusion 10-23-2004 07:42 PM

This is a very nice hack, I have actually noticed my Moderators are doing so much more work than I expected, and a couple of the other moderators are going to be getting my nice aldo boot :)

Nice hack!

billywiz 10-23-2004 08:06 PM

very nice hack :)

Kentaurus 10-23-2004 10:08 PM

Quote:

Originally Posted by Makador
Hehe sorry for calling it a major bug and thanks for your help :)
But I also need to change the modmanagement_cron.php. Same here: All users, who can see the adminpanel should get the pm's.

I uploaded a new zip with some fixes

.fixed the cron job and the access to the main page in case you have several admin groups and not only group 6
.added a log to the cron job
.fixed a bug where the "unread pm's" in the navbar wasn't updated

If any of these bugs bother you then just re-download the zip and replace the files.

Kentaurus 10-23-2004 10:13 PM

By default only admins can view the modmanagement.php page, if you want your supermoderators to be able to access the page.

In modmanagement.php search for:
PHP Code:

if (!($permissions['adminpermissions'] & CANCONTROLPANEL)) 

replace it with:
PHP Code:

if (!($permissions['adminpermissions'] & CANCONTROLPANEL) && !($permissions['adminpermissions'] & ISMODERATOR)) 

By default only admins can view the modmanagement.php page, if you want all moderators to be able to access the page.

In modmanagement.php search for:
PHP Code:

if (!($permissions['adminpermissions'] & CANCONTROLPANEL)) 

replace it with:
PHP Code:

if (!($permissions['adminpermissions'] & CANCONTROLPANEL) && !can_moderate()) 


Aurous 10-23-2004 10:45 PM

Quote:

Originally Posted by Lionel
I get the pm alerts, but I get a blank page for the modmanagement.php and templates are there

Same problem on 3.0.1

If there is no fix to this, an uninstaller will be very nice to see here or I'll have to waste time manually deleting everything :(

Kentaurus 10-23-2004 10:56 PM

Quote:

Originally Posted by Aurous
Same problem on 3.0.1

If there is no fix to this, an uninstaller will be very nice to see here or I'll have to waste time manually deleting everything :(

I am trying to provide a fix, but I cannot identify where the problem is.

Some people have installed it in 3.0.1 succesfully, but Lionel has the weirdest behaviour I have seen or read, and I installed a copy of vb3.0.1 in my local machine to test it and it ran without problems. Unless there is another conflicting hack or server setting that I am not aware of there is no good reason for it not to work.... maybe I can check your website or test site to see if I can identify what the problem is?

Aurous 10-23-2004 11:07 PM

Well, I was bored and deleted all the phrases and settings manually. Its possible its conflicting with other hacks I have installed, not sure which one as I have many. Maybe Lionel can be of some help.

Loki12 10-24-2004 11:10 AM

I like this, and I'm going to install it soon. ;)

Makador 10-24-2004 11:38 AM

Thanks again for your help. Now everything works fine for me!

mtha 10-24-2004 01:56 PM

Quote:

Originally Posted by Kentaurus
I uploaded a new zip with some fixes

.fixed the cron job and the access to the main page in case you have several admin groups and not only group 6
.added a log to the cron job
.fixed a bug where the "unread pm's" in the navbar wasn't updated

If any of these bugs bother you then just re-download the zip and replace the files.

Please provide versions and update time/date (and upgrade instruction if posible). Thank you :)


All times are GMT. The time now is 05:50 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.01194 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
  • (4)bbcode_php_printable
  • (4)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
  • (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