spoetnik Posted December 21, 2017 Share Posted December 21, 2017 How would you handle this: A site with private groups. Only members of these groups can see the content posted in these private groups. Link to comment Share on other sites More sharing options...
kongondo Posted December 21, 2017 Share Posted December 21, 2017 Roles Permissions Users Login Each group with a parent page. Content posted are children of these parent pages Group parent pages with template-level access that cascade down to the child pages (posted content) Frontend editing? These are the basics. Depending on the complexity (e.g. are there sub-groups; can a member belong to more than one group, who is posting the group content, etc), your mileage may vary... Just my 2p. 1 Link to comment Share on other sites More sharing options...
spoetnik Posted December 23, 2017 Author Share Posted December 23, 2017 I was thinking about a page reference from the user's profile to a group-page, and restrict access by restricting all content by filtering on this reference in all selectors... Would that work? Link to comment Share on other sites More sharing options...
kongondo Posted December 23, 2017 Share Posted December 23, 2017 6 hours ago, spoetnik said: I was thinking about a page reference from the user's profile to a group-page, and restrict access by restricting all content by filtering on this reference in all selectors... Would that work? It could work. However, using this approach, how do you prevent direct access to the content? I.e., if a non-group member guessed the URL to content that is not part of his/her group, they will be able to see that content, no? Link to comment Share on other sites More sharing options...
spoetnik Posted December 30, 2017 Author Share Posted December 30, 2017 I am playing with the setup in a sandbox. Do I understand it right? For each private group, I create Role, and a Template. Then on the Temaplte of the Parentpage I set Role permissions, so only people in that Role (Group) can view and create Children? So Group -> Role -> Template Access? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now