OK, Default version npm i nodebb-plugin-emoji-one
[nodebb-plugin-reactions] Reactions plugin for NodeBB
-
@exodo All the required markup will be available in the topic API when the reactions plugin is active. On the topic tpl, add this to each post
{posts.reactions}
.This is how it's done in the Slick theme.
https://github.com/pichalite/nodebb-theme-slick/blob/master/templates/partials/topic/post.tpl#L49
-
@pichalite added support on my theme. Very cool
It lasted a few hours till some users began to exploit it tho lolsocket.emit('plugins.reactions.addPostReaction', {"tid":"28197","pid":"890832","reaction":"<h1>Text</h1>"
-
@pichalite said in [nodebb-plugin-reactions] Reactions plugin for NodeBB:
@exodo get latest version. By the way, post issues on the plugins github repository. This is not the tracker for the plugin.
Is it possible to allow reactions only on specific categories? for example i want users to only have reactions available on spam direction, but not anywhere else, is that possible?
-
@pichalite Is this plugin working with node bb 1.9.x and on persona theme?
-
@faizanzahid It does if you use
nodebb-plugin-emoji-extended
-
The current version of reactions doesn't support nodebb-plugin-emoji. It only supports emoji-extended, which is unmaintained.
I've updated reactions to work with the new emoji plugin, but @pichalite hasn't released a new version yet.
-
@pichalite Any easy way to add the plugin function to the timmu theme?
-
@theportablegeek Add this to the template file on your theme
-
Oh oops I broke reactions when I fixed this issue https://github.com/NodeBB/nodebb-plugin-emoji/issues/24
I made it so the emoji panel will only display if the composer is open, which is incorrect behavior. Let me fix that tonight.
-
The above problem should be fixed in v3.1.0 of nodebb-plugin-emoji
-
many mistakes with this plugins
https://github.com/pichalite/nodebb-plugin-reactions/issues/5
-
This plugin does not work with the new version