Download & Extend

Rate nodes from 1-5 instead of 1-10

Project:Node Vote
Version:master
Component:Code
Category:feature request
Priority:minor
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

Please consider providing an option to rate nodes from 1 to 5 instead of 1 to 10.

Comments

#1

That is easy for you to fix.

Change the line:

define(MAX_SCORE, 10);

To:

define(MAX_SCORE, 5);

And then the line that has:

10 = best score

To

5 = best score

The proper fix of course is to have a parameter for that. When I get time to do it, I will add that. In the mean time do the above.

#2

Priority:normal» minor
Status:active» postponed

Exactly what I was looking for. Thank you so much!

#3

and a patch has been posted to set this from the UI:

http://drupal.org/node/70675

#4

Status:postponed» closed (duplicate)

Please do not open duplicate issues. Rather comment on existing ones.

nobody click here