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

quicksketch’s picture

You need to edit the CCK field and change the number of stars to 10.

mr_TOM’s picture

Thanks 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...

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of activity.