How to restict access to certain pages
UNarmed - November 1, 2009 - 12:21
Hey all, dose anyone know how i would go about restricting access to certain pages for specific roles??
A nudge in the right direction would be greatly appreciated =D

Make
Use of content types to restrict access to certain roles
In addition to the 'core'
In addition to the 'core' approach outlined above there are also contrib solutions:
- You can also restrict access on a per-user basis to content types and also individual nodes (http://drupal.org/project/content_access)
- Restrict access to individual nodes: http://drupal.org/project/nodeaccess
- Restrict access to nodes marked with certain taxonomies http://drupal.org/project/taxonomy_access (or http://drupal.org/project/tac_lite )
- Restrict access to nodes contained within a book (http://drupal.org/project/book_access)
There are also other solutions but these seem to be the most popular
Subscribing
Subscribing
I found a super nice module
I found a super nice module for doing exactly this, http://drupal.org/project/simple_access
It alows you to group users into user groups and then when you creating or editing a page you can say which user groups should be allowed to access that page.