By anthonyplanet on
i have created a contentType called "Price".
I wish to set permissions so that users of the role "PriceUsers" can only see content of contentType "Price"
I am using drupal 6
i have created a contentType called "Price".
I wish to set permissions so that users of the role "PriceUsers" can only see content of contentType "Price"
I am using drupal 6
Comments
_
You need to use one of the contributed access control modules available in the downloads area.
Content Access
I'm using the "Content Access" Module. I have created a user call "PriceUser" which i want to only be able to see the content of the content type "Price".
ie "PriceUser" goes to "/admin/content" and can only view price content.
so in order for "PriceUsers" to just view contentType "Price" i need to uncheck "administer nodes"
i then go "/admin/content/node-type/price/access" and give update the permission per node.
My problem is that when i login as "PriceUser" i cannot see the content.