• Resolved authorleon

    (@authorleon)


    I have 3 categories,

    In the group (TEST) I give Read (all post types) so the user care view Cat 1, 2 and 3
    Cat 1
    – Cat 2
    – Cat 3

    User james is part of (TEST), so he can see cat 1,2 & 3

    I set up an Exceptions (for user)

    Read (all post types)
    Not these:
    Categories:3

    However the user can still see cat 3.

    Does the group override the Exceptions (for user)? And if so, what would be he solution.

    Thanks

    https://wordpress.org/plugins/press-permit-core/

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    I follow your logic here, but the plugin gives enabling exceptions priority over restrictive ones without regard to whether they are assigned to group or user.

    In Press Permit Core 2.2.4, I’ve added support for a constant definition which will cause restrictions (“Not these” exceptions) to take priority. To get this behavior, add the following to wp-config.php:

    define( 'PP_RESTRICTION_PRIORITY', true );
Viewing 1 replies (of 1 total)
  • The topic ‘Permission Groups & Exceptions (for user)’ is closed to new replies.