Hello:
I’m using Rating 2.10 on the most recent EE Version (July 26?). I have articles rated on a 5 star system, and am trying to put together a template page that lists all the articles from highest rating to lowest rating.
However, when I use the code below , I end up getting each of my ranked items shown 4 times like this:
Article ranked #1
Article ranked #1
Article ranked #1
Article ranked #1
Article ranked #2
Article ranked #2
Article ranked #2
Article ranked #2
and so forth.
Your insight would be most, most welcomed.
Kind regards,
Alec
HERE’S THE CODE:
<!-- +++++++++++ LIST BY RANKING ++++++++++++ -->
{exp:rating:rankings form_name="review" precision="2" thousands="," fractions="."}
<!-- +++++++++++ WEBLOG ENTRY ++++++++++++ -->
{exp:weblog:entries weblog="{my_weblog}"}
<!-- entry -->
<div class="entry">
<div class="entry-title">
{title}
</div>
{summary}
<!-- +++++++++++ ENTRY DETAILS ++++++++++++ -->
<div class="entry-info">
Posted by {author} on {entry_date format=’%d %M %Y’}
Category:
{categories}
{category_name}
{/categories}
<!-- +++++++++++ COMMENTS ++++++++++++ -->
{if allow_comments}
({comment_total}) Comments
{/if}
{if allow_trackbacks}
({trackback_total}) Trackbacks
{/if}
Permalink
</div> <!-- entry-info -->
</div> <!-- entry-->
<!-- entry -->
{/exp:weblog:entries}
{/exp:rating:rankings}
.
