Forum Replies Created

Viewing 15 posts - 2,461 through 2,475 (of 2,491 total)
  • Author
    Posts
  • in reply to: Spelling Error #597
    Vladimir
    Keymaster

    Thank you. Fix will be available with version 4.11.

    in reply to: Access Widgets per Role? #553
    Vladimir
    Keymaster

    Hi Bernhard,

    I published the post with example how to restrict access to the widgets area for selected role
    https://role-editor.com/restrict-access-wordpress-widgets-area-per-role/

    Regards,
    Vladimir.

    in reply to: Pro Personal #538
    Vladimir
    Keymaster

    @everylastdetail, @faenix,

    If this is possible send the link to your site and, administrator login/password to [email protected]
    I will check the issue on site and return to you with decision.

    in reply to: Restrict user to post category? #515
    Vladimir
    Keymaster

    Hi,

    There is no user interface for this in the User Role Editor. You may restrict access for posting to the list of categories this way
    http://shinephp.com/block-posting-to-selected-categories/

    P.S. My apologies for the delay with answer. I did not get automatic notification email about this post for some reason. You may email directly to [email protected] in case your question was not answered in 24 hours.

    in reply to: Upgrade to a new version #514
    Vladimir
    Keymaster

    Hi,

    It is possible to update User Role Editor Pro as any other WordPress plugin. You need install the license key to use this feature. After that you will get WordPress notification when update is available.

    in reply to: Restrict page to 10 users #513
    Vladimir
    Keymaster

    Hi,

    Thanks for the suggestion. I will include user menu access management to my development plan.

    I work on access by role feature for posts and pages just now.

    P.S. My apologies for the delay with answer. I did not get notification email about this post.

    in reply to: Pages Editor Restrictions – Parent Child #512
    Vladimir
    Keymaster

    Hi,

    Thanks for the suggestion. I will realize it.

    P.S. My apologies for the delay with answer. I did not get notification email about this post.

    in reply to: White Text in Editor #511
    Vladimir
    Keymaster

    Hi,

    My apologies for the delay with answer. Is this problem resolved already or you still need a help?

    in reply to: How to give user access to plugins #510
    Vladimir
    Keymaster

    Hi,

    The easiest way to achieve that – use “Admin Menu Editor” (http://wordpress.org/plugins/admin-menu-editor) plugin in conjunction with “User Role Editor”.

    in reply to: Locked out of site #509
    Vladimir
    Keymaster

    Hi,

    Please send FTP and WordPress admin credentials to [email protected]
    I will check what was happened with your site.

    in reply to: Access Widgets per Role? #437
    Vladimir
    Keymaster

    Hi Bernhard,

    It is impossible with built-in WordPress capabilities as “Widgets” menu uses the same capability as the upper level menu “Appearance”.
    We may block selected menu items for selected role by adding some code. Yes, I plan to add the interface for such functionality.

    As about permissions for specific widgets this subject needs additional investigation. I have no ready to use decision for this moment.

    in reply to: Cannot disable gravity forms for administrators #433
    Vladimir
    Keymaster

    Hi Joe,

    If user with ‘administrator’ role has no any GF capabilities he automatically get full access to GF plugin functionality, line #841 of gravityforms.php file:

            else if(current_user_can("administrator")|| is_super_admin()){
    
                //checking if user has any GF permission.
                $has_gf_cap = false;
                foreach($gf_caps as $gf_cap){
                    if(rgar($all_caps, $gf_cap))
                        $has_gf_cap = true;
                }
    
                if(!$has_gf_cap){
                    //give full access to administrators if none of the GF permissions are active by the Members plugin
                    $all_caps["gform_full_access"] = true;
                }
            }
    

    Try to leave at least one minimal capability, e.g. “gravityforms_view_entries” and check how the access of administrator user will be changed.

    in reply to: Pro Personal #427
    Vladimir
    Keymaster

    Deactivate free version. Install Pro version.
    Insert license key at the User Role Editor Pro Options page: Settings->User Role Editor.

    Yes, you can assign specific page to edit to one specific user. Read this post for more details:
    https://role-editor.com/allow-user-edit-selected-posts/

    in reply to: Activation Key and Documents #425
    Vladimir
    Keymaster

    Hi,

    1) License key input field is available for the Pro version of URE only. If you have the free version, deactivate it, delete if you wish. Then install the Pro version. Goto the “Settings->User Role Editor” (Network admin->Settings->User Role Editor – for the WordPress multisite) and insert license key there.
    2) You may find license key at your personal membership account page
    https://role-editor.com/membership-account
    after login to role-editor.com
    3) Pro version is available for download from this link
    https://role-editor.com/download-plugin/
    after login to role-editor.com
    4) General description of core functionality included into free version is available here
    http://shinephp.com/user-role-editor-wordpress-plugin/
    5) For description of additional features of Pro version read posts at our blog
    https://role-editor.com/blog/
    6) Some details for Pro version module are available here:

    If you have any additional questions, please ask. I will try to answer.

    Vladimir
    Keymaster

    Hello,

    Some times (year?) ago users started complain that there is a conflict between URE plugin and bbPress. bbPress did not store its own custom capabilities at the WordPress user roles storage but created them dynamically every page load. URE works directly with WP roles storage. It saved bbPress caps to the database when user edited some role. Thus I excluded bbPress capabilities from the User Role Editor scope of view apparently. That’s why you don’t see them in URE.

    Let me investigate the question again (couple of days). I may provide you special URE version with opened access to the bbPress capabilities. Are you ready to test how the things will go?

Viewing 15 posts - 2,461 through 2,475 (of 2,491 total)