Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Reviews and Ratings - can they be turned off?

Quote Reply
Reviews and Ratings - can they be turned off?
Can user Reviews and Ratings be turned off (like you can with the newsletter) with the Admin control panel?

Thanks

K
Quote Reply
Re: [kajukenbokid] Reviews and Ratings - can they be turned off? In reply to
I don't think so but you could always remove the option to rate / review by deleting the following lines from link.html:

Code:
<%if Review_Count%><a href="<%config.db_cgi_url%>/review.cgi?ID=<%ID%>">Read <%Review_Count%> Review<%if Review_Count != 1%>s<%endif%></a><%endif%>
<a href="<%config.db_cgi_url%>/review.cgi?ID=<%ID%>;add_review=1">Review It</a>
<a href="<%config.db_cgi_url%>/rate.cgi?ID=<%ID%>">Rate It</a>
Quote Reply
Re: [kajukenbokid] Reviews and Ratings - can they be turned off? In reply to
You can remove all the links to and the references to reviews and ratings from the templates and you can also remove execute permissions on the rate.cgi and review.cgi files.

Adrian