Rate nodes from 1-5 instead of 1-10
naudefj - August 16, 2005 - 20:22
| Project: | Node Vote |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Please consider providing an option to rate nodes from 1 to 5 instead of 1 to 10.

#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 scoreTo
5 = best scoreThe 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
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
Please do not open duplicate issues. Rather comment on existing ones.