Node clone
The clone module allows users to make a copy of an existing item of site content (a node) and then edit that copy. The authorship is set to the current user, the menu and url aliases are reset, and the words "Clone of" are inserted into the title to remind you that you are not editing the original content.
Similar in purpose and function to the "Edit As New" module that was available for Drupal 4.5.
For the 1.x branch the admin can set whether a confirmation screen is required, and for both branches you can set whether to reset the publishing options on a per-content-type basis.
This module has also been used by some to facilitate node templating.
This module is originally derived from code posted by Steve Ringwood (nevets) at
http://drupal.org/node/73381#comment-137714
Important: Image nodes, and nodes with attachments managed by CCK (such as imagefield) cannot be cloned. You should viti the module settings page and exclude these. In general, any complex or custom node type may not clone cleanly. The 5.x and 6.x modules now have an extra hook in case you want to try to do a little extra cleanup to make a specific node type work.
Partly in an effort to find the best mechanism for this "cloning" both the 4.7.x and 5.x versions have two branches. The -1.x branch of each uses the original mechanism: a copy of the current node is saved to the DB, and then presented in the edit form. the -2.x branch of each instead pre-populates the form for adding a new node, but nothing is saved to the DB until that form is submitted.
The -1.x branches have been available longer, and thus perhaps have been more tested. Both mechanisms are available in a single module for 6.x.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0-beta2 | 2008-May-03 | 11.66 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-2.4 | 2008-May-10 | 11.05 KB | Download · Release notes | Recommended for 5.x | |
| 5.x-1.3 | 2008-May-07 | 11.32 KB | Download · Release notes | Supported for 5.x | |
| 4.7.x-2.0 | 2007-May-05 | 9.72 KB | Download · Release notes | Recommended for 4.7.x | |
| 4.7.x-1.2 | 2007-Feb-09 | 9.85 KB | Download · Release notes | Supported for 4.7.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-2.x-dev | 2008-May-04 | 11.05 KB | Download · Release notes | Development snapshot | |
| 5.x-1.x-dev | 2008-May-04 | 11.32 KB | Download · Release notes | Development snapshot | |
