Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scribu/wp-proper-network-activation
A WordPress plugin to fix network activation on multisite installs
https://github.com/scribu/wp-proper-network-activation
wordpress
Last synced: 3 months ago
JSON representation
A WordPress plugin to fix network activation on multisite installs
- Host: GitHub
- URL: https://github.com/scribu/wp-proper-network-activation
- Owner: scribu
- Created: 2010-12-08T01:54:57.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-03-19T17:40:44.000Z (almost 12 years ago)
- Last Synced: 2024-10-02T08:41:57.559Z (3 months ago)
- Topics: wordpress
- Language: PHP
- Homepage: http://wordpress.org/extend/plugins/proper-network-activation/
- Size: 143 KB
- Stars: 15
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Proper Network Activation ===
Contributors: scribu
Tags: activation, admin, plugins, multisite
Requires at least: 3.1
Tested up to: 3.5.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlAvoid errors when using WordPress MultiSite network activation
== Description ==
When running WordPress MultiSite, you have a very handy feature called network activation. It allows you to activate a plugin for the entire network of sites. The trouble is that it only does half the job.
Some plugins have an install procedure that is meant to be run only on activation. However, when you do a network activation, that install procedure is only run for the current site. So, you end up with plugins not working properly on all the other sites.
What this plugin does:
* when doing a network de/activation, it triggers the de/activation hook on all sites in the network
* when creating a new site, it triggers the activation hook for all active network plugins on that siteLinks: [Plugin News](http://scribu.net/wordpress/proper-network-activation) | [Author's Site](http://scribu.net)
= Development =
* Contribute Code at [https://github.com/scribu/wp-proper-network-activation](https://github.com/scribu/wp-proper-network-activation)
* Contribute Translations at [https://translate.foe-services.de/projects/proper-network-activation](https://translate.foe-services.de/projects/proper-network-activation)== Installation ==
1. Download and unzip
1. Put the proper-network-activation.php file in /wp-content/mu-plugins/OR:
1. Install automatically from the WordPress admin
2. Activate it network wide== Frequently Asked Questions ==
= Error on activation: "Parse error: syntax error, unexpected..." =
Make sure your host is running PHP 5. The only foolproof way to do this is to add this line to wp-config.php (after the opening `
== Changelog ==
= 1.0.5 =
* full internationalization support + German translation. props cfoellmann= 1.0.4 =
* more obvious user messages
* fixed notice= 1.0.3 =
* prevent double activation for current blog
* WP 3.1 compatibility= 1.0.2 =
* fix fatal error due to undefined html() function= 1.0.1 =
* activate 5 sites a time, via AJAX requests= 1.0 =
* initial release
* [more info](http://scribu.net/wordpress/proper-network-activation/pna-1-0.html)