MyBB Ideas

The MyBB Ideas site allows users to suggest new features and changes in MyBB and the MyBB Group to easily review them to decide what direction MyBB should head in. Search existing ideas.

More options in Plugins configuration page from Admin CP

5 votes

Submitted by MyBB Tuneup, 2nd December 2011, 3:14:02 PM

Sort plugins by name/controls, warning message if "Disable All Plugins" are enabled, name of plugin when is installed/uninstalled, a button for "Disable/Enable All Plugin" quickly.

In Admin CP -> Configuration -> Plugins:

1. Would be nice if we could sort plugins by names or controls.

2. When a plugin is activated or installed, MyBB should display a warning message when all plugins are disabled (from Admin CP -> Configuration -> Settings -> General Configuration or when is defined NO_PLUGINS at the top of init.php).
Example of php code in MYBB_ADMIN_DIR/modules/config/plugins.php (maybe at line 338 for MyBB 1.6.5, before any action initiated by plugins):
---
if(defined("NO_PLUGINS") || ($mybb->settings["no_plugins"] == 1))
{
$message = /* warning message */;
flash_message($lang->/* warning message */, 'error');
admin_redirect("index.php?module=config-plugins");
}
---
Image: http://community.mybb.com/attachment.php?aid=24872

3. Also, would be nice to tell us what plugin is installed (activated) / uninstalled (deactivated) instead of: "The selected plugin has been... etc."

4. And a button in this page to "Disable/Enable All Plugins" quickly.

This could be in MyBB 1.6.6 !

2 Comments

  1. I like these suggestions, especially the Disable/Enable quickly. I am always fumbling around to find that setting.

    GamerVoid, 18th December 2011, 7:12:00 PM
  2. Nice thinking buddy, you got my vote!:)

    dgcyears, 21st December 2011, 8:31:20 PM

Post a Comment

Before you can post a comment you must be a registered member of the MyBB Community Forums.

If you already have an account, log-in to it to post a comment or if you don't register a new account.