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
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
Comment #1
rogical commentedBad 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.
Comment #2
eaton commentedYou'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.
Comment #3
rogical commentedhttp://drupal.org/project/voting_weight