-
Well, here I am with the same problem. I am using 14.0.0-RC1. I checked out the link to the Dev app solution. I am also getting the ? instead of emoji in the code. I tried pasting the emoji to replace the ?, but that didn't do anything. On the actual site, there is just a small faint dot in the emoji's place after I hover on the Like button. This is critical. I can't even begin user testing without this. My server collation is utf8mb4_unicode_ci. Can anyone help me figure out how to fix this?
-
Hello @CoolUser376 !
Then you need to use my solution from 31.05.2024. Just be sure that you're working on the PC with the modern OS (not older than Windows 10) and you'are keeping the proer length in the JSON code like s3:"use", s4:"emoji" etc
-
Yes, I understood your post in the general sense. But how can I access the codes for all six reactions? Are they listed somewhere for me to copy? I only have one install right now.
-
I see you were saying to update using the MySQL commands. But I'm not sure where to start with that. I will paste the code that is currently in there in Studio for thumbs up. Does this look right (except for the question mark, obviously)?
a:7:{s:3:"use";s:5:"emoji";s:5:"emoji";s:4:"?";s:4:"icon";s:12:"fa-thumbs-up";s:5:"image";s:904:"";s:5:"color";s:20:"sys-colored col-gray";s:6:"weight";s:1:"1";s:7:"default";a:2:{s:5:"title";s:37:"_sys_pre_lists_vote_reactions_default";s:4:"icon";s:8:"fa-smile";}}
-