• Resolved Roland

    (@pmcbrabant)


    Can you please make it possible to add members from the Access Levels page? Right now it’s possible to remove members there, but adding them requires searching through the members list and editing profiles one at a time.

    Also, how can you set admins or certain users to always have access to all pages?

    https://wordpress.org/plugins/restrict-user-access/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joachim Jensen

    (@intoxstudio)

    It is on the roadmap to be able to add users from the edit screen, it will probably be included in the next version.

    For your second question, I have thought of this feature as well. It does make sense that administrators will always have access to all content. I will make it so that developers can add/remove roles that should always have access.

    Thread Starter Roland

    (@pmcbrabant)

    That’s great. Thanks so much already 🙂

    Plugin Author Joachim Jensen

    (@intoxstudio)

    Version 0.6 includes both of these features.

    I added a filter:

    apply_filters('rua/user/global-access', $has_access, $user)

    that should return true if the current user should have global access. By default admins have global access.

    Let me know if this works for you.

    Thread Starter Roland

    (@pmcbrabant)

    I’ll be adding some pages that’ll make use of this plug-in soon, but adding members is perfect now. Thank you very much for that.

    The only issue I’m running into now is that when the member list is long (18 and 27 members), the page is empty. With a short list (8 people), the members do get shown. It this a pagination issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding members should be easier’ is closed to new replies.