[nodebb-plugin-emoji] Emoji Plugin
-
To complement the already existing "Skype Emoji" plugin, we're now also releasing regular Emoji (with many more image assets compared to the Skype version)!
Installation
npm install nodebb-plugin-emoji
-
Was looking to use this as a temporary replacement for nodebb-plugin-emoji-extended, but it doesn't seem to be working with my 0.6.0 install. The 0.1.4-2 version was installed by the ACP and is activated (without errors) but the emoji simply don't show up in posts.
Is this 0.6.0 compatible? Is it being maintained?
-
@Shaun, if you're using the Poll plugin as well, that could be the issue.
-
@Shaun, I'm running v0.4.0-3 of that plugin without issue. Perhaps try installing that and let me know if your issue persists. Feel free to reply in the emoji-extended topic rather than this one, and just mention my username - this way we're in the proper topic.
npm i [email protected]
-
Oh, I thought you were talking about this version (non-extended). I got the extended edition to work by installing from NPM as you suggested in the other thread, so that works for me. If this (non-extended) version doesn't work, I think it would make sense to drop it from the ACP listing.
-
@Shaun If only the extended version would show up in APC again xD
-
@julian ya, it's as @baris wrote: emoji-extended doesn't show up in ACP > Plugins list when not installed because the package list doesn't contain it somehow
-
@frissdiegurke Doesn't
npm install nodebb-plugin-emoji
still work? Rather than going through the ACP.EDIT: Having said that, the plugin hasn't been updated in about 12 months, so the chances of it being compatible with 0.6.x is quite slim.
-
@a_5mith said:
@frissdiegurke Doesn't
npm install nodebb-plugin-emoji
still work? Rather than going through the ACP.It does. But the way through ACP is of cause more simple for NodeBB novices. Btw, it's emoji-extended that we're talking about (within your code it's emoji), so lets stop talking here rather than here for any further questions.
-
@frissdiegurke Ah, Extended definitely works if you run the npm command. I'm running it without issue.
-
Hello guys,
Sorry for the trouble but I'm afraid I'm having an issue with this Emoji Plugin for a while now.
I thought the mistake was on my end but as soon as I update my Nodebb, I try to give it a go again in case a fresh update would help me figure out what's going wrong. But I'm not getting close to a solution yet.So as soon as I activate this plugin (v 2.2.5) I have issues with undefined characters in the composer.
For instance, if someone types in
c'est
(French word) it will come out in the preview panel and once posted asc undefined est
same for...
becomingundefined
.As soon as I deactivate the plugin and restart nodebb this behaviour stops.
Do you have an idea why this is happening?Thanks!