Forum Replies Created

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

    Thanks for letting us know.

    in reply to: Infinite loop with ure_restrict_edit_post_type #8793
    Vladimir
    Keymaster

    Hi @edering,

    I can not reproduce the described issue with provided code sample. I suppose that your site plugins and data are involved.

    Is it possible to take a copy of the stage site with such issue (without critical data) using UpdraftPlus WP backup plugin (database export .sql file and and plugins, themes folders)? If Yes, send URL and credentials to support email. I will setup it at my local development environment and try catch a reason.

    in reply to: Gravity Forms – Access by Role and limited #8786
    Vladimir
    Keymaster

    I wrote about URE Pro’s add-on not GF’s one. Look at the Settings->URE->Additional Modules.
    Gravity Forms plugin should be active.

    Vladimir
    Keymaster

    Version 4.64.3 includes needed update.

    Vladimir
    Keymaster

    Thank you. Update is almost ready. I will publish it in a couple of days.

    in reply to: no more access to URE #8756
    Vladimir
    Keymaster

    Hi,

    Possibly, Yes, it would be another reason.
    URE automatically adds all needed permissions to WP built-in ‘administrator’ role on installation. So your user should have ‘administrator’ role to definitely have access to URE.

    in reply to: can’t see and give rights to flamingo #8748
    Vladimir
    Keymaster

    There are no links to images in your prev. message.
    Is Flamingo available for free? Send download link to support [at-sign] role-editor.com
    I will can check needed user capability myself then.

    in reply to: can’t see and give rights to flamingo #8743
    Vladimir
    Keymaster

    Hi,

    User does not have needed capability. Use “Admin menu add-on” to know, what it is.

    If you wish to see full list of administrator menu items open “Admin menu” for the “Administrator” role.
    There is no sense to block menu items for administrator. So checkboxes are unavailable here. It is a very good start point for WordPress menu user permissions study and research. You may use “Admin Menu” dialog here as the reference for your work with roles and capabilities as “Admin Menu” shows what user capability restricts access to what admin menu item including menu items added by active plugins.

    Some plugins use own user capabilities, some plugins use one from WordPress built-in capabilities, like ‘manage_options’, ‘edit_posts’, etc.

    The 1st step is to look what capabilities plugin uses to protect its menu. Open “Admin menu” for the ‘Administrator’ role, find needed menu item and look to the ‘User Capability’ column.

    in reply to: Create role from user #8742
    Vladimir
    Keymaster

    If you mean take the same capabilities which granted directly to a user and grant them to a selected role, No, URE does not have such feature.

    in reply to: Can’t see Posts menu on multisite setup #8739
    Vladimir
    Keymaster

    Hi,

    Try to deactivate URE.
    If this fix the problem, activate URE back, go to URE settings and look if the “Additional modules” – “Activate Administrator Menu Access module” option is turned ON. If Yes, check, what options is set for “Admin menu” for user role, which can not see ‘Posts’ menu, like ‘contributor’ one.

    Vladimir
    Keymaster

    Try this filter ‘ure_post_edit_access_restricted_taxonomies’. For example, I excluded post tags from edit restrictions and restricted user can assign tags to the edited post inspite of those IDs, were not included into allowed categories/taxonomies list.

    
    add_filter('ure_post_edit_access_restricted_taxonomies', 'not_restrict_tags', 10, 1);
    
    function not_restrict_tags( $taxonomies ) {
            
        foreach( $taxonomies as $key=>$taxonomy ) {
           if ( $taxonomy==='post_tag' ) {
                unset( $taxonomies[$key] );
           }            
        }
        return $taxonomies;
    }
    
    in reply to: Pagination not showing in woo orders #8713
    Vladimir
    Keymaster

    Hi Marci,

    When we list shop orders pages WC adds to URL ‘paged=‘ argument. My test shows that it’s processed normally by default for both “blocked selected” and “block not selected” options at the “Admin menu” dialog.

    Deactivate “Admin menu” add-on, login under test user and list pages. Look what arguments you see at the URL in addition to the ‘custom_type’ and ‘pages’.

    in reply to: Custom Role is Not Saving Changes #8709
    Vladimir
    Keymaster

    1st, “Admin menu access blocking” is not replacement to the initial user permissions. I recommend 1st revoke from a role all capabilities which are not needed. And block rest unneeded admin menu items using “Admin menu” only after that.

    For example, it’s quite better to revoke from a role all ‘strong_testimonials_’ capabilities. It will automatically makes unneeded ‘Testimonials’ submenu items unavailable.

    Btw., I see that you correctly revoked from ‘BBTC Admin’ role ‘rm_’ capabities. It’s right.

    What admin menu items selection are not saved when you try to select them in the “Admin menu” dialog?

    in reply to: Custom Role is Not Saving Changes #8706
    Vladimir
    Keymaster

    If it is possible to get admin access to this site for testing (development copy is preferred), send site URL and admin user credentials, test role ID to support [at-sign] role-editor.com

    in reply to: Sync Individual Roles For Users #8701
    Vladimir
    Keymaster

    When roles from the main site exist at the subsites you may sync. roles for user from the main site for this user at all other subsites if go to “Network Admin”->”Users”, and click “Capabilities” link under selected user. Then click “Update Network” button. It will copy the list of user roles granted to user at the main site and grant it to the same user for every subsite.

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