[wpmu-trac] Re: [WordPress MU Trac] #343: Mu-plugins don't function
if they're entirely contained within their own directory
WordPress MU Trac
wpmu-trac at lists.automattic.com
Wed May 23 08:36:52 GMT 2007
#343: Mu-plugins don't function if they're entirely contained within their own
directory
-------------------------+--------------------------------------------------
Reporter: johnbillion | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: component1 | Version:
Severity: normal | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Changes (by donncha):
* status: new => closed
* resolution: => fixed
Comment:
While it would be useful to search inside directories Jeremy makes very
valid points. We don't need another plugins page however because one is
already there as long as it's activated in the site admin options page.
You can still copy the WP plugin into the plugins directory and activate
it when desired. The following code will do it. Just hook it into the
signup procedure after the blog is created:
{{{
update_option( 'active_plugins', $plugins); // $plugins is an array of
plugin names
include(ABSPATH . 'wp-content/plugins/' . $plugin_name );
do_action('activate_' . $plugin_name );
}}}
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/343#comment:2>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list