[nodebb-plugin-reputation-rules] Reputation Rules Plugin for NodeBB
-
@thebronx said in [nodebb-plugin-reputation-rules] Reputation Rules Plugin for NodeBB:
I should probably remove the setting "Max downvotes per day" as that is now supported by NodeBB out of the box, or maybe try and change the main setting from the plugin instead of having two different values doing the same.
But for now it will stay. You can just set it to zero in one place and the configure the other, not that big of a deal.I see that the plugin overlaps with standard settings in two places:
- Minimum reputation to downvote posts
- Max downvotes per user per day
-
@zandertrek said in [nodebb-plugin-reputation-rules] Reputation Rules Plugin for NodeBB:
I see that the plugin overlaps with standard settings in two places:
- Minimum reputation to downvote posts
- Max downvotes per user per day
yep, I still don't know how to approach this problem
On one side, I like to have all the reputation settings on the same screen
On the other hand, it makes no sense to have two settings controlling the same thing, potentially conflictingShould I remove the duplicated settings from the plugin?
Should I try and leave them but mirroring the configured values of the original ones? Not sure I can do this.For now you can just use the setting you like the most, and leave the other one to zero (I think) to disable it.
-
@thebronx I just experimented with
Min rep to downvote
and found that the overlapping settings generally play nicely together. The most stringent rule (between the two) is used. If the built-in barrier is met the error message given is "You don't have enough reputation to downvote this post". If the plugin barrier is met the error message is "You don't have enough reputation". -
My plan is to keep the same values in both fields. It works fine and is the least confusing to me.
-
@zandertrek if you are not going to change those settings frequently, fine, keep them the same
if you want to experiment, I would set one to zero and just change the other one to simplify
cause like you said, the most restrictive setting will take precedence
at least that is how I test itif you have any suggestions let me know cause the idea behind the plugin was to make sure that reputation could be trusted but how that is achieved is very tricky
the rules that have been implemented should help, but I am sure there is more that could be doneOne thing I would like to have is a log where I can see how a user got his reputation. All the votes, with their weights, the link to the post and the link to the user who voted for him.
Would be useful to tune the settings and maybe think of new rules.
Maybe in the admin panel, maybe public not sure. Anyways, I think it would be useful but it is just an idea at this point. -
@thebronx The voting log is appealing to me. Definitely from the admins perspective it would be a learning tool - a way to observe trends, patterns, and anomalies. For me, this log may be most useful as a .csv that included all votes with associated information (including links to the post) that I could analyze numerous ways.
-
@thebronx said in [nodebb-plugin-reputation-rules] Reputation Rules Plugin for NodeBB:
if you have any suggestions let me know
I see that more communication with the user is an area for growth in the reputation-voting-privileges ecosystem.
- Notifying users when they have accumulated enough reputation to access priviledges including upvote, downvote, profile photo, cover photo, AboutMe, website, and signature.
- Including specifics in voting error messages. Currently the error messages are generic ("you don't have enough rep") but the user would really appreciate knowing how far they have to go ("you need x more rep before you can upvote") and it gives the user a clear goal if they choose to accept the challenge.
I hope these are reasonable suggestions.
-
@zandertrek those are great ideas!
The first one should be in NodeBB or another plugin probably, as this plugin is more about upvoting/downvoting and not about other privileges.
But the idea of showing notifications like "you have X votes left this month" or "no more votes remaining today" and things like that could be a good way of educating users on the limits of reputation instead of just error messages.
Regarding the second one, not sure if the error popups have enough space for more detailed messages, or if there is another way of showing feedback but it would be really nice to have that. Definitely worth exploring.Thank you for the suggestions. Not sure if I will implement them at this point but I will dedicate some time to think and mess around to see how far I can go.
-
I've been improving error messages a bit, now they include some important bits of information depending on the error:
Same for the Spanish translation of course:
I will be including these changes in the next release.
Edit: v1.2.3 was released with these changes
-
@thebronx I experienced some difficulties receiving v1.2.3 but it is now installed. I tested it using a dummy account and I really appreciate the higher level of communication that this version provides. I know the users will also.
-
Is this message generated from the Reputation Rules plugin? I can't find where to edit this setting.
-
@zandertrek yes, that is a plugin generated message.
If you go to the plugin settings, right below Global configuration there is a message (more than an option) that says how that number is calculated.
It is a formula: max votes per day is one tenth of the user reputation, with a minimum of 5 votes per day and a max of 50.
This is fixed, cannot be configured right now.How would you like to override this setting? Would you like to set a fixed number of votes instead? Would you prefer to alter it to 20% or 50% of user's reputation?
The idea behind this being a formula was that the higher the user reputation the less likely that user would be to abuse the system. In other words, low reputation and high number of votes per day was the most risky combination that would allow spam accounts and multi-accounts to take advantage of the system.
But that of course is quite arbitrary. Why 5 votes minimum? Or 50 max? Why 10%?So yeah, what would you like the plugin to behave?
-
@phenomlab as I said we would first have to decide what to put there instead of the hardcoded formula. A fixed number? a percentage of user's reputation? another formula that I would have to parse?
What would you prefer?
Cause if the problem is that the users complain and you just want to completely remove this limit, well, a toggle to disable this limitation would be the ideal solution.
If instead you like having a limit but you just want a fixed one, like 100, well, then let's have an input there to set the limit that overrides the formula.
Or you could also say: I like that the limit depends on how much reputation the user has but instead of a 10% of that reputation I want a 20%.
Or even more flexible and complex, I want my own formula.In summary, what is your use case? What do you want to do with this limit?
-
This looks like a great plugin, with the ability to grant privileges based on post count. Does it work in v3?
-
@BrotherGlaucon Yes, I am using it
-
@phenomlab Sweeet.
-
I am having troubles with this plugin. I run into these problems in v2 and v3:
- Error: You need to have at least 20 posts to vote
- Error: You have to be a member of this forum for 7 days before you can vote
- Error: You already voted 1 times for this user and this month, wait until next month
I am not able to make changes to circumvent these errors. In fact, when I refresh the ACP page all of the settings disappear. It's as though the settings are not being saved to the database. (Yes, I am clicking the 'save' button in the lower right)