Enable Multisite Within Install Wizard?
-
I love the simplicity of the famous install wizard used by WordPress, and certainly do not wish to make it more complex.
That being said, perhaps a checkbox can be added to it, which would enable Multisite?
according to the Codex, the required code would be added to wp-config.php:
/* Multisite */
define( ‘WP_ALLOW_MULTISITE’, true );From there, the Network Setup should be visible on login.
Why enable this inside the wizard?
First, there aren’t any plugins installed/activated yet (except for the few default ones, depending on the web host.)
Second, a fresh install is required for subdirectory-based networks.I understand that many installations probably won’t use Multisite, and therefore, the feature will likely only be beneficial for a small subset of users. I’m also aware that for new users, adding the aforementioned checkbox could open up a can of worms for them…perhaps there could be a warning to mitigate this risk?
The topic ‘Enable Multisite Within Install Wizard?’ is closed to new replies.