Deebs
Well-known member
Hi,
I have a test upgrade of xf1.5 to xf2.0 completed. I have followed all the steps in the manual to enable emoji support and I have confirmed that the conversion script has converted multiple tables to the correct colation. Also the unicode string is in the config.php
So, within Firefox on xenforo.com if I click the Smilie button I see all the emojis in the dropdown dialog box and if I check my debug console I can see that the following URL was loaded:
Now if I perform the same on my test forums I only get a dropdown dialog box with smilies and no emojis. A different URL was loaded:
Running Mysql 5.7.x
Any advice?
I have a test upgrade of xf1.5 to xf2.0 completed. I have followed all the steps in the manual to enable emoji support and I have confirmed that the conversion script has converted multiple tables to the correct colation. Also the unicode string is in the config.php
So, within Firefox on xenforo.com if I click the Smilie button I see all the emojis in the dropdown dialog box and if I check my debug console I can see that the following URL was loaded:
Code:
/editor/smilies-emoji?blahblah
Now if I perform the same on my test forums I only get a dropdown dialog box with smilies and no emojis. A different URL was loaded:
Code:
/index.php?editor/smilies&blahblah
Running Mysql 5.7.x
Any advice?