Posted by rbl on February 8, 2010 at 6:27pm
Hi!
I'm working on a project that needs a CCK field lock module.
The idea is that an admin (or anyone else with the proper permissions) can lock a field, making it read-only and preventing the user from editing it.
Thanks in advance!
Ricardo
Comments
Have you checked Field
Have you checked Field Permissions?
Just enable content permission module
Content permission module comes with cck, using it u can give role wise permission for each cck field.
Rajan
Open Source Developer
While content permissions
While content permissions work it is all or nothing, all fields have/require permission control or non do. Field permissions lets you enable permissions for selected fields. If you have a number of fields (across all content types) but only want to control access to a few I find field permissions easier to use.
*_*
Have you tried workflow permissions?
:)
Beautifulmind