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?
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
Comment #1
astoltz commentedThis 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.
Comment #2
Anonymous (not verified) commentedThe 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.