Hello - I am trying to use the ratings and stats tags in my pages (both multi and single entry pages) but for some reason I am not able to.
The rating entries are viewable in the rating modules management area using this:
{exp:rating:form entry_id="{entry_id}" form_name="rating_form" require_membership="no" anonymous="yes" return="/<?php echo $seg1;?>/<?php echo $seg2;?>/{url_title}"}
<input type="hidden" name="name" value="{screen_name}" />
<input type="hidden" name="email" value="{email}" />
<label for="rating_form">Your Rating</label>
<p>
<select name="rating_form" class="rating">
<option value=" " selected>+ rate +</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
<label for="rating_review">Your Review</label>
<textarea name="rating_review" rows="5" cols="40"></textarea>
<input class="button" type="submit" name="submit" value="Submit" />
</p>
{/exp:rating:form}
but I cannot access the ratings using this:
{exp:rating:rankings form="rating_form" orderby="rating" weblog="cowfiles" precision="1" thousands="," fractions="." status="open" sort="asc" limit="10"}
{title}
{/exp:rating:rankings}
Also when i view the phpMyAdmin tables for rating_stats it is empty (though I know you said that this would remain unpopulated until the rankings tag was called.
I can acces the ratings using the entries tag but it doesnt add all the ratings for each entry_id but rather shows all results (as expected)
EDIT: I am using version 2.0.9 and have installed and removed the module a number of times - I have upgraded from 1.8 though so there is a possibility the tables havent all updated correctly - i dunno, im no expert…
