10 stars for rating instead of 5

0
Hi

I would like to have 10 stars instead of 5 and had a look into some ratings.php but couldn't find anything to change it?

Can anyone help?

Thanks
mm
Responses (2)
  • Accepted Answer

    Saturday, May 23 2009, 11:21 AM - #Permalink
    0
    hello

    all you have to do: open
    /components/com_muscol/helpers/helpers.php

    on line 26 there's a number "6". change it to "11".

    then just open
    /components/com_muscol/assets/stars.js

    and replace the 6 with a 11 on lines 12, 22 and 37

    thats it for the front-end.

    for the backend: open
    administrator/components/com_muscol/helpers/helpers.php

    the same on line 23

    and open
    administrator/components/com_muscol/assets/stars.js

    and do the same that we did before, change all the 6 for 11

    :)
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, May 23 2009, 12:09 PM - #Permalink
    0
    Hi Germi

    Thanks – works like a charm. Great support as usual – I was looking for "5" ;-) typicial non-programmer mistake.

    Cheers
    mm
    The reply is currently minimized Show
Your Reply