From: Anthony Talarico Date: Tue, 24 Oct 2017 18:27:35 +0000 (-0400) Subject: adding glm hide class to the div around the apply filters for the custom field form X-Git-Tag: v2.10.23^2~32 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=67cb8a77f17f4735ea6a70491fd7a28342efb776;p=WP-Plugins%2Fglm-member-db.git adding glm hide class to the div around the apply filters for the custom field form the custom fields were showing up in the main members profile table instead of being hidden initially --- diff --git a/views/admin/member/memberInfo.html b/views/admin/member/memberInfo.html index 296abcbb..528891e3 100644 --- a/views/admin/member/memberInfo.html +++ b/views/admin/member/memberInfo.html @@ -130,10 +130,10 @@ {if $memberInfoID && $memberInfo} {$prefix = $slug|cat:'_'} {$uid = $prefix|cat:$memberInfoID} - +
{apply_filters('glm-members-custom-fields-form', '', $slug,$memberInfoID)} {apply_filters('glm-members-custom-fields-form', '', $uid,$memberInfoID)} -
+ {else} {apply_filters('glm-members-custom-fields-form', '', '')} {/if}