How to remove 'Business' from SOBI2 listing titles
From JReviews Documentation
Open this file:
- \com_jreviews\jreviews\views\themes\{theme_name}\reviews\reviews.thtml
Replace this line:
<div class="contentTitle"><?php echo $Html->sefLink($review['Listing']['title'],$review['Listing']['url']);?> <?php echo Sanitize::getString($review['Listing'],'tag') ? '(' .Sanitize::getString($review['Listing'],'tag') . ')' : '';?></div>
With this:
<div class="contentTitle"><?php echo $Html->sefLink($review['Listing']['title'],$review['Listing']['url']);?></div>
A different solution is to modify the controller file:
- \com_jreviews\jreviews\controllers\components\everywhere\everywhere_com_sobi2.php
Comment out this line (line 90):
$this->tag