I need to set up a content system in Drupal where accidentally deleted nodes can be retrieved. Is it possible to do it with any existing module?
If not, is there a module that let's me hide nodes instead of deleting them?
Thanks!
I need to set up a content system in Drupal where accidentally deleted nodes can be retrieved. Is it possible to do it with any existing module?
If not, is there a module that let's me hide nodes instead of deleting them?
Thanks!
You don't need a module for this, Drupal can do it out of the box. Simply use the unpublish option instead of deleting.
Also you should configure your permissions so users/admins can't delete nodes.