Hi Robin,
Can this module/extension be used to rate individual comments on a comment entry page. This is an example of what I’m trying to do.
The entry rating is working. Now we’re trying to get the rating of the individual comments associated with this entry working, with no luck so far.
This is the code we’re using:
{!-- Start comment rating --}
{exp:ez_rate:form module="comment"}
Average score: {current_ave} / Total votes: {current_votes} {if user_rating}/ Your rating: {user_rating}{/if}
<br />
{if logged_in}
{if rating_field}
Rating: <INPUT TYPE=RADIO NAME="rating" VALUE="1">1
<INPUT TYPE=RADIO NAME="rating" VALUE="2">2
<INPUT TYPE=RADIO NAME="rating" VALUE="3">3
<INPUT TYPE=RADIO NAME="rating" VALUE="4">4
<INPUT TYPE=RADIO NAME="rating" VALUE="5">5
<input type="submit" name="submit" value="Submit" />
{/if}
{/if}
{/exp:ez_rate:form}
{!-- End comment rating --}
Any help you can offer would be greatly appreciated.
Thank you,
Robert
