This code works ...
{exp:rating:rankings}
<div>{exp:rating:stats entry_id="{entry_id}" theme="default" precision="1" thousands="," fractions="."}{avg_rating}{/exp:rating:stats} {title}</div>
{/exp:rating:rankings}
... but isn’t quite what I am looking for.
Using this code, I have tried (by manipulating existing tags et al, unsuccessfully) to:
1. Have a simple listing (by average rating, starting with the highest rated first, then sorted by date)
2. Have the list stop at 5 and then paginate for the rest
3. Include the following tags ... {rating_name} / {rating_date format="%d/%m/%y"} / {rating_date format=’%h:%i%a’} ... on this page
4. Have, instead of the rating number (e.g. 5.0), show the number of stars by way of an image (just like the single entry page) - {stars}{rating}{/stars} ???
My questions are:
1. Pagination will work in the way I want it to?
2. Will the tags shown in 3. above work the way I would like to?
3. Can stars instead of a number be shown?
Thanks.
KCesp
