• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

[nodebb-plugin-reactions] Reactions plugin for NodeBB

Scheduled Pinned Locked Moved NodeBB Plugins
117 Posts 23 Posters 13.9k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    wrote on last edited by baris
    #1

    Reactions Plugin for NodeBB

    Plugin to add emoji reactions to posts.

    0_1486754158410_upload-efabb890-bb16-4457-98c4-d03f925fa756

    Installation

    npm install @nodebb/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 and nodebb-theme-slick

    For demo use https://pichalite.com for material theme and http://slick.pichalite.com for slick theme.

    1 Reply Last reply
    11
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    wrote on last edited by
    #2

    New version released (v0.0.2)

    • Hide reactions from guests
    1 Reply Last reply
    2
  • exodoE Offline
    exodoE Offline
    exodo Plugin & Theme Dev
    wrote on last edited by
    #3

    Good job
    Can you add some information on the readme about the theme changes needed on templates ?

    pichaliteP 1 Reply Last reply
    1
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    replied to exodo on last edited by
    #4

    @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

    exodoE 1 Reply Last reply
    1
  • exodoE Offline
    exodoE Offline
    exodo Plugin & Theme Dev
    replied to pichalite on last edited by exodo
    #5

    @pichalite added support on my theme. Very cool
    It lasted a few hours till some users began to exploit it tho lol

    0_1487885288709_image.png

    socket.emit('plugins.reactions.addPostReaction', {"tid":"28197","pid":"890832","reaction":"<h1>Text</h1>"

    pichaliteP 1 Reply Last reply
    1
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    replied to exodo on last edited by pichalite
    #6

    @exodo get latest version. By the way, post issues on the plugins github repository. This is not the tracker for the plugin.

    K 1 Reply Last reply
    0
  • K Offline
    K Offline
    kordig
    replied to pichalite on last edited by
    #7

    @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?

    pichaliteP 1 Reply Last reply
    0
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    replied to kordig on last edited by
    #8

    @kordig Create a request on the plugins github page and I will take a look when I have some time.

    F 1 Reply Last reply
    1
  • F Offline
    F Offline
    faizanzahid Gamers
    replied to pichalite on last edited by
    #9

    @pichalite Is this plugin working with node bb 1.9.x and on persona theme?

    pichaliteP 1 Reply Last reply
    0
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    replied to faizanzahid on last edited by
    #10

    @faizanzahid It does if you use nodebb-plugin-emoji-extended

    1 Reply Last reply
    2
  • B Offline
    B Offline
    btc
    wrote on last edited by
    #11

    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.

    0_1535373698273_d80c0278-b7b7-4730-b7d2-13bb7b2b6ac5-image.png

    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by
    #12

    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.

    pichaliteP 1 Reply Last reply
    3
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    replied to PitaJ on last edited by
    #13

    @PitaJ v0.0.4 Reactions plugin updated to work with nodebb-plugin-emoji.

    1 Reply Last reply
    2
  • theportablegeekT Offline
    theportablegeekT Offline
    theportablegeek
    wrote on last edited by
    #14

    @pichalite Any easy way to add the plugin function to the timmu theme?

    pichaliteP 1 Reply Last reply
    0
  • pichaliteP Offline
    pichaliteP Offline
    pichalite Plugin & Theme Dev
    replied to theportablegeek on last edited by
    #15

    @theportablegeek Add this to the template file on your theme

    https://github.com/pichalite/nodebb-theme-slick/blob/f9602872b45ec46cdb6b5048c109f0146cb646e3/templates/partials/topic/post.tpl#L62

    1 Reply Last reply
    0
  • arrankaA Offline
    arrankaA Offline
    arranka
    wrote on last edited by
    #16

    install this plugins
    I made the changes in the template
    even so it does not work
    I have plugis nodebb-plugin-emoji

    only the following of + appears

    Any idea that I'm forgetting?

    c0eb58e6-f74a-4a06-a166-5d8107e10159-image.png

    1 Reply Last reply
    0
  • youhosiY Offline
    youhosiY Offline
    youhosi
    wrote on last edited by
    #17

    @arranka Maybe you forgot some class/id to which you are injected with an emoticon plugin?

    1 Reply Last reply
    1
  • arrankaA Offline
    arrankaA Offline
    arranka
    wrote on last edited by
    #18

    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 it

    If you suppose that at any moment you click on the sign of + open the reactions?

    b04a9ec0-1fa2-4207-9e54-9e6a74a5d198-image.png

    1 Reply Last reply
    0
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by PitaJ
    #19

    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.

    1 Reply Last reply
    2
  • PitaJP Offline
    PitaJP Offline
    PitaJ Global Moderator Plugin & Theme Dev
    wrote on last edited by
    #20

    The above problem should be fixed in v3.1.0 of nodebb-plugin-emoji

    1 Reply Last reply
    2

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development