You would need to make a plugin to listen for a socket event, and in the widget js send the needed data to verify the request server-side. After adjusting the reputation and sending the new rep back, you probably want to make a db key to record the last action taken, such as how core uses pid:x:upvote
[Solved partially] How to show a list of users who liked a post (similar to vbulletin format)?
-
Update: Partial fix - use nodebb-plugin-ns-likes. Read the whole instruction guide. You need to edit a template file.
Is this possible? I'm using persona theme with "slate" skin. Thank you for reading.
-
@noobbb screen shot?
-
Here you go.
Something like the bottom. I highlighted it.
source: http://www.rvoclan.com/showthread.php?t=3481 -
@noobbb you can already see the upvoters by hovering over / clicking the vote count.
if you want to display them under the post like the screen shot then you need to edit the theme template
-
@pichalite I see.
edit the theme template
Yes, that's probably what I need, but is there a guide for this specifically? I tried looking at the theme and I got lost.