After trying to figure out a way to limit the trust levels, and seeing it is something complex in our case, we were thinking about the option of limiting or avoiding likes in a specific category. Since the likes are counted in trust levels, this could be useful so that in a specific category the users can’t give likes (it would be just a read and respond category, no new posting)
That way, the likes only count outside of that category, and therefore the activity in that category won’t suffice to scale up trust levels.
Any thoughts on if this is possible?
And if it’s not, I was thinking of an option: would there be a way to add in this tab (category > security) a “likes” option too so that when I adjust a category I can define that X users can’t like in it?
AFAIK you can’t — but I don’t have any deeper knowlegde here.
But… Is it possible to take easy road? Do your users really need all the tools that higher TL automatically gives? Then you could limit users to TL2 and give TL3 manually to those few who has will, need and knowledge use those tools.
Then it doesn’t matter how many likes they give or get.
By the way, and sorry if this question is too obvious, but I understand t would hide the like button from each post or reply inside the category specified, right?
It is important to notice that the CSS is only hiding the button in the UI.
The button can be displayed again using the browser devtools or the API endpoint can still be called manually if the user knows what is doing as has incentive to do so.
That said hiding the button should be enough to stop 99.9% of the users unless your audience has technical background or a very good incentive to try unlocking the likes again in the category.
Yep, that’s the idea. Since it would be a group of users which we are more familiar with (they are students), it would be easy to “catch” anyone who tried to trick this.