vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   how-to add moderators to ignore list? (https://vborg.vbsupport.ru/showthread.php?t=111192)

Sculli 03-23-2006 06:30 PM

how-to add moderators to ignore list?
 
Situation:
My board has moderators for the public board area, I do not want my users to be able to ignore them. My board also has moderators for private usergroups. Because those mods for the private groups are "moderators" to the software, users are not able to put them on the ignore list.

I need to fix this so that users can ignore everyone but admins and public area mods. How would I do that?

Thanks in advance!

Sculli 04-05-2006 06:37 AM

bump

Sculli 04-30-2006 06:56 PM

bump

MrEyes 07-29-2008 11:52 AM

Holy Thread Resurrection Batman!!!!!

I am also looking for a solution to this issue, so 2 years on has anybody got any solutions?

My forum "moderation" team is setup as follows:

Administrators : Me
Super Moderators : Can mod all forums
Moderators : Can only moderate a single forum

I would like members to be able to ignore Moderators but not Admins or Super Mods.

From hunting around the code, this check seems to come from line 498 in profile.php

Code:

if (!$vbulletin->options['ignoremods'] AND can_moderate(0, '', $userinfo['userid'], $uglist) AND !($permissions['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']))
{
        standard_error(fetch_error('listignoreuser', $userinfo['username']));
}

Which I suppose could be edited, however I would prefer to not hack base code as this usually ends in tears when upgrades are performed

Lynne 07-29-2008 02:45 PM

I think you will have to 'hack base code' here cuz the vboptions that you can turn on will not allow users to ignore *any* moderators.

punchbowl 04-28-2009 11:22 AM

Anyone make any progress with this?


All times are GMT. The time now is 07:02 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.01023 seconds
  • Memory Usage 1,716KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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