Yet Another Multi-Site Manager

I don’t think this plugin works with the latest version of WordPress so please wait until June 2013 for an update before installing this on your site.

This plugin basically allows you to host blogs on multiple domain names while maintaining one WordPress MU main site.

For example, the main site could be example.com but users will also be able to sign up for blogs on example.net, example.org or any other domain name that you choose to add.

  • All the sites will have the same settings
  • No extra blogs/tables are created for the additional domain names
  • All blogs will be viewable on the Site Admin blog list

Alternatively, if you would like to request a feature and/or report a bug, please visit the forum or the trac repository. You will have to login with your WordPress.org username and password to access these.

Known Issues/Limitations

  • Remote login does not work with this version
  • Only tested with VHOST installs in root directory

Download

yet-another-multi-site-manager.0.1.1.zip

If you download this plugin (as I hope you will) please drop me a line at HIDDEN EMAIL or via the contact form with feedback/suggestions/complaints/bugs/your website URI/just to say hi!

[donate]

Installation

1. Create a new directory in /wp-content/plugins/ called yamm.
2. Upload yet-another-multi-site-manager.php & yamm-signup.php into the directory you just created
3. Upload sunrise.php to /wp-content/. If there already is a sunrise.php file there you will have to merge the two files.
4. Edit wp-config.php and uncomment the SUNRISE definition line: define( 'SUNRISE', 'on' );
5. As the site admin activate the plugin through the ‘Plugins’ menu in WordPress MU.
6. Go to Site Admin->Yet Another Multi-Site Manager and add domain names/change the signup page slug.

NOTE: If you are using the WordPress MU Domain Mapping plugin, use dm-sunrise.php instead. You will have to rename it sunrise.php once you have moved it to /wp-content/.

License

Copyright © 2009 Joseph Jacobs

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Changelog

0.1.1

  • Changed table names to variables to accomodate custom table prefixes
  • Updated dm-sunrise.php for compatibility with WordPress MU Domain Mapping 0.4.3

0.1

  • Initial public release
Go to Top