このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Multi Networks Setup

説明

The plugin allows you to create multiple networks based on your WordPress 3.0 network installation. It could be used when you want to create a couple of networks with similar functionality. For instance, you want to create a SaaS based platform which allows auto travellers to blog while travel. Additionally you want to launch the same network, but only for sailors. In this case you can easily create a new network by using this plugin and both networks will share the same functionality.

It requires manual installation as sunrise.php file must be copied to wp-content/. When upgrading the plugin, remember to update sunrise.php as well.

After installation and network activation, go to your network dashboard and visip “Networks” page. You will see all available networks there (from the beginning there will be only one network). To create new network click on “Add New” button, enter new domain name, title, admin email and submit the form. New network will be created. Pay attention that a domain of a new network should be properly setup and lead to your server.

インストール

  1. Install the plugin in the usual way into the regular WordPress plugins folder. Network activate the plugin.
  2. Move sunrise.php into wp-content/ folder. If there is a sunrise.php there already, you’ll just have to merge them as best you can.
  3. Edit wp-config.php and uncomment or add the SUNRISE definition line. If it does not exist please ensure it’s on the line above the last require_once command: define( 'SUNRISE', 'on' );.
  4. Comment out the DOMAIN_CURRENT_SITE, PATH_CURRENT_SITE, SITE_ID_CURRENT_SITE, BLOG_ID_CURRENT_SITE lines in your wp-config.php file.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Multi Networks Setup はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Multi Networks Setup” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • The initial plugin has been created.