Which emoticons plugin node bb itself is using right now?
-
I have installed ALL of the plugins, emoji one, emoji extended etc etc but i am still unable to convert my these characters : ) to and adding an emoji from the composer drop down.
Which excat plugin you guys are using and in which order we have to install these to make it run?> because i tried a lot but i am unable to install and see the emos.
Also which plugin u guys are using for posting a GIF using the dropdown composer?
-
@faizanzahid the combination we're using here is
nodebb-plugin-emoji
andnodebb-plugin-emoji-android
.- Disable all emoji plugins (don't remove or uninstall then, though)
- Make sure
nodebb-plugin-emoji
is v2.1.3 - Enable
nodebb-plugin-emoji
andnodebb-plugin-emoji-android
- Run
./nodebb stop && ./nodebb build && ./nodebb start
Then, check if the emoji are working as you expect. If not:
- Go to the emoji plugin page in the ACP
- Click the Build Emoji Assets button
- Wait a couple minutes for the build to complete
- Run
./nodebb stop && ./nodebb build && ./nodebb start
again
If that didn't work, reply back here and I'll try to help.
-
@pitaj said in Which emoticons plugin node bb itself is using right now?:
./nodebb stop && ./nodebb build && ./nodebb start
thanks pita! tried it, but getting following error when running step 4
-
@faizanzahid what other plugins do you have activated? (
./nodebb plugins
will output a list) -
@faizanzahid ok well odds are it's one of those plugins causing that error. You can disable plugins with
./nodebb reset -p [plugin name]