Showing posts with label rating. Show all posts
Showing posts with label rating. Show all posts

Friday, December 24, 2010

10 stars rating

How to install?!
Open: engine/ajax/rating.php
Search:
if( $go_rate > 5 or $go_rate < 1 ) $go_rate = 0;

Replace with:
if( $go_rate > 10 or $go_rate < 1 ) $go_rate = 0;