By Johnubis on
I want to have some pages only able to be viewed by certain memebers of my site. I have no idea how to do this. Using a module to do it is acceptable. Any ideas?
I want to have some pages only able to be viewed by certain memebers of my site. I have no idea how to do this. Using a module to do it is acceptable. Any ideas?
Comments
Create a content type
Create a content type, then set the permissions for that content type to only include the users you want to view them.
Ortaga
There appears to only be
There appears to only be edit/delete/create permission options for the new content type I created.
taxonomy_access was required
taxonomy_access was required and worked well
Some modules: Node Access:
Some modules:
Node Access: http://drupal.org/project/node_access
Content Access: http://drupal.org/project/content_access