Marina R Posted October 29, 2015 at 05:07 PM Share Posted October 29, 2015 at 05:07 PM I would like to modify the template of info window appearing in the sidebar map module. I found the template file : components/com_jreviews_addons/geomaps/views/themes/geomaps/elements/map-infowindow-template.thtml The syntax is different from other template files. Is it possible to add this kind of condition around the listing author link : <?php if($CustomFields->field('jr_fieldname',$listing,false,false) != ''):?> <a href="{{ownerUrl}}"><img class="jrAvatar" src="{{avatarSrc}}" /></a> <a href="{{ownerUrl}}">{{name}}</a> <?php endif;?> What would be the syntax ? Thanks ! Link to comment
Alejandro Posted October 30, 2015 at 12:38 PM Share Posted October 30, 2015 at 12:38 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts