Your easiest/quickest "path to success" would be to edit /YOUR_ADMIN/includes/languages/english.php (and/or any other base language-file). Each of the menu-headings are found in the definitions that start with BOX_. If a definition isn't present, the menu-link isn't displayed.
For example, if you don't want the Banner Manager link to show, you'd comment out the line that reads:
Code:
define('BOX_TOOLS_BANNER_MANAGER', 'Banner Manager');
Just be sure to comment the heck out of the changes, since that's a core file being edited!
Bookmarks