UPDATE xf_post SET message = REPLACE(message, 'original_content', 'new_content');
original_content
and new_content
in the query as required.UPDATE xf_post SET message = REPLACE(message, 'https://example.com/community', 'https://example.com/forums');
I moved from x domain to y domainYou need to replaceoriginal_content
andnew_content
in the query as required.
For example, if you moved the forum from /community to /forums, you would use:
SQL:'UPDATE xf_post SET message = REPLACE(message, 'https://example.com/community', 'https://example.com/forums');
[URL]
to [URL unfurl="true"]
.https://xenforo.com/community/threads/post-migration-link-problem.197848/#post-1534478
#post-1534478
, xenforo would ignore the link change. but if i post a clean link, it would be processed just fine. this makes no logic as the link was changed through editing and it should have unfurled on editing. but somehow it doesn't.Cache BB Code output
setting but it seems to have died with xenforo 1.x.We use essential cookies to make this site work, and optional cookies to enhance your experience.