Forum Replies Created

Viewing 15 posts - 376 through 390 (of 2,511 total)
  • Author
    Posts
  • Vladimir
    Keymaster

    Thanks for the additional information. I can not repeat the issue with similar settings.

    FYI, I rewrote some part of edit restrictions add-on to fix the discovered issue with cache. Just in case it would be involved you can test the 4.59.2.b1. It’s available after login from the “Download” page.

    If that will not help and if this applicable, you can send to my email the site URL and admin credentials. I will make a copy of your files (themes, plugins) and data and test them locally with debugger to catch what is going wrong.

    Vladimir
    Keymaster

    Hi,

    I fixed the linked article. Code is available now. Just replace ‘post’ with your custom post type slug.

    Yes, you can place it to functions.php file.

    in reply to: How to allow user role tag custom taxonomy in cpt #7360
    Vladimir
    Keymaster

    Try to block unneeded admin menu items using “Admin menu blocking” add-on.

    Btw., I work on add custom taxonomies to the code executed for the URE’s option
    “Force custom post types to use their own capabilities”. This will replace ‘edit_posts’ for such taxonomies with ‘assign__terms’ capability. So you will not need to add ‘edit_posts’ for custom post types. I plan to add this to the next udpate.

    in reply to: How to allow user role tag custom taxonomy in cpt #7357
    Vladimir
    Keymaster

    Your reply have waited moderation due to the 2 link included. Thanks for the notification about this.

    I see that individual capabilities don’t work for your taxonomies. What about to try ‘edit_posts’ and if it will not help, ‘manage_categories’?

    in reply to: How to allow user role tag custom taxonomy in cpt #7353
    Vladimir
    Keymaster

    Hi,

    1st, look for the assign__terms user capability. If you don’t see it and it does not work if you try manually add it, then I can suppose that custom taxonomy is defined with default capability type. Try to add to a role ‘edit_posts’ and/or ‘manage_categories’ capability.

    in reply to: Hwo to remove this Yoast Block #7352
    Vladimir
    Keymaster

    Hi,

    Thanks for this note. I repeated and confirm this issue with hiding meta boxes in Gutenberg. I will inform you as prepare a fix.

    Vladimir
    Keymaster

    Hi,

    Is user restricted with ‘edit post/page restrictions‘ add-on?
    If Yes, show(via external URL) or send to email the screenshot with edit restrictions settings for this user and/or his role.

    in reply to: How to make a plugin visible for non admins #7346
    Vladimir
    Keymaster

    Learndash->Overview is protected by ‘manage_options’ capability. So you 1st, grant to a role ‘manage_options’ capability. Then open for this role the ‘Admin menu’ and block menu items, which use the same ‘manage_options’ (like “Settings”, but are not needed for your role/user.

    in reply to: How to make a plugin visible for non admins #7345
    Vladimir
    Keymaster

    “URL Parameters White List…” allows to inform URE about URL parameters which you allow to use for not blocked links/menu items. It’s useful when you use “Block not selected” model blocking access to admin menu items.

    Vladimir
    Keymaster

    Hi,

    Beta version 4.59.2.b1 contains the required fix. It’s available after login from the same Download page, where you take a stable version.

    Could you please test it and share the results?

    in reply to: How to make a plugin visible for non admins #7339
    Vladimir
    Keymaster

    E.g. mentioned by you “Learndash->Reports, and Learndash->Settings” menu items, which also are protected by ‘manage_options’ capability. So you 1st, grant to a role ‘manage_options’ capability. Then open for it ‘Admin menu’ and block menu items, which use the same ‘manage_options’, but are not needed for your role/user.

    in reply to: How to make a plugin visible for non admins #7338
    Vladimir
    Keymaster

    1st, “Activate per plugin user access management for plugins activation” add-on has another purpose. It’s designed when you prepare the site for a client, installed and activated some plugins and do not wish that client see them and can deactivate, but at the same time you wish to allow for client to activate/deactivate some other pre-installed plugins. It’s all not about access to the some specific items at the admin menu.

    2nd, you have “Admin menu access” add-on. Which you can use:
    1) to get information about what capability protects what admin menu item. Just open “Admin menu” for the ‘Administrator’ role, which has access to the all admin menu items by default.
    2) In case you can not block/hide unneeded menu items revoking related user capability from user role, like ‘manage_options’ for example, you can block the “Settings” menu item here, but user still will have access to the menu, which is also protected by ‘manage_options’.

    It’s possible to include screenshots here if use external links. Be aware that message which contains > 2 links, automatically gets ‘pending for moderation’ status. (If I missed and did not approved it, it’s better to send the remind).

    in reply to: Role capabilities won’t save #7331
    Vladimir
    Keymaster

    You found a bug. Thanks for your help.

    URE does not save changes in case its option “Confirm role update” is switched Off.
    Work temporally with confirmation of any update. I will add the fix with a next update.

    in reply to: remove creating and publishing a post from a user #7330
    Vladimir
    Keymaster

    Under “revoke” user capability I mean turn OFF the checkbox to the left of user capability.
    If you try to edit capabilities directly for user (not for a role), take into account that you can not revoke (un-check) for a user a capability which granted to a user via role. That is why it is grayed out.

    in reply to: Role capabilities won’t save #7327
    Vladimir
    Keymaster

    Can I look at one of the sites where URE does not save capabilities with administrator permissions, possibly development copy without critical data? If Yes, send URL and login credentials to support [at-sign] role-editor.com

Viewing 15 posts - 376 through 390 (of 2,511 total)