PDA

View Full Version : Remove Mass Prune and Thread from Supermoderators


Keesa
11-12-2007, 01:20 AM
Can this be done in the modcp/index.php?

Here is what looks to be the code...

what can I delete to remove those options from a supermoderator?

// *************************************************
$canmass = false;
if (can_moderate(0, 'canmassmove'))
{
$canmass = true;
construct_nav_option($vbphrase['move'], 'thread.php?do=move');
}
if (can_moderate(0, 'canmassprune'))
{
$canmass = true;
construct_nav_option($vbphrase['prune'], 'thread.php?do=prune');
}
if ($canmass)
{
construct_nav_group($vbphrase['thread']);
construct_nav_spacer();
}

($hook = vBulletinHook::fetch_hook('mod_index_navigation')) ? eval($hook) : false;

print_nav_panel();

echo "</div>\n";
// *************************************************

--------------- Added 1194841226 at 1194841226 ---------------

Update:

This old mod from 2005 will still work for those who want to remove prune permissions from super moderators.

https://vborg.vbsupport.ru/showthread.php?t=59697

Marco van Herwaarden
11-12-2007, 04:27 AM
AdminCP -> Forums & Moderators -> Show all Moderators -> Edit Permissions ;)

Keesa
11-12-2007, 04:34 AM
Thanks, but that does not remove the "Prune" option which is my only trepidation with user supermoderators.

Marco van Herwaarden
11-12-2007, 04:36 AM
Which vB version are you using?

Keesa
11-12-2007, 05:37 AM
3.6.8 with the newest patch installed.

Marco van Herwaarden
11-12-2007, 05:50 AM
Then better check those permissions again. ;)

Forum Permissions
Can Post
Can Moderate Posts
Can Moderate Attachments
Can Mass-Move Threads
Can Mass-Prune Threads

Keesa
11-12-2007, 07:21 AM
This is freaking me out.

I swear, mine does not have that.

http://i3.tinypic.com/89lj9mv.gif

:eek::eek:

Marco van Herwaarden
11-12-2007, 07:59 AM
That is not a screenshot of moderator permissions.

go to:

AdminCP -> Forums & Moderators -> Show all Moderators -> Edit Permissions

Keesa
11-12-2007, 08:15 AM
Oh well hush my mouth.

I feel so silly now.

that also took care of another problem I thought I had.

THANK YOU.

Marco van Herwaarden
11-12-2007, 08:23 AM
No problem.