Solved: 8 Years, 2 Months ago Embedded video issue after merge from phpBB
#1
Solved: 8 Years, 2 Months ago
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.
Reply
#2
Solved: 8 Years, 2 Months ago
(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]
Reply
#3
Solved: 8 Years, 2 Months ago
It's ok. I found a quick way to do it using SQL.

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


Forum Jump:


Users browsing this thread: 1 Guest(s)