akide Posted March 21, 2010 at 08:43 AM Share Posted March 21, 2010 at 08:43 AM I use Google Map plugin for lightbox in jreviews detail. http://tech.reumer.net/Downloads/Downloads/ In detail.thtml add this: <?php if ($CustomFields->field('jr_latitude',$listing) && $CustomFields->field('jr_longitude',$listing)):?> {mosmap lat='<?php echo $CustomFields->field('jr_latitude',$listing,false);?>'|lon='<?php echo $CustomFields->field('jr_longitude',$listing,false);?>'} <?php endif;?> ...and use Text Field (NO decimal type listing fields) for jr_longitude and jr_latitude. It work like a charm for me. ;) Link to comment
Benoit Dion Posted December 24, 2012 at 09:50 PM Share Posted December 24, 2012 at 09:50 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts