I’ve got the rating module set up on a site of mine. Here’s what I’m using to display the current rating:
{exp:rating:stats entry_id="{entry_id}" theme="default" scale="5"}
{stars_overall_avg}
<p>Based on {overall_count} review{if overall_count !="1"}s{/if}</p>
{/exp:rating:stats}
This all works just great once a rating has been recorded. The problem is when no rating as been recorded, no stars show at all. I was under the impression that if no rating had been received, it would simply show 5 (or 10) gray stars indicating that it had no rating yet.
I’ve got a post in over at Solspace where one of their support people said it’s not possible the current functionality, but I didn’t know if someone here had a slick work around? Seems like this would be pretty common.
Thanks
