I am having some issues with the rating module from Solspace. If I add more than one rating to a post my page will completely go blank. Has anybody else seen this happen?
Here is the code that I am using to pull a highest rated section:
Highest Rated
{exp:rating:rankings form_name="rating" precision="2" thousands="," fractions="." limit="10" style="nested" }
<span class="numbering">{count}. </span> <a href="http://{comment_url_title_auto_path}"> {title}</a></strong>
{/exp:rating:rankings}
and to show the stars on the page:
{exp:rating:stats entry_id="{entry_id}" theme="default"}
<div id="rating">{stars_overall_avg}</div>
Based on {overall_count} Rating{if overall_count != “1"}s{/if}
{/exp:rating:stats}
I pulled off both sections (highest rated and showing the rating) and the page displays without error. I am now in the process of adding them back in. I have the ranking section in and it is still showing the page so there is something in the rating:stats that is causing a conflict witht the rest of the page.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.