The rating module allows users to review listings or members.
Instructions
Upload the rating folder to your modules directory and then visit administration -> settings -> modules and activate it.
Member Rating
For member rating add the following code in your member.tpl file
{assign var="rating" value=$smarty.const.FILESYSTEM_PATH}{include file="$rating/modules/rating/templates/member_rating.tpl"}
Listing Rating
For listing rating add the following code in your viewlistings.tpl file
{assign var="rating" value=$smarty.const.FILESYSTEM_PATH}{include file="$rating/modules/rating/templates/listing_rating.tpl"}
Restrict to Registered Users
If you would like to restrict reviews to only registered users you could open the template file rating.tpl and add this:
{if $smarty.session.username<>""}{$smarty.const.LANG_WRITE_REVIEW}{else}Please login to add a review.{/if}
Change Log
- v1.7 – August 13, 2009
- v1.6 – June 9, 2009
- v1.5 – April 8, 2009
- v1.4 – April 1, 2009
Help & Support
This is a free plugin and I make absolutely no guarantee I can offer support. If you find any bugs please report it to the Issue Tracker.
