Got profile rating working based on https://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/3962/artists-by-rating-jrrating-module. Now have it showing up on sidebar of all profiles.
Wondering if there is a way to display the total vote count next to the stars so visitors can know how many times that profile was rated to achieve that average.
I know that with 'item ratings' using the following code will display the total votes..
Total Votes: {$item.audio_rating_overall_count}
I also looked up the needed field in the 'JRprofile Datastore' and it is profile_rating_overall_count or profile_rating_1_count
My question is; how to properly plug that into the above snipit of code so it will display. I have tried quite a few variations including ones using $profile but could not get it to work.
Any idea?
Thanks
updated by @mysong: 09/26/14 12:38:04PM