I hope for the last time :)
Id like to change one thing on top rated page.
There are shown thumbails, rating_pic, and the "n_votes". My wish is to change n_votes shown, to average pic score "rating".
I have found the line in functions.inc
.sprintf($lang_get_pic_data['n_votes'], $row['votes']).'</span>';
is there a solution ?
Change $row['votes'] to $row['pic_rating']/2000 maybe with some rounding as you like it.
that´s good for me, thanks Nibbler.
Solution found.