ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Restrict Multisite Plugins

აღწერა

A quick adaptation of the theme restriction code for plugins. Can only restrict on a site-wide basis, though it will only affect those sites on which it’s activated. Does not restrict super admins. Plugins must be active on the main site to be controlled by this plugin (this is an issue with WordPress’ plugin structure).

See also: Restrict Multisite Widgets

დაყენება

  1. Upload restrict-multisite-plugins.php to /wp-content/plugins/ directory
  2. Network Activate the plugin through the ‘Plugins’ menu OR Activate the plugin through the ‘Plugins’ menu of every WordPress site you wish to restrict
  3. Select plugins to make available under the ‘Restrictions’ section in the ‘Plugins’ menu in the Network Admin or the ‘Plugins’ section in the ‘Super Admin’ menu

ხდკ

Can I enable plugins only for individual sites?

No. You can as a Network Admin however activate plugins for individual sites without restrictions.

Will this plugin affect plugins already activated by site admins?

No. This plugin only prevents changes to the state of plugins and hides them from Admins. You will need to deactivate any plugins manually.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Restrict Multisite Plugins” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Restrict Multisite Plugins თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.1.3

  • Activation state check for menus to support single blog activation

1.1.2

  • Changed class loading to admin-only

1.1.1

  • Standardised capability used to ‘manage_network_plugins’

1.1

  • Added support for Network Admin
  • Moved page to Network Admin -> Plugins -> Restrictions under WordPress 3.1 and higher
  • Hid Network plugins
  • Changed plugin class to static callbacks

1.0

  • First public release