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

yched’s picture

Project: Content Construction Kit (CCK) » Drupal core
Version: 5.x-1.7 » 5.8
Component: content.module » node system
Status: Active » Closed (works as designed)

CCK 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)

kenorb’s picture

damien tournoud’s picture

Category: feature » support
Status: Closed (works as designed) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.