Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to turn off emoticons
![pickadoll](https://secure.gravatar.com/avatar/823a08a8fb30af1a591040cb7bcf6d39/?default=https%3A%2F%2Fvanillicon.com%2F87ddc869200410846ade7cfff57a993b_100.png&rating=g&size=100)
Can't find the answer to this anywhere.
How do i turn off/remove emoticons?
I mean, completely?
0
Comments
Which edit toolbar are you using?
The Advanced Editor with 2.2?
Buttonbar?
Have you tried disabling the Emoji plugin?
Add
$Configuration['Garden']['EmojiSet'] = none;
to your/conf/config.php
.If you use the advanced editor, you have to add the following code "somewhere":
You could either
a) use a simple plugin where you enclose that,
b) add it to the themehooks file of your custom theme (if you have one)
c) add it to
conf/bootstrap.before.php