invictus
Active member
I migrated from VB4 and have since upgraded to XF2.
I probably should have made use of this addon before upgrading to XF2 to find/replace video embeds in posts while I was still on XF1, but I overlooked this.
What is the recommended way to accomplish this in XF2? SQL query in xf_posts?
My post contents have video embeds that look like this:
I need to update them to look like this:
Any help appreciated. I'm not good with regex queries. Thanks!
I probably should have made use of this addon before upgrading to XF2 to find/replace video embeds in posts while I was still on XF1, but I overlooked this.
What is the recommended way to accomplish this in XF2? SQL query in xf_posts?
My post contents have video embeds that look like this:
[video=youtube;dKlgCk3IGBg]https://www.youtube.com/watch?v=dKlgCk3IGBg[/video]
I need to update them to look like this:
[MEDIA=youtube]dKlgCk3IGBg[/MEDIA]
Any help appreciated. I'm not good with regex queries. Thanks!