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
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