I have one instance of Wordpress Multiuser and need ShareThis plugin to be automatically activated in all new created blogs.

I've seen a post:

Plugins placed in wp-content/mu-plugins are automatically enabled for all blogs in the system. They cannot be turned off by the users.

When putting the plugin files into root blog (/plugins/ folder), the plugin is functional, but when putting it into /mu-plugins , the plugin is not working.

What else do i need to do to make it work?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Plugins put in /mu-plugins cannot be in folders.
/mu-plugins can only contain plugin files like what-ever-plugin.php.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.