Author Topic: rateform  (Read 2633 times)

0 Members and 1 Guest are viewing this topic.

Offline Joao

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • Club des Belles Images
rateform
« on: October 25, 2010, 11:07:29 PM »
Hello

I've just updated to version 1.7.8, and now one of the mod (moseover / hover rateform) that I used in my old version is no longer available on the forum.

The voting for each image was 0 to 10.

I submitted the new version the vote of 0 to 10, but the problem that is as it has from 6 becomes impossible to vote, I like message: "Invalid Vote!"

I probably forgot a setting somewhere ....

thank you in advance for the help 
 

--------------------------------------------------------------------------------
 
 
 
"Imagine there's no countries
it isn't hard to do nothing to kill or die for ..."  - John Lennon

Offline henary

  • Jr. Member
  • **
  • Posts: 73
    • View Profile
Re: rateform
« Reply #1 on: December 08, 2010, 12:42:38 PM »
Hello,

i've just do the same and i found the resolution  :mrgreen:

edit constants.php and search:
Code: [Select]
// Max rating value
define('MAX_RATING', 5);
replace with:
Code: [Select]
// Max rating value
define('MAX_RATING', 10);

Now it works!

Regards,
Henry