Difference between revisions of "Making the core rating system work on JReviews pages"

From JReviews Documentation
Jump to: navigation, search
Line 6: Line 6:
  
  
Comment out this line (it exist on several different places in the file):
+
Comment out this line (it exists on several different places in the file):
  
 
<source lang="php">
 
<source lang="php">

Revision as of 09:54, 5 April 2013

By default JReviews disables core ratings in the categories where it is used to avoid duplicate ratings (core + JReviews) if you have enabled core ratings in Joomla to use outside of JReviews.

If you want to use both core ratings + JReviews on the same pages, then you need to edit one of the JReviews files.

  • /components/com_jreviews/jreviews/controllers/com_content_controller.php


Comment out this line (it exists on several different places in the file):

$content_params->set('show_vote',0);