node_find_replace for drupal 6x
emerygjr - September 18, 2008 - 23:24
| Project: | Node Find Replace |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Does anyone have a version of node_find_replace for Drupal 6x or another module with the same functionality?
Thanks
Emery Gordon

#1
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.
#2
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.