@julian And where is /auth/yourplugin/callback handled? Because in the case of nodebb-plugin-sso-oauth it takes to the homepage of the forum. But i want to change that behaviour and i don't know where or how.
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 Many thanks bro, let me try this. so i don't need to add or upload any emo images myself, right now it shows my mouse mute when i hover over the assest section in the plugin settings page.
let me try ur steps
-
@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) -
@pitaj this is our test server so we were experimenting with a bunch of differnet plugins but many were not working as expected.
-
@faizanzahid ok well odds are it's one of those plugins causing that error. You can disable plugins with
./nodebb reset -p [plugin name]
-
@pitaj That really helped me. What do you guys use for GIF?
-
@pitaj You are awesome work, thank you., its working now