Open cyphix333 opened 9 years ago
Update: I have noticed it only does it if you have no emoticons added via something like:
$parser->add_emoticons(array(
':)' => 'http://localhost/Classes/SCEditor-punbb/punbb-1.3.5/img/smilies/smile.png',
'=)' => 'http://localhost/Classes/SCEditor-punbb/punbb-1.3.5/img/smilies/smile.png'
));
...and you try and use it. As long as you add emoticons as above then it will work.
I have noticed that whilst this works:
This however produces an error:
This is the error I get whenever I try and use "detect_emoticons()"..