ForceHSS
04-23-2015, 09:00 PM
This will remove the Announcements section from the modcp to stop mods making an announcement or editing the passwords to each section
Only use notepad++ (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
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
/*
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();
}
*/
Only use notepad++ (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
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
/*
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();
}
*/