Osclass Support Forums

Osclass theme support => Ideas, improvements and tips => Topic started by: David Beaudoin on April 24, 2021, 03:14:39 PM

Title: Allow emoticons and smiley faces
Post by: David Beaudoin on April 24, 2021, 03:14:39 PM
Hello,

would it be possible to allow emoticons and smileys on the various Osclass themes please? I ask this because many members ask me to integrate it ...
Title: Re: Allow emoticons and smiley faces
Post by: MB Themes on April 24, 2021, 06:04:53 PM
It require changes in database connecyion encoding, table and column encoding.
Once done, and using ie tinymce editor, you should be able to enter emoji into description without problem
Title: Re: Allow emoticons and smiley faces
Post by: David Beaudoin on April 24, 2021, 06:57:03 PM
I saw it more as an improvement in 4.4
Title: Re: Allow emoticons and smiley faces
Post by: David Beaudoin on April 24, 2021, 07:11:14 PM
Quote
find this
$this->db->set_charset('utf8');

and change it to this
$this->db->set_charset('utf8mb4');

I found this, do you think it would be good?
Title: Re: Allow emoticons and smiley faces
Post by: MB Themes on April 24, 2021, 07:14:31 PM
That is just 1 step.
Title: Re: Allow emoticons and smiley faces
Post by: David Beaudoin on May 03, 2021, 10:44:45 AM
And step 2 please ?
Title: Re: Allow emoticons and smiley faces
Post by: MB Themes on May 03, 2021, 10:55:38 AM
As mentioned, update database, table & column charset
Title: Re: Allow emoticons and smiley faces
Post by: David Beaudoin on May 03, 2021, 04:10:00 PM
Ok but how do you do that?
Title: Re: Allow emoticons and smiley faces
Post by: MB Themes on May 03, 2021, 04:53:10 PM
@David
Consult with your hosting provider.
If it would be easy, it would be probably integrated already :)