Jump to content

Emoticons in TinyMCE [SOLVED]


MarkE
 Share

Recommended Posts

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • 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
 Share

  • Recently Browsing   0 members

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