RATING: Rating Status¶
{exp:channel_ratings:rating_status}
<!-- Template Code -->
{/exp:channel_ratings:rating_status}
This tag allows you to know if the user has already rated this item.
Parameters¶
entry_id=”“¶
For Channel Entries
url_title=”“¶
For Channel Entries
comment_id=”“¶
For Channel Comemnts
member_id=”“¶
For Site Members
Conditionals¶
{if rating:not_rated}¶
This tag will conditionally display the code inside the tag if the user has not rated this item.
{if rating:already_rated}¶
This tag will conditionally display the code inside the tag if the user has already rated this item.
