I'd like to disable the log message fields for certain roles in new content types created with CCK. Is there a module or mini-module that allows for this type of functionality? If not does someone know where and how this can be achieved?
I'd like to disable the log message fields for certain roles in new content types created with CCK. Is there a module or mini-module that allows for this type of functionality? If not does someone know where and how this can be achieved?
Comments
Comment #1
yched commentedCCK doesn't handle content types, they are handled by core's node.module - CCK handles the fields that are added to those.
The 'log message' is also added by node.module, and is only visible :
- when the content type is set to 'create new revision' on node update (this can be changed in the content type's settings under admin/content/types)
- OR when the user has 'administer nodes' permission (because he can decide to create a new revision or not when editing the node)
Comment #2
kenorb commentedhttp://drupal.org/node/77246
Comment #3
damien tournoud commented