4images Forum & Community

4images Help / Hilfe => FAQ, Tips => Topic started by: V@no on March 12, 2005, 10:36:50 PM

Title: How can I change max rating?
Post by: V@no on March 12, 2005, 10:36:50 PM
In includes/constants.php change:
Quote
define('MAX_RATING', 5);

Then edit templates/<your template>/rate_form.html
and add more options acording to your max rating value
Code: [Select]
                <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>
Title: Re: How can I change max rating?
Post by: colorssky on February 08, 2006, 07:55:04 AM
what if I want to change it for a picture?
Title: Re: How can I change max rating?
Post by: V@no on February 08, 2006, 08:45:59 AM
Sorry, what picture?
maybe this (http://www.4homepages.de/forum/index.php?topic=923.0)?
Title: Re: How can I change max rating?
Post by: Sir Sky-Walker on May 26, 2006, 02:29:17 PM
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 ?