Hi! First of all thanks for taking the time to read this post, and thank you if you can help me find a solution!
I am trying to make an area where people can log in, and based on permissions, see a list of pages available to them in a little “members area”. The problem I have is at the moment any member can see the entire list of pages.
Basically I want it to work like this: (Don’t know if this is possible)
All pages:
Page 1
Page 2
Page 3
Page 4
Permission Group A:
- Page 1
-Page 2
Permission Group B: - Page 3
-Page 4
That is what I am looking for, but currently both permission groups would be able to see pages 1-4, and just recieve a restricted access message when trying to view pages from the opposite permission set.
Can I hide Pages 3&4 for Group A? And vice versa.
Any help would be amazing as I’m pulling my hair out!!