Disable Auto-Smily function possible or make it more intelligent?

Jens von Harder Posted in Technical Support 6 years ago

I would like to turn off the "auto smily function".

Whenever I post something ending with the letter "g" and it is followed by a ":" it makes a "grrrr smily".

Is there a way to deactivate this? Or to make this function more "intelligent" by saying "only when the letter g is posted solely followed by a : then show the smily"?

Replies
German Michael Zülsdorff Replied 6 years ago

You may disable line 24 and 25 of ossn.com.php of the OssnSmilies component by adding two slashes in front of them like

// ossn_add_hook('wall', 'templates:item', 'ossn_embed_smiley', 100);
// ossn_add_hook('comment:view', 'template:params', 'ossn_smiley_in_comments', 100);

Ossn 4.5 will come with a complete set of all standard Unicode emojis. So I think the old handling will become obsolete anyway.