• I’m trying to setup role scoper for my custom post type in wp3, my desired result is this:

    • guest and users from the subscriber group should only see the pre-more page, and be unable to reach any attachment even by guessing the path
    • higher level users and SOME (handpicked) subscriber users should see all the page, including some attachments

    Now I tried to configure it but as it is now it 404s for any user but administrators if custom posts are set to private, if they are sent to public no filtering happens at all.

    What would be the correct procedure to achieve what I’m aiming for?

The topic ‘[Plugin: Role Scoper] Custom post type configuration’ is closed to new replies.