Gleedo
07-06-2010, 07:47 PM
Hello
I am testing porting ipb3 to vb4.04.
The only thing I am having problems with is changing ipb's tags to vb4's tags.
I have used cleaner.php and added the following:
$replacer = array(
"[media]" => "[video]",
"" => ""
I run cleaner.php and it goes through and I then rebuild the post cache via admincp as explained here (http://www.vbulletin.com/docs/html/main/impex_cleaner).
After ive done that, I go to my test board and refresh a thread that contained a youtube clip in [media] tags.
I was expecting to see the youtube clip embedded, but the post just had the following in it:
http://www.youtube.com/watch?v=ghPcYqn0p4Y
However, If I just click the 'edit' button, the post does in fact look like this:
http://www.youtube.com/watch?v=ghPcYqn0p4Y
If I then just click save without making any changes, the video correctly appears embedded in the post.
Any thoughts to this little problem? :confused:
I am testing porting ipb3 to vb4.04.
The only thing I am having problems with is changing ipb's tags to vb4's tags.
I have used cleaner.php and added the following:
$replacer = array(
"[media]" => "[video]",
"" => ""
I run cleaner.php and it goes through and I then rebuild the post cache via admincp as explained here (http://www.vbulletin.com/docs/html/main/impex_cleaner).
After ive done that, I go to my test board and refresh a thread that contained a youtube clip in [media] tags.
I was expecting to see the youtube clip embedded, but the post just had the following in it:
http://www.youtube.com/watch?v=ghPcYqn0p4Y
However, If I just click the 'edit' button, the post does in fact look like this:
http://www.youtube.com/watch?v=ghPcYqn0p4Y
If I then just click save without making any changes, the video correctly appears embedded in the post.
Any thoughts to this little problem? :confused: