Posted by naudefj on August 16, 2005 at 8:22pm
Jump to:
| 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 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.