From 5560bff412709c247cf1c16d13af27791a44a46a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 21 Jun 2018 15:03:23 -0400 Subject: [PATCH] Member profile, move custom fields above desc --- glm-member-db/views/front/members/detail.html | 41 ++++++++++--------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/glm-member-db/views/front/members/detail.html b/glm-member-db/views/front/members/detail.html index 634ceb1..a862b96 100644 --- a/glm-member-db/views/front/members/detail.html +++ b/glm-member-db/views/front/members/detail.html @@ -173,6 +173,27 @@
Expand All
+ + {if apply_filters('glm_custom_fields', 'name', $member.id) || apply_filters('glm_custom_fields', 'title', $member.id)} +
Contact
+
+ {if apply_filters('glm_custom_fields', 'name', $member.id)} +
+ {apply_filters('glm_custom_fields', 'name', $member.id)} +
+ {/if} + {if apply_filters('glm_custom_fields', 'title', $member.id)} +
+ {apply_filters('glm_custom_fields', 'title', $member.id)} +
+ {/if} + +
+ {/if} +
Description
@@ -334,26 +355,6 @@ {/if} {apply_filters('glm-member-db-front-members-detail-liveCamAfter', '', $member.id)} - - {if apply_filters('glm_custom_fields', 'name', $member.id) || apply_filters('glm_custom_fields', 'title', $member.id)} -
Contact
-
- {if apply_filters('glm_custom_fields', 'name', $member.id)} -
- {apply_filters('glm_custom_fields', 'name', $member.id)} -
- {/if} - {if apply_filters('glm_custom_fields', 'title', $member.id)} -
- {apply_filters('glm_custom_fields', 'title', $member.id)} -
- {/if} - -
- {/if} {apply_filters('glm-member-db-front-members-detail-dataBottom','',$member.id)}
-- 2.17.1