MyBB Community Forums

Full Version: Embedded video issue after merge from phpBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As title says I have just completed a very successful merge from phpBB 3.1.9 to MyBB 1.8.7

Everything went very well except for one fly in the ointment.

All my embedded videos from the old forum now just look like this in the MyBB forum

[video]https://www.youtube.com/watch?v=RJ8GH-sQ060[/video] 
[video]https://youtu.be/NGFToiLtXro[/video]

Is there any quick way to fix this? Thanks.
(2016-10-08, 11:12 AM)Zylantex Wrote: [ -> ]As title says I have just completed a very successful merge from phpBB 3.1.9 to MyBB 1.8.7

Everything went very well except for one fly in the ointment.

All my embedded videos from the old forum now just look like this in the MyBB forum

[video]https://www.youtube.com/watch?v=RJ8GH-sQ060[/video] 
[video]https://youtu.be/NGFToiLtXro[/video]

Is there any quick way to fix this? Thanks.

You can try with that code:
[video=youtube]
It's ok. I found a quick way to do it using SQL.

UPDATE mybb_posts SET message = REPLACE( message,  '[video]',  '[video=youtube]' ) ;