Forum Replies Created

Viewing 15 posts - 1,891 through 1,905 (of 2,506 total)
  • Author
    Posts
  • Vladimir
    Keymaster

    Yes, I tried PressApps plugin. Look this demo video and let me know what you do in a different way.

    in reply to: Ninja Forms Submissions #2649
    Vladimir
    Keymaster

    Show the screenshots: capabilities checked for this role, admin menu window. I will try to reproduce the issue.

    Vladimir
    Keymaster

    Hi,

    A workaround is to add user capability ‘pa-non-existent-capability’ to the roles with ‘manage_options’ capability. ‘PressApps’ menu will be available for blocking in the “Admin Menu” for those roles after that.

    Vladimir
    Keymaster

    It’s possible with “Other Role Access” add-on:

    Other roles access management

    in reply to: Use with quiz plugin #2643
    Vladimir
    Keymaster

    Hi,

    I looked at the WpProQuiz plugin code. It uses its own database tables, not custom post type. So User Role Editor can not help you to show to the users just their own quiz. It’s seems that user with ‘wpProQuiz_edit_quiz’ capability can edit any quiz.
    It’s possible to set restrictions with additional programming only.

    in reply to: Contributors select their own editors? #2642
    Vladimir
    Keymaster

    Hi,

    Yes, it’s possible. Thanks for a good suggestion. I will include this feature to my development plan (1-2) months.

    in reply to: No notification of new user #2638
    Vladimir
    Keymaster

    User Role Editor Pro does not have any special settings related to the new user registration email notification. It should not influence on this email in any manner.
    What if you deactivate URE Pro temporally? Will you receive notification email about new user registration with URE deactivated?

    in reply to: Restrict Widget Access/Sidebar Access #2635
    Vladimir
    Keymaster

    It’s possible. But it’s not realized yet. I will include sidebars access feature to the next version.

    in reply to: Cannot update #2633
    Vladimir
    Keymaster

    Open “Users->User Role Editor” and check the browser JavaScript console for the error messages. If there are any send here a copy.

    in reply to: Cannot update #2631
    Vladimir
    Keymaster

    Hi,

    Try again, just in case it was a temporary network problem. If error will be repeated send a domain name of your site. I will check my update server logs.

    in reply to: Access to all plugins except WooCommerce? #2627
    Vladimir
    Keymaster

    Yes, ‘Admin menu’ works in read-only mode for the ‘Administrator’ role, as we should not restrict site administrator.

    Create for a new role as a copy of administrator role. Revoke from it unneeded capabilities, like manage_options. We should minimize access using capabilities 1st, whenever it’s possible.

    Open “admin menu” window for ‘administrator’ or ‘shop_manager’ role, look what capabilities protect WooCommerce related menus. Revoke from a new role unneeded capabilities.
    After then open admin menu window for this new role and block the rest of menu items which you can not remove using capabilities.

    Vladimir
    Keymaster

    Hi Kevin,

    I make my own test with active W3TC and can not repeat the issue. If you use CDN, cached version of the page may be provided from there and it could be built for other user.
    May be it has sense to use one of these W3TC options:
    – Don’t cache pages for logged in users;
    – Don’t cache pages for following user roles;
    available at the “Page Cache -> General” section?

    Vladimir
    Keymaster

    Thanks for sharing your experience.

    In general if plugins use the same capabilities you may block unneeded plugin menus via “Admin menu access” add-on you referenced at your post.
    Some plugins changes capabilities, which they use for menu protection, dynamically:
    use one for ‘administrator’ role and another one for other roles. Such cases require investigation as the admin menu access module shows menu items list using capabilities it got from menu for the ‘administrator’ role.

    Vladimir
    Keymaster

    A workaround which will allow to not define ‘dummy’ ‘Add New’ submenu items is to add to the user role ‘create_posts’, ‘edit_posts’ capability. It’s possible to block that menu with URE Pro “Admin menu access” add-on.

    In other cases WordPress requires that there was a correspondent menu item available for current user if he tries to access ‘post-new.php’ page.

    You can find logic at user_can_access_admin_page() function.
    It’s located at wp-admin/includes/plugin.php file, line # 1697.
    It’s called from wp-admin/includes/menu.php file, line # 333.

    in reply to: Can I restrict posts to their author? #2617
    Vladimir
    Keymaster

    Hello. It’s there already:
    Edit own data only
    It’s not a capability. But the checkbox at the “Edit post restrictions” dialog window for the role.

Viewing 15 posts - 1,891 through 1,905 (of 2,506 total)