[nodebb-plugin-reactions] Reactions plugin for NodeBB
-
many mistakes with this plugins
Error while using this plugin ยท Issue #5 ยท NodeBB-Community/nodebb-plugin-reactions
So, since installing this plugin, I've been facing some erros at the logs. Can't figure out what is causing it. Any ideas ? Thank you. Jul 23 10:46:05 web05 nodebb[25464]: 2019-07-23T08:46:05.465Z [/var/run/nodebb/nodebb_0.sock/25597] - ...
GitHub (github.com)
-
This plugin does not work with the new version
-
Created a new PR with an update for this plugin
https://github.com/pichalite/nodebb-plugin-reactions/pull/7Have a question:
Seems like this plugin is no longer maintained. Can we move it to NodeBB or NodeBB Community namespace somehow? -
@antosik probably, it is necessary to send PR here, to one of the developers nodebb
https://github.com/barisusakli/nodebb-plugin-reactions -
@baris, this plugin is abandoned by the author, but @Antosik updated it (https://github.com/ariastel/nodebb-plugin-reactions). Unfortunately, it was not possible to install it. Can you update your repository (https://github.com/barisusakli/nodebb-plugin-reactions) and publish it to the community?
-
yes this plugins look great
-
Published
@nodebb/[email protected]
This includes the changes from @Antosik so it has a breaking change for themes. To add support in your custom theme include this where you want the reactions to show up.
<!-- IMPORT partials/topic/reactions.tpl -->
For example https://github.com/NodeBB/nodebb-theme-persona/commit/8cbad331ff9c8abe23e2a9a6d02d637857acbd2f
-
@baris Seems there's an issue with this. Once installed, it cannot be removed (comes up with an error in the admin page)
I'm also unable (it seems) to remove using
npm remove
from the CLI.I'm using v2 of NodeBB in dev (not prod obviously).
-
-
How to install for test ?
I have test
npm i @nodebb/nodebb-plugin-reactions
but I have error :npm i @nodebb/nodebb-plugin-reactions npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/nodebb-plugin-emoji npm ERR! nodebb-plugin-emoji@"4.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer nodebb-plugin-emoji@"^3.5.0" from @nodebb/[email protected] npm ERR! node_modules/@nodebb/nodebb-plugin-reactions npm ERR! @nodebb/nodebb-plugin-reactions@"*" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /home/nodebb/.npm/eresolve-report.txt for a full report.