23 Oct
2005
23 Oct
'05
1:52 p.m.
Sorry, if this was a support question. Dont get responses regarding code on the other list
What is the best (easiest) way to copy a nodes comments to another node. Also the files. Say I want nid 45 to have the same comments and attachments (using upload.module) as nid 100
Since this is a development list, I can only say that this is not yet possible directly in Drupal, but with some hacking, you can modify the source to be able to do this (look for the comments select queries). Goba