4images Help / Hilfe > FAQ, Tips

How can I change max rating?

(1/1)

V@no:
In includes/constants.php change:

--- Quote ---define('MAX_RATING', 5);
--- End quote ---

Then edit templates/<your template>/rate_form.html
and add more options acording to your max rating value
--- Code: ---                <option value="5">5</option>
                <option value="4">4</option>
                <option value="3">3</option>
                <option value="2">2</option>
                <option value="1">1</option>

--- End code ---

colorssky:
what if I want to change it for a picture?

V@no:
Sorry, what picture?
maybe this?

Sir Sky-Walker:
I have now 1 - 10, but only 1 - 9 is selectablly. Why?

------------------------------

Habe jetzt von 1 - 10 angegeben, nur ist auf der Seite nur von 1 - 9 wählbar, wieso ?

Navigation

[0] Message Index

Go to full version