From: Steve Sutton Date: Fri, 23 Jun 2017 13:45:38 +0000 (-0400) Subject: Update the rest of the calls to the custom filter X-Git-Tag: v1.0.0^2~36 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5f3393ad010c25f281d0d74d7c4fd3463547b7ac;p=WP-Themes%2Fmichigantrailmaps.git Update the rest of the calls to the custom filter Updating id to memberInfoId --- diff --git a/glm-member-db/views/front/members/detail.html b/glm-member-db/views/front/members/detail.html index 270388e..786c4b8 100644 --- a/glm-member-db/views/front/members/detail.html +++ b/glm-member-db/views/front/members/detail.html @@ -392,11 +392,11 @@ {apply_filters('glm-member-db-front-members-detail-liveCamAfter', '', $member.id)} - {if apply_filters('glm_custom_fields', 'reviewed', $member.id)} + {if apply_filters('glm_custom_fields', 'reviewed', $member.memberInfoId)}
Reviewed
-

{apply_filters('glm_custom_fields', 'reviewed', $member.id)}

+

{apply_filters('glm_custom_fields', 'reviewed', $member.memberInfoId)}

{/if} - {if apply_filters('glm_custom_fields', 'trail_guide', $member.id)} + {if apply_filters('glm_custom_fields', 'trail_guide', $member.memberInfoId)}
Trail Guide
-

{apply_filters('glm_custom_fields', 'trail_guide', $member.id)}

+

{apply_filters('glm_custom_fields', 'trail_guide', $member.memberInfoId)}

{/if} - {if apply_filters('glm_custom_fields', 'facilities', $member.id)} + {if apply_filters('glm_custom_fields', 'facilities', $member.memberInfoId)}
Facilities
-

{apply_filters('glm_custom_fields', 'facilities', $member.id)}

+

{apply_filters('glm_custom_fields', 'facilities', $member.memberInfoId)}

{/if} - {if apply_filters('glm_custom_fields', 'hours_&_fees', $member.id)} + {if apply_filters('glm_custom_fields', 'hours_&_fees', $member.memberInfoId)}
Hours & Fees
-

{apply_filters('glm_custom_fields', 'hours_&_fees', $member.id)}

+

{apply_filters('glm_custom_fields', 'hours_&_fees', $member.memberInfoId)}

{/if} - {if apply_filters('glm_custom_fields', 'directions', $member.id)} + {if apply_filters('glm_custom_fields', 'directions', $member.memberInfoId)}
Directions
-

{apply_filters('glm_custom_fields', 'directions', $member.id)}

+

{apply_filters('glm_custom_fields', 'directions', $member.memberInfoId)}

{/if} - {if apply_filters('glm_custom_fields', 'information', $member.id)} + {if apply_filters('glm_custom_fields', 'information', $member.memberInfoId)}
Information
-

{apply_filters('glm_custom_fields', 'information', $member.id)}

+

{apply_filters('glm_custom_fields', 'information', $member.memberInfoId)}