By Gius on
Hello everybody, I'm searching a module which saves the 5 or 10 last versions of page or article content like in Wordpress...
Does somebody know a module doing this ?
Thanks.
Hello everybody, I'm searching a module which saves the 5 or 10 last versions of page or article content like in Wordpress...
Does somebody know a module doing this ?
Thanks.
Comments
I think this:
I think this: http://drupal.org/project/diff
Revision information
Drupal provides revision history in core.
1. Edit your content
2. Below the body and input format you should see a link named Revision information. Click this link, it will expand and you'll see a checkbox for "create new revision". Check this, add your comments, and save your content.
3. You'll see a new tab beside of view/edit that says "revisions".
The module mentioned above, diff, gives you additional functionality such as seeing the changes between revisions.
Thanks
Thank you, I didn't know the revision concept.
No more problems...
Bye