Ques/Help URL unfurling, can it be (re)applied to existing post links?

B

bzcomputers

Guest
I have a XenForo site that is about to go through a domain change. In the testing process I went through and updated the old url domain links that existed in posts to the new domain name.

SQL:

UPDATE `xf_post` set `message` = replace(`message`, '/www.olddomain.com/', '/www.newdomain.com/')

This has caused all unfurled links to no longer show the enhanced unfurl view and the link appears as a normal link. When previewing the link it still shows
Code:

[URL unfurl="true"]link here[/URL]
for each link.

My...

Read more

Continue reading...