Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Proper Network Activation

Описание

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 site

Links: Plugin News | Author’s Site

Development

Установка

  1. Download and unzip
  2. 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

Часто задаваемые вопросы

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 <?php tag):

var_dump(PHP_VERSION);

Отзывы

Посмотреть все 7 отзывов

Участники и разработчики

«Proper Network Activation» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Proper Network Activation» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

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