Please post all pre-sales questions of all products on this forum

Random Module Horizental View Image Link Problem

  • Mohammad Monirul Islam
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 2 months ago - 11 years 2 months ago #25466 by Mohammad Monirul Islam
Random Module Horizental View Image Link Problem was created by Mohammad Monirul Islam
Hi, Os property Random Module Is okay for vertical View, when I click Image, It opens property detail page, but when I use horizental view, It works abnormal, when I click image, It shows image pop up, please look the problem here: onlinetotalsolutions.com/loftsintoronto/40-hot-lofts-map.html
I need to go property details page like vertical view. Please help to solve this problem.
Last edit: 11 years 2 months ago by Mohammad Monirul Islam.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #25471 by Mr. Dam
Hi,
You can do it by this way
open file
modules > mod_ospropertyrandom > tmpl > default.php
find
<a href="<?php echo JURI::root()?>images/osproperty/properties/<?php echo $property->photo;?>" class="modal">
and change it by
<a href="<?php echo JRoute::_('index.php?option=com_osproperty&task=property_details&id='.$property->id,'&Itemid='.JRequest::getVar('Itemid'))?>">

Good luck
Dam
The following user(s) said Thank You: Mohammad Monirul Islam

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham NgocGiang Dinh TruongMr. Dam