Quote:
Originally Posted by BirdOPrey5
I fixed it like this... I had to edit the AME mod... Backup your original file if you try this.
In the includes directory find the file ame_bbcode.php
At line #589 find this code:
PHP Code:
$title = trim(str_replace(array("\t","\n"), "", $match[1]));
Replace it with:
PHP Code:
$title = trim(str_replace(array("\t","\n", "‏", "‪", "‬"), "", $match[1]));
All I can promise is it's working for me. It won't fix links you've already made but should keep new ones clean.
|
I tried it on a single video embed and it worked perfect. But, when I did a post with multiple embeds it went right back to the issue. Unless, it's not a multiple embed problem.
Here's the post for reference:
http://www.waltdisneyboards.com/173214-post32.html