From: Steve Sutton Date: Wed, 15 May 2019 15:59:56 +0000 (-0400) Subject: Update the theme for contact display X-Git-Tag: v1.0.24^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=f2b28793a401c76b4de14981a833481b08440226;p=WP-Themes%2Fmigcsa.git Update the theme for contact display Update when it's getting cgcs for contact. Need it before output. --- diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index 1edf980..1a170b4 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -73,6 +73,7 @@ and open the template in the editor. {foreach $contacts as $contact} + {$cgcs = apply_filters( 'glm_custom_fields', 'CGCS?', $contact.id )} {if $contact.active.value == 1} {$customFieldGroups = apply_filters('get_glm_custom_grouped_fields','glm-member-db-contacts',$contact.id)} @@ -105,7 +106,6 @@ and open the template in the editor. {$contact_title=""} {$contact_mobile_phone=""} {$contact_office_phone=""} - {$cgcs = apply_filters( 'glm_custom_fields', 'CGCS?', $contact.id )} {$contact_fname=$contact.business_fname} {$contact_lname=$contact.business_lname} {$contact_addr1=$contact.business_addr1}