Linux 软件免费装

Networks for WordPress

开发者 ddean
更新时间 2013年11月12日 03:17
PHP版本: 3.0 及以上
WordPress版本: 3.7.1

标签

multisite multiple multi-site sites networks domains multi-network multi-domain

下载

1.0 1.0.1 1.0.2 1.0.9 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6

详情介绍:

Adds a Networks panel allowing network admins to create and manage multiple Networks from one WordPress installation. Each Network can exist on its own domain, and have its own set of blogs / Sites. Each Network can have its own set of plugins, themes, administrators, permissions, and policies, but all will share a database of user accounts. Sites can be moved freely among Networks. Notes Each Network will require changes to your web server and DNS. See Frequently Asked Questions for detailed instructions. Translation

安装:

  1. Extract the plugin archive
  2. Upload plugin files to your /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress
  4. Comment out DOMAIN_CURRENT_SITE in your wp-config.php file.
  5. Copy networks-mufunctions.php into your mu-plugins folder. This is not required but is highly recommended. See FAQ for more details.

升级注意事项:

1.1.6
  • Contributed fixes and better upload handling -- replace networks-mufunctions.php if you have copied it to your mu-plugins folder
1.1.5
  • Updates to support native upload handling in WP 3.5+ -- see Installation and FAQ for important details!
1.1.4
  • Debug fixes, new translation, and trigger rewrite rules rebuild when moving a site
1.1.3
  • Fixed site moving bug and SSL issue; bundled fixes for unusual Networks (see FAQ)
1.1.2
  • Fixed searching / sorting bug; added screen options for Networks per page
1.1.1
  • UI enhancements
1.1.0
  • upload_filetypes key cloned by default, some domain mapping checks added
1.0.9
  • Fixed compatibility with WP < 3.1, enhanced help for WP 3.3, added ability to restrict Networks panel to a single Network
1.0.8
  • Updated for WP 3.3
1.0.7
  • Added diagnostic screen to help identify and resolve Network issues
1.0.6
  • Enabled checkbox to avoid creating a new root blog - for advanced users only
1.0.5
  • Documentation and interface improvements only
1.0.3
  • Documentation and processing changes
1.0.2
  • Bugfix - All users should upgrade
1.0.1
  • Upgrade if using a version of WordPress earlier than 3.1
1.0
  • Initial release - upgrade if you are still using my old WPMU Multi-Site Manager plugin somehow

常见问题:

How do I set up new domains as networks with a single WordPress install?

Your webserver must direct requests for each domain you want to use to your WordPress install's filesystem location. Here's a quick overview:

  1. DNS should resolve each desired domain to your web server.
  2. Configure your web server to direct requests for each desired domain to the same site (e.g. via ServerAlias directives or Host Headers)
Tip: You can use the New Network Preview feature to verify DNS and server configuration BEFORE creating your networks.

What's with networks-mufunctions.php?

This file has fixes for unusual network topologies, like networks without a root site or those more than one subdirectory deep. The fix for networks with deep paths was graciously contributed by Spencer Bryant. For a long time I avoided bundling fixes like these, since I was committed to having this plugin run only when needed by the dashboard. This file does not rely on the rest of Networks for Wordpress to function, so you are free to copy it to your mu-plugins folder and use it on its own. This seemed like a good compromise. If you have thoughts, let me know in the comments! If you are on WP 3.5 - 3.6.1 and want to use native file uploads, you must either:

  1. Activate the Networks plugin on all of your networks, OR
  2. Copy networks-muplugins.php into your mu-plugins folder
If you do not do this, your uploaded files will end up in unexpected places. This is not needed for WP 3.7+.

更新日志:

1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0