By abloodworth on
Is there any way to allow users to edit nodes but not delete them? We had someone just do that when they just wanted to delete an uploaded file (that does seem the logical thing to do given the interface, so I'm not surprised and guess it will happen again) so we’re having to go back to the db back-ups. It doesn't appear that this is an access control option available for nodes.
Comments
=-=
At this stage, these permissions are not seperated. I do not know of a module that does so.
Look at Nodeaccess module.
Look at Nodeaccess module.
I see a node_access function
I see a node_access function (http://api.drupal.org/api/HEAD/function/node_access), but cannot find a node access module. If there is one, can you point me to it?
Thanks!!
Allison
http://drupal.org/project/nod
http://drupal.org/project/nodeaccess
Upgrade to Drupal 6
I upgraded my Drupal version 5 to version 6 and that gives me access to new 'Access controls'. This is located under Administer > User management > Permissions > node module.
In Drupal 6 'Access control' is call 'Permissions'.
New 'Permissions' such as:
Module Nodeaccess for Drupal 4, 5 & 6
If you do not want to upgrade to Drupal 6 debtman7 did a module call Nodeaccess. It works with Drupal 4, 5 & 6:
http://drupal.org/project/nodeaccess