• Resolved voopress

    (@voopress)


    Kind of confused here.

    Running the lastest WP in network mode and the latest version of your plugin.

    The installation says to create an wp-content/mu-plugins directory then put your php file in there. When doing that, it never shows up in the admin menu of the network.

    However, if I install it as all other plugins, then it shows up and is configurable.

    Now, it does show up in a Plugins Must-Use directory but has no options for configuring it.

    What should I be doing?

    https://www.ads-software.com/extend/plugins/wpmu-new-blog-defaults/

Viewing 5 replies - 1 through 5 (of 5 total)
  • the same thing happened to me ??

    Thread Starter voopress

    (@voopress)

    Turns out, that’s normal for plugins that go into the mu-plugins directory. One thing that is still not clear however is that some people say that directory goes into the wp-content directory and others say it goes into the wp-content\plugins directory.

    The folder “mu-plugins” should be inside wp-content, but NOT inside of plugins.

    that is, you should have two directories:

    /wp-content/plugins/
    /wp-content/mu-plugins/

    Some things to keep in mind:
    The php file needs to be in that directoy – NOT nested inside another directory.

    That is, you need to have:
    /wp-content/mu-plugins/cets_blog_defaults.php

    and NOT something like:
    /wp-content/mu-plugins/cets_new_blog_defaults/cets_blog_defaults.php

    Also, please confirm you’ve got the actual latest version by downloading it fresh from this site. Once you’ve done the steps above, please let me know if it is now working for you or not.

    Thread Starter voopress

    (@voopress)

    I had it installed like any other plugin. I need to start looking at the install notes from now on.

    I deleted the plugin, downloaded the one you showed me, placed it when you said and it shows up as it should.

    One thing I’ve been trying to figure out is why blog owners are able to see other blogs in the My Sites but worse, they can see all of the users and their emails.

    Thread Starter voopress

    (@voopress)

    I was new when I posted this, I better understand now. Since I can’t delete the question, I have listed it as resolved since there are no other options.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Normal install works but not in mu-plugins’ is closed to new replies.