I am very new to Drupal, and this may be a ridiculous question, but I am trying to find a way to revert content to a previous version.

Let me clarify: Suppose I create a "Story". I then have version 1. I edit it and save it and then have version 2. But version 2 is messed up (say I deleted something that I actually wanted) and I want to go back to version 1.

Is it possible to record the history of a node with Drupal and revert back to any previous version? If so, how? Does Drupal save a history for each node every time it is edited?

Many thanks in advance.

Comments

mmlr38’s picture

It is a little checkbox titled "Create new revision" under the "Publishing options" DHTML menu. Sorry for the silly question.

coreyp_1’s picture

This module is also helpful for dealing with revisions.

- Corey

mmlr38’s picture

Yes, that is a nice module. Thanks for pointing it out.