Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Ed

    (@coopeh)

    Anyone else with the same problem you can do a sloppy fix and change line 422 adding:

    if (current_user_can_for_blog($subBlogID, 'subscriber') == "1") {
    } else if (current_user_can_for_blog($subBlogID, 'contributor') == "1") {
    } else {

    Line 449:

    }

    This will stop anyone who has a subscriber or contributor status on a blog being able to select those blogs to post to, this makes the plugin available to all users.

    Plugin Author Warren Harrison

    (@hungrymedia)

    That’s not good at all. Thanks for patching it.

    This plugin hasn’t been updated in some time and is actually slated to be removed from the Plugin Directory.

    Sadly, I have no time to support the plugin and I don’t want people risk security issues moving forward.

    Thread Starter Ed

    (@coopeh)

    That’s a shame, it’s a really useful plugin for us. But it works so not too worried!

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Multipost MU] Subscribers can create blog posts’ is closed to new replies.