Support Forum

Site Move: Change Uploaded Image Urls Easily

EK Edward Koon
Edward Koon
Member

When doing a site move: Is there is a way to bulk change image urls inserted into posts after uploading? The only way i see is to edit the post and manually change the link to the new site url. Is there a database table that can be edited?

Regenerating the forum url in Integration does not help.

Thanks.. wink

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

you can do this via a phpmyadmin (or other db management tool) via a query command…

example:  https://stackoverflow.com/questions/11839060/find-and-replace-text-in-the-entire-table-using-a-mysql-query

EK Edward Koon
Edward Koon
Member

Just exported and ran find / replace in a text editor imported back in.. Worked like a charm.. Thanks!