Feature suggestion
-
I find it’s useful to know a post’s average rating, not just the counts of each rating. So I modified spr_show_voted() with the following:
$html .= ‘<span id=”spr_votes”>’.$votes.’ ‘.vote_counter_form($votes).’ (‘. number_format((float)$rate, 2, ‘.’, ”) .’)</span>’;
This way, when I’m editing a post, I can see an actual number for the star rating. What looks like 4 stars might actually be 3.83, and this makes a difference to me. I thought I’d pass this along as it may be useful to other users in a future version of your plug-in.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Feature suggestion’ is closed to new replies.