• Resolved scottgx

    (@scottgx)


    I tried but can’t get it to work right.
    Can you please help by providing instructions to setup this scenario?

    I have four pages A, B, C, D, and Posts.

    I want everything restricted to logged OUT users, except pages A and B (only pages A and B are viewable; pages C, D, and Posts are not viewable).

    I want everything available to logged IN users: A, B, C, D, and Posts.

    Thx.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @scottgx – So you only need one restriction set up:

    1. Who will see this: Logged In Users
    2. How will you protect content: Redirect -> to page A or B, where you want them to go to sign up.
    3. Content tab:

    
    Is Page Selected: C 
    OR 
    Is Page Selected: D 
    OR
    Is Post
    OR
    Is Blog Index
    OR
    ...
    

    Now that said if there are gonna be lots of …, then I would simply inverse the content rules like so

    
    Is Not Page Selected: A
    AND
    Is Not Page Selected: B
    

    By doing that you are saying if its not Page A and its not Page B, then its protected and only accessible by logged in users with the right role.

    Hope that helps.

    Thread Starter scottgx

    (@scottgx)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need instruction – Doesn’t work right’ is closed to new replies.