Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter florinangelescu

    (@florinangelescu)

    It seems the author doesn’t give a damn about the users.

    Plugin Author dpowney

    (@dpowney)

    Hi there,

    The rating item max option values is separate to the overall rating result. You can have multiple rating items with different max option values. The overall star rating result is calculated out of 5 by default. I will add it on my TODO list to add an option to change the default overall rating out of.

    Are you familiar with PHP? You can modify the rating-result-star-rating.php template file and increase the $max_stars to 10 and multiply the $star_result value by 2 so that it appears out of 10. See here danielpowney.com/docs/template-system/.

    Your old rating item values are not changed. So if a rating item was selected as 4/5 and you increase the max option value to 10, it is now 4/10. Rating items can also be select and radio buttons. As a workaround you can manually update rating entries to adjust the selected rating item values. This is obviously not a great solution if you have a lot of entries.

    Thanks,
    Daniel

    Thread Starter florinangelescu

    (@florinangelescu)

    Hi,

    It works fine visually. Now I have the correct number of stars as average.

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The average is not ok’ is closed to new replies.