Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - madace77

Pages: [1]
1
Hi,

habe eben dies gelesen und gemacht.

Quote
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:
                <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>

 
 
So weit so gut, aber in der Thumbnail-Ansicht zeigt er immer noch "nur" max. 5 Sterne an?!
Wie ändere ich das?

Thx schonmal!

Pages: [1]