Allow a member to edit members
-
I have followed various instructions to allow users with editor permissions to have admin access to Membership 2 by adding the following to wp_config.php
define( "MS_ADMIN_CAPABILITY", "edit_pages" );
This works fine except that these users are then defined as an Admin users (by Membership 2) and are removed from all memberships and/or can’t be re-added.
They do not have full Admin rights, only over Membership 2, surely there must be some way of allowing them to belong to a membership?
I’m using the User Role Editor plugin and have tried creating a separate capability eg. “msmemberadmin”, adding this to the wp_config.php as above and assigning this capabiity to users who only have “subscriber” permissions in every other way, but again, as soon as they are assigned admin rights over Membership 2, they are denied access to any memberships.
I’m really hoping you can tell me there is a filter that will somehow allow someone to remain a member whilst also having admin rights over memberships?
Regards
Nik
- The topic ‘Allow a member to edit members’ is closed to new replies.