In the access control section for content made with CCK, it allows users to edit there own content, but does not allow users to edit any other content. Is there a way to enable this feature? I am working on a community site with pages that can be modified by anyone.

Thank you

Comments

stanbroughl’s picture

Version: 6.x-1.x-dev » 4.7.x-1.x-dev
Priority: Normal » Critical

did you get any replies to this - i need this feature too. This really is a critical feature for cck

marcoBauli’s picture

you might look at the "Full CRUD" (Create Read Update Delete) patch by Bèr Kessels.

It should do what you need. But Carefull: there's a bug still to be solved that made it display warnings if used to gheter with Views.

jonbob’s picture

Status: Active » Closed (works as designed)

This is really something that should be done by a node access module; I think even the simplest of them could accomplish this. I don't believe it's the domain of CCK to provide the feature.

marcoBauli’s picture