Closed (fixed)
Project:
Fivestar
Version:
5.x-1.13
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Dec 2008 at 02:49 UTC
Updated:
10 Apr 2009 at 22:06 UTC
I tried http://drupal.org/node/234681 to make advanced review,and It
works very well so far.
Now, I want users to vote on star level 'ten' not five.
So I changed star level of all nodes using for the advanced review.
But the average displaying five satr, not ten though tenstar showed up on
the nodecomment.
What shoud I do?
thanks, in advance.
Comments
Comment #1
quicksketchYou need to edit the CCK field and change the number of stars to 10.
Comment #2
mr_TOM commentedThanks your advice, quicksketch.
Well, I tried your advice, but it did'nt work.
Instead, I changed php code of fivstar.module, I mean, "star_static=5" to "star_static=10".
I'm not sure this is "right" way,but It seems to work well so far...
Comment #3
quicksketchClosing after lack of activity.