By bowenzbiz on
Can I edit part of the node, for example only taxonomy field or just some cck fields?
I want to allow other user to edit only the taxonomy field of the node, when they are viewing the node.
How can I do it?
Can I edit part of the node, for example only taxonomy field or just some cck fields?
I want to allow other user to edit only the taxonomy field of the node, when they are viewing the node.
How can I do it?
Comments
_
Use the content_taxonomy module to make taxonomy available as cck fields and then set the field permissions as desired using the content_permissions module (part of core cck).
I think content_permissions
I think content_permissions cann't handle this.
Content_permissions can only control the field is editable/viewable or not by node created user.
However, I want to make the field editable to other registered user. I can not grant 'edit any xxx content' permission, because I don't want other users to edit the title, body fields which are not controlled by CCK permissions.
I think my feature request is more likely to be community_tags( Unfortunately it's not well maintained.).
do you know the "community
i would also say that "community tags" module fits your requirements
i am currently trying to activate the "add tag" block - but it simply does not appear... any ideas?
--
keine zeit für spielkonsolen mein leben ist jump n run!
valderama.net
Same issue
I'm having the same issues... I want a user to only edit certain cck fields on the node. But he must not be able to edit the title and body content of the page.