Notifications
Clear all

[Solved] How to disable emoji in wpforo?

3 Posts
2 Users
1 Likes
309 Views
Posts: 16
 domi
Topic starter
(@domi)
Eminent Member
Joined: 2 years ago

Hello,

Everything is in the title. How to disable emoji with a php function and remove the button in the toolbar?

Thanks for your help.

Regards.

2 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @domi

Insert the below CSS Code in Custom CSS Field from wpForo > Setting > Colors & Styles Tab:

.mce-container.mce-flow-layout-item.mce-first.mce-last.mce-btn-group .mce-widget.mce-btn i.mce-ico.mce-i-emoticons{
    display:none !important;
}
Posts: 16
 domi
Topic starter
(@domi)
Eminent Member
Joined: 2 years ago

Ok thanks, it works very well!

Regards.