Would it be possible to automatically grant node edit rights to a role, when the node has a (cck) field that contains the same value as the role name?
Thanks
Would it be possible to automatically grant node edit rights to a role, when the node has a (cck) field that contains the same value as the role name?
Thanks
Comments
Comment #1
gotcha41 commentedI just implemented a solution that uses Taxonomy Access Control. This module doesn't require permissions to be set per node, as it sets permission based on the tag(s) a node has. (I replaced a cck field with a cck taxonomy field , which is basically a cck field that can pick tags from a taxonomy vocabulary ) Permissions are set by role, based on taxonomy tags a node has.
Comment #2.0
(not verified) commentedmore info