By astra on
Is there any module that can create a new node by copying an old one?
I created a node type called product with many fields (specific features) using the flexinode module. For those products that have almost the same information, it's better to create a new product just by making a copy from a similar one and edit little then. That's why I'm looking for a module which can handle this kind of cron task.
Comments
Node clone
I made a little node-copying module based on a forum discussion:
http://drupal.org/project/node_clone
However I have not tried it out with flexinode. At the least, it may give you some ideas. Also look at the (old) "edit as new" module.
---
Work: BioRAFT