Back to vBulletin 4.x Add-ons

Remove announcement menu from modcp
Mod Version: 1.3, by ForceHSS

vB Version: 4.x.x Rating: (1 vote - 5.00 average) Installs: 5
Released: 24 Apr 2015 Last Update: Never Downloads: 0
Not Supported Code Changes  

This will remove the Announcements section from the modcp to stop mods making an announcement or editing the passwords to each section

Only use http://notepad-plus-plus.org/download/v6.7.7.html to edit any files anything else might cause errors

Login to your FTP find the modcp folder download index.php to your desktop and starting from line 275
Change it from
PHP Code:
     if (can_moderate(0'canannounce'))
    {
        
construct_nav_option($vbphrase['post_new_announcement'], 'announcement.php?do=add');
        
construct_nav_option($vbphrase['forum_manager'], 'forum.php?do=modify');
        
construct_nav_group($vbphrase['announcements']);
        
construct_nav_spacer();
    } 
To
PHP Code:
    /*
    if (can_moderate(0, 'canannounce'))
    {
        construct_nav_option($vbphrase['post_new_announcement'], 'announcement.php?do=add');
        construct_nav_option($vbphrase['forum_manager'], 'forum.php?do=modify');
        construct_nav_group($vbphrase['announcements']);
        construct_nav_spacer();
    }
    */ 

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024