Log in

View Full Version : Add-On Releases - Super Mod Permission


ForceHSS
03-28-2015, 10:00 PM
Description :
Let?s today prevent forum moderators from pruning many threads via the modcp. Moderators should not be able to use this dangerous feature. We can do a small trick here to disable this feature for them.. Forever

Ease of Installation : Easy

I made this for vbulletin 4, but it should work for vbulletin 3 also

Installation :

Add new plugin via you adminCP:

Product: vBulletin
Hook Location: mod_global
Title: Super Mod Permission
Execution Order: 5
Plugin PHP Code:if(strpos(strtolower($_SERVER['REQUEST_URI']),'thread.php')!==false)print_stop_message('no_per mission');Plugin is Active: Yes
Save

alcazarx
03-30-2015, 05:11 PM
Your mod would affect any user, including admins - also it would prevent mass move.
May sound stupid, but cant this be done already with moderator permissions?
(Just disallow permanent delete and mass prune)

ForceHSS
03-30-2015, 05:23 PM
Wrong this will stop super mods mass moving or pruning threads from the modcp only

alcazarx
04-02-2015, 11:35 AM
Dont want critizise or downrate this (thus bumping for more user interest :p ).
But as said, this plugin will prevent mass move / prune for whoever has acces to the ModCP
(incl. admins), not only "Supermods".
Can also be done by mod permissions in ACP.

Happy Easter https://vborg.vbsupport.ru/external/2015/04/2.gif

ForceHSS
04-02-2015, 12:25 PM
Why would an admin use the modcp? I made this so it stops super mods using these options in the modcp. And you cant do this via mod permissions

badheeu
03-15-2017, 11:04 AM
Excellent feature