View Single Post
(#4)
e1m2j e1m2j is offline
Member
e1m2j is on a distinguished road
 
Posts: 59
Join Date: Jun 2006
Default member_rating.tpl.php - 06-16-2006, 10:49 AM

I'm implementing the rating's module and would like to restrict ratings to only registered users. The instructions detail how to do this

Code:
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}

But I can't find the member_rating.tpl.php template anywhere (I'm using Default).