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