D 
		
				
			
		Deleted member 122910
Guest
Before upgrading to XenForo, i was using an old phpBB install where members had to use [video] bbcode to embbed youtube links.
So now, the videos aren't displayed anymore on the forum, instead the posts have just the youtube video link between [video] tag
I know i could easily use search and replace to remove the [video] bbcode. Usually XenForo would automatically replace youtube link with the embbed video, but the problem is that the youtube URL are displayed as a string in the posts and NOT a link, so it just look like this in the posts:
	
	
	
		
any idea how to fix this ?
thanks
				
			So now, the videos aren't displayed anymore on the forum, instead the posts have just the youtube video link between [video] tag
I know i could easily use search and replace to remove the [video] bbcode. Usually XenForo would automatically replace youtube link with the embbed video, but the problem is that the youtube URL are displayed as a string in the posts and NOT a link, so it just look like this in the posts:
		Code:
	
	[video]http://www.youtube.com/watch?v=JToC6l9Xx_c[/video]
	any idea how to fix this ?
thanks