capeinfo Posted August 13, 2010 at 04:35 AM Share Posted August 13, 2010 at 04:35 AM I'm using Joomla 1.5.19 and I've just upgraded to jReviews 2.2.02.168 I've lost some previous changes and I just cannot seem to make them again - (Business) in listing I've made the changes shown here - // $this->fields[] = "'{$this->tag }' AS `Listing.tag`"; and removed it from the theme file: com_jreviews\jreviews\views\themes\{your_theme}\reviews\reviews.thtml by replacing 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> but, after cleaning the cache, (Business) still shows. Listing image jReviews uses the images column in the jos_sobi2_item table in the integration file for Sobi2. This is the logo image in current versions of Sobi2 and I need the "icon" image in the icon column to show. I changed line 38 at com_jreviews/jreviews/controllers/components/everywhere/everywhere_com_sobi2.php from 'Listing.image AS `Listing.images`', to 'Listing.icon AS `Listing.images`', It makes no difference to the display in the module. Link to comment
Alejandro Posted August 13, 2010 at 02:09 PM Share Posted August 13, 2010 at 02:09 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
capeinfo Posted August 13, 2010 at 02:15 PM Author Share Posted August 13, 2010 at 02:15 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
capeinfo Posted September 23, 2010 at 09:45 AM Author Share Posted September 23, 2010 at 09:45 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Alejandro Posted September 23, 2010 at 12:34 PM Share Posted September 23, 2010 at 12:34 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts