Jump to content

Recommended Posts

Posted

I have enabled the emoticons plugin for TinyMCE. It appears to work when editing the page but, after saving, the emoticon just appears as ????

Any suggestions?

Posted

Is your database set to utf8mb4?

// site/config.php
$config->dbCharset = 'utf8mb4';

If not... saving emojis and emoticons won't work as expected.

Not sure about the steps to convert a db to accept it. Sorry.

  • Like 2
Posted
22 hours ago, wbmnfktr said:

Not sure about the steps to convert a db to accept it

ALTER DATABASE databasename CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
ALTER TABLE tablename CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

Just need to change the field tables which need to hold emoticons

  • Like 1
  • MarkE changed the title to Emoticons in TinyMCE [SOLVED]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...