We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Mobile Phone Smilies cut text after adding Smilie | Forum

Paul
Paul Jan 20 '17
Some user and I tested this in the Forum. 


If I am adding an Andorid Smilie, the Text after smilie will be cuted after it completely

Paul
Paul Jan 20 '17
Testing with Desktop theme, adding now an Android smilie here: 


Paul
Paul Jan 20 '17
Testing now wird mobile-Version, adding now here a Smilie:
Paul
Paul Jan 20 '17
Both is Not working fine 




The Forum post is edited by Paul Jan 20 '17
Paul
Paul Feb 2 '17
Can someone confirm this?
Paul
Paul Mar 7 '17
I feel so lonely here ;)
S. Bourdon
S. Bourdon Apr 25 '17
I can confirm; this is happening on my Oxwall website too!


Suggestions, anyone?

S. Bourdon
S. Bourdon May 7 '17
Here's the fix: https://mathiasbynens.be/notes/mysql-utf8mb4


For step 5, do the following:


Open: ow_core/database.php

Find: 

array(PDO::MYSQL_ATTR_INIT_COMMAND=>'SET NAMES UTF8;',

Replace with:

array(PDO::MYSQL_ATTR_INIT_COMMAND=>'SET NAMES utf8mb4;',


You will now be able to save and display Emojis on your website! ;)

Hope this helps!

Paul
Paul May 10 '17
Great solution! It works :)