Emojis not working
-
Hi,
I have installed nodebb v1.7.0 and out of the box, emoticons are not working. When I try adding one, all I see is the code, not the actual emoticon (for example :somecodehere:).
I installed nodebb on a 512MB digitalocean droplet.
Could someone help me out? -
Can you check and make sure
nodebb-plugin-emoji-extended
is installed and activated? Also, check the NodeBB logs for errors. -
Can you post the output of
./nodebb plugins
-
I believe there's a way to rebuild the emoji stuff, that may be what you need to do
-
Look through the admin page for the emoji
-
After many hours trying to solve this, I gave up and did a fresh installation on another droplet and it worked.
The thing I don't understand is on my old droplet, even and re-installation didn't solve anything. I'm concerned about this because I may face this issue in the future and doing everything from scratch on another droplet won't always be a viable solution.
Anyway, thanks @PitaJ for spending time helping me.
-
In the future,
nodebb-plugin-emoji-extended
will be deprecated in favor ofnodebb-plugin-emoji
v2, so these problems will hopefully not occur any more. -
@arso1er Hi there, I don't know whether your problem is as same as mine or not. But you can see this issue on github:
Problem with emojis · Issue #6074 · NodeBB/NodeBB
NodeBB version: 1.7.0 NodeBB git hash: master version Database type: mongo Database version: 3.2 Exact steps to cause this issue: Post a comment in topic What you expected: See no problem. What happened instead: I see emoji, but you can ...
GitHub (github.com)