That did the trick. Now nodebb-plugin-markdown is working great after pulling the latest updates from the NodeBB repository !!!
[nodebb-plugin-reactions] Reactions plugin for NodeBB
-
Reactions Plugin for NodeBB
Plugin to add emoji reactions to posts.
Installation
npm install nodebb-plugin-reactions
or
Install using ACP -> Plugins page.
Repository: https://github.com/pichalite/nodebb-plugin-reactions
Report any issues on the plugin issue tracker https://github.com/pichalite/nodebb-plugin-reactions/issues
Needs small change to theme templates for support.
Plugin is currently supported on
nodebb-theme-material
andnodebb-theme-slick
For demo use https://pichalite.com for material theme and http://slick.pichalite.com for slick theme.
-
New version released (v0.0.2)
- Hide reactions from guests
-
Good job
Can you add some information on the readme about the theme changes needed on templates ? -
@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>"
-
@exodo get latest version. By the way, post issues on the plugins github repository. This is not the tracker for the plugin.
-
@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?
-
@kordig Create a request on the plugins github page and I will take a look when I have some time.
-
@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
-
Doesn't seem to work on nodebb 1.9.2 on the Material theme. "Add Reaction" button is there but empty list of possible reactions displayed when clicked.
I'm using nodebb-plugin-emoji v2.2.4.
-
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.
-
@PitaJ v0.0.4 Reactions plugin updated to work with nodebb-plugin-emoji.
-
@pichalite Any easy way to add the plugin function to the timmu theme?
-
@theportablegeek Add this to the template file on your theme
-
install this plugins
I made the changes in the template
even so it does not work
I have plugis nodebb-plugin-emojionly the following of + appears
Any idea that I'm forgetting?
-
@arranka Maybe you forgot some class/id to which you are injected with an emoticon plugin?
-
when I click on the + sign nothing appears, everything is frozen
however if I open an answer and then the + sign there if you open itIf you suppose that at any moment you click on the sign of + open the reactions?
-
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