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
New
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