click here
Active member
Code:
What is the best way to replace all of my old VB3.8 youtube code in post's, like:
[YOUTUBE]blablabla[/YOUTUBE]
and replace with
[MEDIA=youtube]blablabla[/MEDIA]
I guess I would have to search for [YOUTUBE] and replace with [MEDIA=youtube] and then search for [/YOUTUBE] and replace with [/MEDIA]
Is there a way to do this in XF or do I need to do it some how in MYPHP?
Thanks!