I had now the time to install it, but it dosen't work.
I have now these stars:
And this code:
PHP Code:
if ($foruminfo[allowratings]) {
if ($thread[votenum] >= $showvotes) {
$rating = intval(round($thread[voteavg]));
$thread[rating] = $rating . 'stars.gif';
} elseif($thread[votenum]==1) {
$thread[rating] = 'stars50.gif';
} else {
$thread[rating] = 'clear.gif';
}
} else {