Documentation

This addon requires the PHP Curl Module if you are using the Geo IP.  Installation is quite simple.

The Locations are added through the dashboard, and you can add in additional attributes by assigning them to the Locations Additional Attributes Set in The Attributes area of Concrete5.

We have created a page type for the locations detail pages that allow you to customize the layout, and enter in any of the new Attributes you would like.  To add a new attribute, you may do so by following these examples:

<?=$address->address1?><?=$address->address2?><br/>
<?=$address->city?> <?=$address->state_province?>, <?=$address->postal_code?>

<? if ($location->getAttribute('location_phone')){ ?>
<h5><?=t('Contact Information')?></h5>
<? } ?>

We have created multiple templates that allow you to choose the look of the Locations List block.  They include:

  • Map Radius Search
  • Map Search
  • Map Search Vertical

http://www.joehive.com/index.php/our-work/location-finder/