Does anyone have a version of node_find_replace for Drupal 6x or another module with the same functionality?

Thanks

Emery Gordon

Comments

regx’s picture

I am just starting to us Drupal 6, as most of the modules I needed have been ported.
So, I will be upgrading most of my modules in the near future.

To help speed up porting these modules (bump them up on my todo list) I have added paypal donation links on the project page.

EvanDonovan’s picture

Status: Active » Needs review
StatusFileSize
new10.06 KB
new23.73 KB

Attached is a .tar.gz and a .patch of the node_find_replace.module for Drupal 6. It's pretty much a direct port, though I fixed #287208: Table prefixing gets applied twice on CCK tables in the process. Note that the history feature may or may not work. It's completely untested, and I had to make some changes to the database schema, since db_next_id no longer exists in D6.

Please review this and maybe we can get it committed soon to CVS.

vood002’s picture

I just used this module on a D6 install to do a simple find/replace and it worked like a charm. I did not test the history feature.