Well this is a minor edit, shouldn't cause any problems from what i can see, open includes/functions_bbcodeparse.php
Find:
Code:
$bbcode = preg_replace('#(?<!&|"|<|>|©)' . preg_quote($smiliefind, '#') . '#s', $smilie_replace["$smiliekey"], $bbcode);
Replace with:
Code:
$bbcode = preg_replace('#(?<!&|"|<|>|©)' . preg_quote($smiliefind, '#') . '#is', $smilie_replace["$smiliekey"], $bbcode);
Should work just fine then - but i havn't tested it.
- Zero Tolerance