@Amrita-Sukumar said in Can you use Nodebb for Building a Help Section?:
@scottalanmiller Gotcha!! thank you
No problem!
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
and nodebb-plugin-emoji-android
.
nodebb-plugin-emoji
is v2.1.3nodebb-plugin-emoji
and nodebb-plugin-emoji-android
./nodebb stop && ./nodebb build && ./nodebb start
Then, check if the emoji are working as you expect. If not:
./nodebb stop && ./nodebb build && ./nodebb start
againIf 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]