Any ideas how to dissalow delete but allow editing nodes?

Comments

Keith Adler’s picture

Check out http://drupal.org/project/content_access. Combine this with http://drupal.org/project/menu_per_role (don't forget to view the readme and apply the patch) and you have a wonderful access control mechanism which can give you node and node-specific control around view/edit/delete based on your roles.

jferjan’s picture

Thx, but i need a 4.7.x. solution.

gemini’s picture

I need that option as well - applied the patch, and I installed both modules, checked to allows view and edit only, and still able to delete a node.

Any ideas or help with this would be appreciated.