Quote:
Originally Posted by TCattitude
Will see it in the next version 
Thanks.
|
I'm sorry, but it only works on FireFox

Still looking for some solution
By the way I'm using this code in the includes/class_bbcode.php file to solve the problem:
Code:
function handle_bbcode_img_match($link)
{
$link = $this->strip_smilies(str_replace('\\"', '"', $link));
// remove double spaces -- fixes issues with wordwrap
$link = str_replace(array(' ', '"'), '', $link);
return '<img src="' . $link . '" border="0" alt="" /><br />';
}