Version: 1.0.4, by Andreas
Developer Last Online: Jan 2023
Version: 3.5.0
Rating:
Released: 06-25-2005
Last Update: 10-04-2005
Installs: 114
DB Changes Uses Plugins
Additional Files
No support by the author.
Restrict Supermod Permissions
This Hack allows you to restrict the Permissions of Supermods just as you can with normal Moderators.
Details
1 Bitfield XML File
1 Query
1 File Edit (only for Versions < 3.5 RC3)
History
1.0.0
Initial Version
1.0.1
Fixed wrong Phrases
1.0.2
Updated for RC3
This Hack is now packaged as a Product and does not require File Edits any longer
1.0.3
Moved the Permissions to their own Group (Super Moderator Permissions) in Usergroup Manager; they are now also hidden from Non-Supermod Usergroups
No functional changes.
1.0.4
Fixed two wrong phrases
Changed product assignment for bitfield XML from vbulletin to smodperms.
Important Notice
This Hack is not necessary nor compatible with vBulletin 3.6.
Do not install it on 3.6 and don't expect or ask for an update.
Please only click Install if you actually have installed/are using this Hack, and click Uninstall when you don't use it any longer!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Then that's where we need the chnage. SuperAdmins should be able to mod all areas no matter what. If they turn it off for other Admins, then they are out.
if ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator'])
{
DEVDEBUG(' USER IS A SUPER MODERATOR');
$return = true;
($hook = vBulletinHook::fetch_hook('can_moderate_supermod') ) ? eval($hook) : false;
return $return;
}
}
you code:
if ($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['ismoderator'] OR
$vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel'])
{
DEVDEBUG(' USER IS A SUPER MODERATOR');
return true;
@karanlikdunya
As Boofo already pointed out, this Hack does not need any File Edits for RC3+.
Those are only necessary for Versions < RC3 - which is clearly stated in the readme.
maybe im missing something but I installed it the RC3 way and I dont see anything new or different in the supermod permissions page. What is this mod supposed to add exactly?
<a href="https://vborg.vbsupport.ru/attachment.php?attachmentid=34827" target="_blank">https://vborg.vbsupport.ru/attac...chmentid=34827</a>
This should appear in usergroup manager.
ok I found why. I didnt put the xml file in. Although I do notice that the header saying Elite Mod permissions is not at the top like your screenshot is. Mine us just blank at the top.