Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

can I duplicate my nodes in Drupal ? (to later slightly change them)

My customer needs to add several nodes with same content (except for one image) and he would prefer to not have to fill the same content multiple times for each similar node.

thanks

share|improve this question
Can't you do that with PHPmyAdmin? AFAIK, Drupal doesn't allow content duplication without manual copy-pasting. – mingos Mar 24 '10 at 13:49
No, you can't do that with phpMyAdmin. I mean: in theory you can of course, but a Drupal node is spread out across multiple tables, so it's not as easy as duplicating a single row. – marcvangend Mar 24 '10 at 14:58

1 Answer

up vote 11 down vote accepted

http://drupal.org/project/node_clone

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.