Search code examples
drupalpermissionscck

Drupal: Possible to assign view permissions to all cck fields for a node type?


I've created a custom content type: product

This product has an image (cck file field) and a few other cck fields that make up it's content definition.

By default, when an anonymous user looks at a published product, they do not have permission to view the image or any other cck field.

Personally, I don't really want to have to always go in and alter the permissions for each individual field that belongs to the node.

Is it possible to set the permissions at the node level and have it cascade down to the individual fields? I've tried a few different modules that set node level access.. but I believe that is all they do. They don't actually drill down into the fields.

Thanks


Solution

  • You should disable the "content permissions" module. You probably have it enabled right now. By default all fields will be visible if the node is accessible to the end user (after you disable the module).