From 5f3393ad010c25f281d0d74d7c4fd3463547b7ac Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 23 Jun 2017 09:45:38 -0400 Subject: [PATCH] Update the rest of the calls to the custom filter Updating id to memberInfoId --- glm-member-db/views/front/members/detail.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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)}