Quote:
Originally Posted by Andreas
As physical delete can already be disabled for moderators I suggest this plugin:
Hook Location: can_moderate_supermod
PHP Code:
$return = ($do != 'canremoveposts' AND $do != 'canmassprune');
This disables physical delete for inlinemod, thread tools and mass prune in modcp for supermods.
|
I would like to implement this to my 3.5.x vBulletin board, but I don't know how to do it. How do I install this plugin? May anyone help me?
Thanks in advance :nervous: