Other emoticons in serendipity_event_emoticate
Posted: Sun Feb 25, 2007 7:55 pm
Hello,
First of all I want to say my English is very bad. I hope you understand me
I try to change the emoticons in the plugin: serendipity_event_emoticate
I must change it here i think but it don't work. For example the first one must be:
8- ) (no spaces) becomes
I can't find the map where the emoticons are. The 'img/emoticons'
I hope you can help me
First of all I want to say my English is very bad. I hope you understand me
I try to change the emoticons in the plugin: serendipity_event_emoticate
I must change it here i think but it don't work. For example the first one must be:
8- ) (no spaces) becomes

Code: Select all
if (!isset($this->smilies)) {
$ext = $this->get_config('extension', 'png');
$this->smilies = array(
"\:\'(" => serendipity_getTemplateFile('img/emoticons/cry.'.$ext),
'\:\-?\)' => serendipity_getTemplateFile('img/emoticons/smile.'.$ext),
'\:\|' => serendipity_getTemplateFile('img/emoticons/normal.'.$ext),
'\:\-?O' => serendipity_getTemplateFile('img/emoticons/eek.'.$ext),
'\:\-?\(' => serendipity_getTemplateFile('img/emoticons/sad.'.$ext),
'8\-?\)' => serendipity_getTemplateFile('img/emoticons/cool.'.$ext),
'\:\-?D' => serendipity_getTemplateFile('img/emoticons/laugh.'.$ext),
'\:\-?P' => serendipity_getTemplateFile('img/emoticons/tongue.'.$ext),
';\-?\)' => serendipity_getTemplateFile('img/emoticons/wink.'.$ext),
);
}I hope you can help me