I would like this to become a feature but here it is hard-coded.

By changing...

if ($votes == 0) {
   return t('No votes yet');
}

to

if ($votes < 200) {
   return t('Under Judgement');
}

...you can hide the first lot of votes so people can't "swing" them. Just change the 200 to whatever number of votes you like.
This is also useful with the Voting Actions module to perform an action after the number is reached(eg. promote to front page, un-publish/delete etc...).

Comments

Anonymous’s picture

Sorry about that the code changes need to be done to the fivestar.module file.

ericduran’s picture

Status: Active » Closed (won't fix)

This is a very specific use case and this is for a very outdated version of fivestar.

I don't think the 5.x version is really going to get any new features added to it now.

Because of that, I'm going to close this issue.

Thanks.