By kirkcaraway on
I am looking for a way to add a CCK field (add/revise) that would allow users to add information to stories submitted by others. I envision this as a kind of wiki field, where users can add or revise information added there, with the ability to see the revisions. But I want to set it up so that users who didn't create that node can't edit the title, body or other fields. They can only edit the add/revise field.
Does anyone have some advice on how this can be done? Thanks.
Comments
Will enabling the Content
Will enabling the Content permissions module included with CCK get you what you want?
It's also possible to accomplish using the Form API if your got some programming skills.
You should be able to set the 'view revisions' permission for any user type, w/o setting the 'revert' or other revision permissions.
I need a similar thing to
I need a similar thing to store revisions to a CCK field (with info like edited by, update time etc.) from users and be moderated by admins. Any info?