[img width=640 height=479] After SMF conversion...

Are all of the opening img tags identical?

If so, you can do a simple SQL query to replace them:
Code:
UPDATE xf_post SET message = REPLACE(message,'current_content','new_content');
Replacing current_content and new_content as required.

Standard hotlinked images in XenForo simply use [IMG]https://www.google.co.uk/images/srpr/logo4w.png[/IMG]

Make sure you take a backup first.
 
Top Bottom