Hello there, I am trying to create a site with a few public pages and a few private ones, and I want to be able to restrict access except for authenticated users for the private posts. Is there a module to accomplish this? I have tried simple access but it just.... doesn't work? I tried creating an access group and allowing people in the access group to view the posts, but every page still follows the permissions given in admin/config/people/permissions. Thanks.

Comments

I've used Content Access for this in the past.

You could also create a special node type for the restricted nodes, then create a layout that overrides the node/% and has two visibility conditions: the special type, and role: authenticated user.