Earl
Well-known member
I'm importing from vBulletin 3.8.
I have a custom bb code for YouTube videos in it.
	
	
	
		
I need to convert this to regular media YouTube bb code in XF 2 after importing. 
I can run a regex search and replace on my posts table and replace it to a normal youtube url but still I don't see xenforo 2 displaying them as embed videos even after rebuild bb codes. It's just displaying as a clickable URL.
				
			I have a custom bb code for YouTube videos in it.
		Code:
	
	[yt]youtubeid[/yt]
	I can run a regex search and replace on my posts table and replace it to a normal youtube url but still I don't see xenforo 2 displaying them as embed videos even after rebuild bb codes. It's just displaying as a clickable URL.