Scandal
Well-known member
I'm planning to import a vBulletin 3 board to my xF2.2 site.
I have stack on this issue:
There are ~9000 posts with the following bbcode from an old vBulletin addon:
	
	
	
		
I want to replace / canonicalize it with the new [MEDIA] tag:
	
	
	
		
Any idea?
I just need a REPLACE query with the correct regular expression.
				
			I have stack on this issue:
There are ~9000 posts with the following bbcode from an old vBulletin addon:
		Rich (BB code):
	
	[ame="https://www.youtube.com/watch?v=GEPvsn6JA_c"]this is the video title / useless info currently[/ame]
	
		Code:
	
	[MEDIA=youtube]GEPvsn6JA_c[/MEDIA]
	Any idea?
I just need a REPLACE query with the correct regular expression.
			
				Last edited: