tommydamic68 Well-known member Nov 15, 2013 #1 I have some older threads that have character issues. Is there a fix for this?
tommydamic68 Well-known member Nov 15, 2013 #2 Anyone? Was this an import error perhaps? Upvote 0 Downvote
Amaury Well-known member Nov 15, 2013 #3 It's an issue with importing from vBulletin. @mistypants had the same issue when she moved KH-Vids from vBulletin to XenForo, though I'm not sure if a fix was ever found. Upvote 0 Downvote
It's an issue with importing from vBulletin. @mistypants had the same issue when she moved KH-Vids from vBulletin to XenForo, though I'm not sure if a fix was ever found.
P Paul B XenForo moderator Staff member Nov 16, 2013 #4 You can run SQL queries to update the text. UPDATE xf_post SET message = REPLACE(message,'current_content','new_content'); Take a backup first. Upvote 0 Downvote
You can run SQL queries to update the text. UPDATE xf_post SET message = REPLACE(message,'current_content','new_content'); Take a backup first.
EQnoble Well-known member Nov 16, 2013 #5 I don't what would cause this but it looks like it is fixable (looks like replaceable sequences) with this addon - http://xenforo.com/community/resources/post-content-find-replace.1549/ Upvote 0 Downvote
I don't what would cause this but it looks like it is fixable (looks like replaceable sequences) with this addon - http://xenforo.com/community/resources/post-content-find-replace.1549/