• Does anyone know of a plugin that will allow registered users to view posts marked private? I would like to give a registered user with 0+ level access the ability to view them, provided the only criteria be that they are registered.

    I need something that will work across all categories, archives, individual posts, and even rss feeds. If I am not able to find one, I am considering writing one myself. Meanwhile, it’s better to see if something exists first.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve used Post_levels plugin, but it’s not completely compatible with wp 1.5.1.

    I’ve read about a plugin that restricts categories according to user levels, but I don’t have any personal experience with that one..

    if you write a plugin, please release it into the wild world of wordpress ??

    Moderator James Huff

    (@macmanx)

    I think this is the “plugin that restricts categories according to user levels” that iddapidda mentioned: https://willwyatt.com/blog/?page_id=19 Unfortunately, the author seems to be discouraging the usage of this plugin as it is currently “having some “issues.”

    Thread Starter johnsatt

    (@johnsatt)

    I think I might simplify it and mess with some php and the SQL queries. Something like this:

    if registered then select where private = true else select where private = false

    I’ll keep looking for something that already does this, otherwise feel free to post what you find here. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Registered user = view private posts’ is closed to new replies.