Hi,
I've looked through the support forum and there seems a few responses to why emoticons in post replies should be showing up in posts as ????
I've checked the database format all good there (utf8mb4_unicode_520_ci)
When I compose the post they show up in the tinymce editor ok and then the preview ok - with the element snippet:
<p>Testing emoticons.... <img draggable="false" role="img" class="emoji" alt="😀" src="https://s.w.org/images/core/emoji/14.0.0/svg/1f600.svg"> <img draggable="false" role="img" class="emoji" alt="😍" src="https://s.w.org/images/core/emoji/14.0.0/svg/1f60d.svg"> <img draggable="false" role="img" class="emoji" alt="😐" src="https://s.w.org/images/core/emoji/14.0.0/svg/1f610.svg"> </p>
But inspecting the subsequent post I'm getting:
<p>Testing emoticons.... ???? ???? ???? ???? </p>
I've tested emoticons in a normal page and they are ok they show up.
Any ideas?
Thanks for your help!
Mark
Send the account credentials to info[at]gvectors.com, mention this topic in the email, and let me know here that you have sent the email.
Hi Chris in the mean time I have managed to resolve it with help from my hosting (Krystal.uk who were very good). But it may be worth noting for other users with the same issue.
A change of php extension fixed it - disabling mysqli and enabling nd_mysqli resolved the issue. Apparently this is a more updated version.
But anyway fixed now but thanks for coming back to me.
Mark