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
Description

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

#1

kbahey - August 17, 2005 - 02:31

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

naudefj - August 18, 2005 - 17:31
Priority:normal» minor
Status:active» postponed

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

#3

marcoBauli - September 21, 2006 - 10:31

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

http://drupal.org/node/70675

#4

kbahey - September 24, 2006 - 01:34
Status:postponed» duplicate

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

 
 

Drupal is a registered trademark of Dries Buytaert.