I have a node with a specific field that must not be changed after node has been created. This is why I need create permission given to the user and edit permission taken.
is there a way to accomplish that with this module or with any other way?

Comments

astoltz’s picture

This module only does permissions for the nodes as a whole. If you just want a particular field, it will need to be accomplished by another module.

Anonymous’s picture

Status: Active » Closed (fixed)

The best way would be to either implement a cck level field permission (warning, no idea how that would play with this module) or write a custom module that disables the field on the edit form after insertion.