Navigation

Views

Search
 

Toolbox

Rating Module

From Documentation


The rating module allows site visitors to review and rate listings or members.

Click here to download the files.

This module has a few steps to install it and below are the instructions.

Step 1

Upload the folder member_rating to your modules folder on your website.

Step 2

Visit the administration -> Manage Modules section and click the regenerate button so it becomes seen.

Step 3

To turn a module on you will click the "Initialize" link which will install any needed database tables or make any alterations if needed. Next you would click "Activate" which will make the module active.

Step 4

After the module is active if it is has an administration area a link will appear labelled "admin".

Notes

If at some point you decide you would like to deactivate the module you can click the link "Deactivate" which will keep all the settings but not make it available to your site users.

To delete a module you would click "Delete" which will drop any tables or change back any alterations made by the module. This will not delete the files from your server and you can click regenerate to have the module seen again.

Manual Template Changes

Member Rating
To enable the rating of members add the following code in your member.tpl.php file:

{assign var="rating" value=$smarty.const.FILESYSTEM_PATH}
{include file="$rating/modules/member_rating/templates/member_rating.tpl.php"}

Listing Rating
To enable the listing rating add the following code in your viewlisting.tpl.php file:

{assign var="rating" value=$smarty.const.FILESYSTEM_PATH}
{include file="$rating/modules/member_rating/templates/listing_rating.tpl.php"}

If you would like to restrict reviews to only registered users you could open the template file member_rating.tpl.php and add this:

{if $smarty.session.username<>""}
{$smarty.const.LANG_WRITE_REVIEW}</a>
{else}
Please login to add a review.
{/if}

Help & Support

If you need help or support with this module please make a post in this forum thread: http://www.68classifieds.com/forums/showthread.php?t=716