By Driesb on
Is it possible to make a new kind of node that isn't available for one role of users?
So a have some roles on my site, but one of them should be approved by a admin, before placing them affective on the website. (just like the comments on drupal)
Is it with taxonomy? How is it possible?
Can somebody help me?
Comments
You can limit access to a
You can limit access to a content type in your permissions table.
If you want finer control, you can limit access to specific cck fields with the cck access module.
Drupal only has an "access content" permission by default
Actually you can limit user ability to edit, create, delete and revise by content type, but Drupal only has an "access content" permission by default that is either on or orr, but there are tons of modules that will allow you more control. From what you're saying, one that might be good for you is Taxonomy Access Control
http://drupal.org/project/taxonomy_access
http://drupal.org/node/31601
This page gives an overview of the available modules
http://drupal.org/node/270000
I think this is what you're
I think this is what you're looking for:
http://drupal.org/project/node_privacy_byrole