View Full Version : how-to add moderators to ignore list?
Sculli
03-23-2006, 06:30 PM
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
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?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.