Hello,
I was playing with CCK-6.x-2.0-beta, and had a couple questions on
content_permission (previously field permission?).
1. What's the best way to allow a user to be able to edit a user-defined
field, but not the default content body and title? Looks like a user have to
have 'edit any my-content-type' permission, so he can get to the edit form.
But it also gives him permission of editing the default content body and
title, which is not what I wanted. One possible way I can think of getting
around this, is to disable the default body/title field, and define my own
ones, but it's kind of awkward to me. Is there a better way to do this, or
am I missing something?
2. Is there a way to have fine-grained permission on multi-fields? What I
want is users can add a multi-field, and edit their own multi-field but not
the ones added by others. Is this possible with CCK-6.x?
Thanks,
Jim