members
members copied to clipboard
Members WordPress plugin.
Hi, I noticed that I couldn't see hierarchy settings ("Should users manage users/roles that are "lower" or "lower or equal"") in plugin settings page. I've traced the problem to `wp-content/plugins/members/addons/members-role-hierarchy/admin/functions-settings.php`...
Hi Justin, thanks for your work on this! I use also other plugins and sometimes it's not possible to include or exclude a specific menu-path related to these. Is it...
This is an open topic for add-on plugin ideas. Mostly, it's just a place for me to keep track. Anyone is free to contribute proposals in a reply to this...
Can you add a select all/none checkbox in the capabilities editor for both grant and deny columns? Just kind of a nice touch. Since you have the capabilities split into...
With the new setting in Members 2.x to "[Show human-readable capabilities when possible][1]", there's no longer a way to visibly see the raw capability name (e.g. `edit_users`) without disabling the...
@justintadlock Are you interested? This is only on Level 0 `vendor/bin/phpstan analyze -l 0` ```diff diff --git a/admin/class-settings.php b/admin/class-settings.php index 82838d0..f26084f 100644 --- a/admin/class-settings.php +++ b/admin/class-settings.php @@ -132,7 +132,7 @@...
Currently, posts of a hierarchical post type (like pages) inherit content permissions from their parent. There's a filter hook to change how this works, but we should expose this as...
I recently needed to remove a large number of capabilities from a role, which meant clicking in each capability checkbox when editing the role. It would be great if shift-click...
[View the 3.0.0 milestone](https://github.com/justintadlock/members/milestone/5) for a list of all tickets. ## Release date I've got a tentative release date set for March 31, 2019. That's actually a Sunday, when I'd...