I need to set op som pages that can be accessed by everybody, anonymous user, whilst other pages can be accessed only by authenticated users. When creating content, for example a Page, I have searched in vain for settings as to which user roles may view the page. I have also thought about creating a new content type Page2 and set permissions to access this to authenticated users only. However, whilst in Permissions I can set permissions to edit, delete, etc. per content type I only find one Access content permission where I can let user roles access all contents or no contents.

Separate access per user role to content is such an obvious requirement to which Drupal no doubt has an obvious solution, but I cannot find it.

Comments

jaydubb181’s picture

I've used http://drupal.org/project/content_access module to do what you're requesting. Might also look into ACL http://drupal.org/project/acl

christian_belgien’s picture

Thanks for the advice. I have now installed it and I am now able to create new content types, such as 'Page2' and restrict the visibility.