Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Changing Rate-It from 10 to 5

Quote Reply
Changing Rate-It from 10 to 5
Heya all,

I'd like to change my Rate-It from the current out of 10 rating to out of 5. Do I need to tweak code for this?

Safe swoops
Sangiro
http://www.dropzone.com/
Quote Reply
Re: Changing Rate-It from 10 to 5 In reply to
You could do:

1. Add a global tag New_Rating which has:
sub { my $tags = shift; return int ($tags->{Rating} / 2); }
2. Add a little javascript on your rate form that submits whatever the user picks * 2.

Other then that, it would probably take some tweaks in the code.

Cheers,

Alex

--
Gossamer Threads Inc.