Is this possible that vote with a weight depends on user role or user points?

Such as a new user'vote adds 1 score, but an advanced user's adds 5 score.

thanks

Comments

rogical’s picture

Bad money drives out good, advanced/valued users usually give more valued voting, while lots of new users (some may be fake users) may not give the right choose.

eaton’s picture

Status: Active » Closed (works as designed)

Is this possible that vote with a weight depends on user role or user points?
Such as a new user'vote adds 1 score, but an advanced user's adds 5 score.

You'd want to implement something like that in a vote calculation handler; there, when votes are being tallied, you can adjust the final results based on the roles/weights of the users casting individual votes.

rogical’s picture