From: Steve Sutton Date: Wed, 29 Aug 2018 20:16:29 +0000 (-0400) Subject: Update for the map info section X-Git-Tag: v2.10.39^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=87a9cfbe287e9a9ba925bdceebe784fc21cff74a;p=WP-Plugins%2Fglm-member-db.git Update for the map info section Place url below the rest. Adding More Info link --- diff --git a/views/front/members/list.html b/views/front/members/list.html index 7a342cc6..9cdc33a4 100755 --- a/views/front/members/list.html +++ b/views/front/members/list.html @@ -162,13 +162,16 @@

{/if} {*list_map_show_address*}
-

+

{if $m.phone && $settings.list_map_show_phone}Phone: {apply_filters('glm_associate_phone_filter', $m.phone)}
{/if} - {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} - {if $m.url && $settings.list_map_show_url}Website
{/if} + {if $m.toll_free && $settings.list_map_show_tollfree}{apply_filters('glm_associate_phone_filter', $m.toll_free)}
{/if} {if $m.email && $settings.list_map_show_email}E-Mail Address: {$m.email}
{/if} {if $m.region && $settings.list_map_show_region}Region: {$m.region}{/if} + {if $m.url && $settings.list_map_show_url}Website
{/if}

+ {if $settings.list_map_show_detaillink && !$m.has_no_profile} + More Info + {/if}