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
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
0hello
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
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »