Add Scores for Reactions

For this one, is it possible to ask for a guidance for where to work on?
I am not sure if I should makes changes only to the Gamification plugin, or the Reaction plugin as well. Since not every site uses the Reactions plugin, is it okay to include settings about reactions in the gamification plugin?

2 Likes

Can that option only be enabled if Reactions plugin is found? I think that could do the trick :love_you_gesture:

1 Like

Yes, we already do this for Discourse Solved. Since every scorable extends the base Scorable class you can redefine the enabled? method to check if a plugin is installed and enabled.

6 Likes

I worked on this one. Here is the link for the PR:

Please let me know if there are any issues!

5 Likes