When I started with Drupal most problems were solved by finding the proper module. But after all I stumbled over the fact that there is no button on the node page for copying the complete contents of a node to a new one. This is sometimes usefull, if you have very similar nodes only differing in marginal fields. You don't want to click through tens of attributes only for modifying at last one item. Especially if the node is a little bit complex due to customized fields it would be smart to have a 'copy' function. It was a ten minute job to write a module doing this. But now I have a problem.
Creating a project on this 25 lines of code seems a little bit overstated. On the other hand I'd personally miss this copy button in the node menu badly. And may be a lot of other users too. What to do? Did I miss the proper module when I searched for a node copy function? Is there a project where small but useful modules can be added?
Attachment | Size |
---|---|
node_copy.info_.txt | 115 bytes |
node_copy.module.txt | 612 bytes |