Hello everyone
I want to be my forum manager
Watch users' chat
Do I have a way to do that?
editing:
I saw this issue here
Change user's reputation in widget
-
Are you trying to change the actual reputation, or just update the displayed reputation?
-
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