Back to vBulletin 3.0 Add-Ons

Remove mass-prune posts option in ModCP
Mod Version: 1.00, by Erwin

This modification is in the archives.
vB Version: 3.0.0 Rating: (0 vote - 0 average) Installs: 16
Released: 05 Jan 2004 Last Update: Never Downloads: 1
Not Supported  

This is a simple hack that I have in my private forums.

I do not want my 70+ moderators mass-pruning posts, so all I did was to do this:

In modcp/index.php -

Find:

PHP Code:
    if (can_moderate(0'canmassprune'))
    {
        
$canmass true;
        
construct_nav_option($vbphrase['prune'], 'thread.php?do=prune');
    } 
Change to:

PHP Code:
    if (can_moderate(0'canmassprune'))
    {
        
$canmass true;
    } 
Simple.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024