Forum Replies Created

Viewing 15 posts - 241 through 255 (of 2,516 total)
  • Author
    Posts
  • in reply to: Admin Users can’t see other Admin Users #7797
    Vladimir
    Keymaster

    Hi,

    User Role Editor has “administrator protection” feature turned ON by default. It hides ‘administrator’ role and other users with ‘administrator’ role from all users who can edit other users, but has ID not equal 1.
    It’s possible to switch off this feature via filter. Add this code to your active theme functions.php file or setup it as a Must Use plugin:

    //—

    // Switch off URE’s protection of users with ‘administrator’ role from each other and other users with ‘edit_users’ capability

    add_filter( ‘ure_supress_administrators_protection’, ‘switch_off_ure_admin_protection’, 10, 1);

    function switch_off_ure_admin_protection( $switch_off ) {

    $switch_off = true;

    return $switch_off;

    }
    //—

    in reply to: Give access to a specific role #7795
    Vladimir
    Keymaster

    Submenu “WooCommerce->PickingPal’ is protected with ‘edit_published_pages’ user capability.

    in reply to: Give access to a specific role #7793
    Vladimir
    Keymaster

    Hi,

    Role with access to the orders only is described here.

    I need access to the PickinPal plugin in oder to help you. Share its .zip via Google Drive or DropBox, if that’s applicable (support [at-sign] role-editor.com).

    Vladimir
    Keymaster

    There is no “Roles compare’ tool in URE.
    You can export all roles to the CSV file though. Activate “Activate export user roles to CSV” and click “Export” button at the “Settings->Tools” tab.

    Vladimir
    Keymaster

    In order to exclude product from listings, you have to select action “404 HTTP error”. Content view restrictions protects directly only post/page content or full description for the products. It does not prohibit to theme or plugin to show any other product attributes, like price, image, etc. until you select the “404” or “redirect” action.

    Take into account that you can set view restrictions directly for the product category.

    in reply to: Mail post restricted by userrole? #7782
    Vladimir
    Keymaster

    Hi,

    ‘Easy WP SMTP’ plugin checks ‘manage_options’ capability in 2 places:
    1) when adds own settings page under the “Settings” menu;
    2) when add a couple of internal hooks for the wp_admin.

    It does not send email messages itself. It just allows messages sent by WordPress itself to be sent via external mail server (SMTP).

    You need to check why in some cases email is not built by WordPress itself or responsible plugin.

    Vladimir
    Keymaster

    Re-check that user can at least the ‘list_users’ capability.
    If you have “Admin menu access” add-on active, check if “Users” menu is not blocked for role granted to this user.
    Check if some other plugin does not block “Users” menu for this user or his role.

    in reply to: Manage options Elementor for user Editor #7775
    Vladimir
    Keymaster

    Hi,

    Elementor protects its menu items including the “Settings” one with ‘manage_options’ user capability.
    Take into account that after granting ‘manage_options’ to the ‘editor’ role it will get access to a lot of other critical menu items, like general WordPress “Settings”. You may use “Admin menu access” add-on to block them for editor role.

    in reply to: Can’t acess the settings #7774
    Vladimir
    Keymaster

    Clarify, what plugin settings do you try to access?
    What user account do you use for that, admin? If not, tell about user permissions and restrictions applied to that user.

    Vladimir
    Keymaster

    Thanks for the help.

    Vladimir
    Keymaster

    Try development version 4.61.b1. It’s available from the “Download” page after login.

    Vladimir
    Keymaster

    Hi,

    Excuse for so huge delay with response. Yes, it will work. ‘no_role’ seems more nice for me. I will provide access to the beta for testing until the end of November, 2021.

    Vladimir
    Keymaster

    Hi John,

    I just confirm this.

    Vladimir
    Keymaster

    The same result. If you can repeat this at the development copy of the site it would be good to get admin access to investigate the issue. If it’s possible send credentials to the support email address.

    Vladimir
    Keymaster

    Unfortunately, I can not repeat this at my test environment. If it’s possible to look at the issue on site (dev. copy preferred), send credentials to the support [at-sign] role-editor.com

Viewing 15 posts - 241 through 255 (of 2,516 total)