vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Mods Ignore mods but users cant? (https://vborg.vbsupport.ru/showthread.php?t=41917)

thenetbox 08-05-2002 12:59 AM

Mods Ignore mods but users cant?
 
Does any one know how to? or can someone make soemthing like dat? something in which users are unable to ignore mods... but mods can ignore mods?

Jungleman 08-05-2002 01:09 AM

Sorry if this is off topic but if your mods are fighting with each other and want to ignore each other then your forum has an underlying problem and you need to work on that first.

thenetbox 08-05-2002 01:15 AM

:) hahah.. actually.. its a personal problem they have.. otherwise the boards running quite well :) darkforum.com/darkforum

Logician 08-05-2002 09:24 AM

edit member2.php, find:

PHP Code:

  if ($var=='ignorelist' and !$ignoremods and $bbuserinfo[usergroupid] != and ismoderator(0,"",$userid)) { 

Replace it as:
PHP Code:

  if ($var=='ignorelist' and !$ignoremods and ($bbuserinfo[usergroupid] != AND $bbuserinfo[usergroupid] != 5) and ismoderator(0,"",$userid)) { 

Enjoy..

thenetbox 08-05-2002 12:06 PM

Thanks a lot :D I'll give you full credit when I use it :)

Hopefully I can get the mods to work their problems out too

Thanks again :)


All times are GMT. The time now is 12:32 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.00981 seconds
  • Memory Usage 1,715KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete