By contraversy on
Hi everyone...
I wouldn't normally post because I love solving Drupal Problems but I've not got the patience for this one:
It's probably a simple solution.
Firstly I'm using V6 with Alphorn Theme:
Here's what I need for the Users:
I have two CCK Fields, 1) Related Links and 2) Related Video. I need the Users to be able to edit these fields (Both Authorised and Anon) but I need the original post to be left without editing.
I have activated (Set field-level permissions for CCK fields) and checked the boxes for both the abve fields but I can't see anywhere for the users to edit the two fields.
Can anyone help?
Comments
_
If you're using the cck content permissions module, users need to be able to edit the node before they can edit the fields iirc.
Ok thanks for the
Ok thanks for the reply...
That's not going to be any good then: Is there another way around this so users can add related content (links) without editing the Node?
Use Insertnode
Just use http://drupal.org/project/InsertNode to put an "editable" node inside your uneditable node.
Simple + easy + delicious.
I am still trying to figure out how to let anon users add new content but not be able to access the current content (other than the views I have set up)