From: Chuck Scott Date: Fri, 22 Apr 2016 19:18:18 +0000 (-0400) Subject: Adjusted member permissions to not be able to chance member categories X-Git-Tag: v2.0.0^2~30 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3cebf5b51dbeae06789b62764f1327f24eccf495;p=WP-Plugins%2Fglm-member-db.git Adjusted member permissions to not be able to chance member categories --- diff --git a/views/admin/management/terms.html b/views/admin/management/terms.html index ce74c48e..01824b7a 100644 --- a/views/admin/management/terms.html +++ b/views/admin/management/terms.html @@ -1,6 +1,6 @@ {include file='admin/management/header.html'} -

NOTE: Not all of these tems have been integrated into the site yet.

+

NOTE: Some of these terms have not yet been integrated into the site templates.

diff --git a/views/admin/member/memberInfo.html b/views/admin/member/memberInfo.html index aeadb429..a129a85a 100644 --- a/views/admin/member/memberInfo.html +++ b/views/admin/member/memberInfo.html @@ -315,7 +315,11 @@ Categories + +{if apply_filters('glm_members_menu_members', true)}
Add a new Category
+{/if} +
@@ -348,6 +352,7 @@ +{if apply_filters('glm_members_menu_members', true)}    Select a category to add to box below.
+{/if}
{if isset($memberInfo.fieldData.categories) && $memberInfo.fieldData.categories} {foreach from=$memberInfo.fieldData.categories item=c}
{if $c.parent_name != ''}{$c.parent_name}: {/if}{$c.name} +{if apply_filters('glm_members_menu_members', true)} X +{/if}
{/foreach}