HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Reaction notification
Perhaps I am missing something. Is there any setting we need to turn on to get notifications for Reactions ? ie, when someone clicked " Awesome " on a post I have forgotten and there is a good chance will never check, will the author be let known about the Reaction through a notification ? If it is possible, kindly share how to do that. Thanks.
I am using v3.3
0
Comments
Can we get notifications for
Like
then ? I am ok with `Like` only, no reactions. Thanks.https://github.com/R-J/rj-like
Hi, I uploaded the contents to the `plugins` folder. When activated through Dashboard, I got this error
syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)
Looks like there is a long-standing issue on Github with the error I reported above - from February 2020.
https://github.com/R-J/rj-like/issues/2
I closed the issue now since the problem was caused by a PHP version which reached end of life by the end of last year
I need to find some method to get notifications for " Like / Thanks ". It would be great if anyone care share one if available. Thanks.
This has notifications
It is a small plugin so you can get an idea of how it does it
Thanks. This one is on Profile Page. I was trying to get some option in each post to notify the post-author with a notification when the post is commendable.
I will try to go through the code and check whether I can pull the notification part. I won't bet on myself much though.
Hi, I am looking for a simple
Like
notification. If that is what you are referring to, kindly refer me to the source. Thanks.This is not much, I have changed all terms which say
kick
tolike
and set up a repo here as a work in progress fork. The repo has the original rj-like plugin as well. I hope the permissions are properly set. All credits to the original author.Hopefully, someone would like to add the notifications part to the
Like
part.I will try to explore options to club them. Thanks.