Forum Replies Created

Viewing 15 posts - 61 through 75 (of 2,514 total)
  • Author
    Posts
  • Vladimir
    Keymaster

    Hi Stephen,

    Thanks for the good feedback. URE will not help with this task.

    It requires custom programming or select and tune a specific plugin, like this on:

    User Registration – Custom Registration Form, Login Form And User Profile For WordPress


    or similar.

    in reply to: MySQL #8488
    Vladimir
    Keymaster

    Hi,

    While your WordPress works fine with with installed MySQL version, URE will work too. It does not use any features special for MySQL version.

    Update to PHP 8.2 should be transparent for URE. If you meet some PHP notice, just share it. I will prepare quick update.

    in reply to: How to add a role to a user by importing #8486
    Vladimir
    Keymaster

    Hi John,

    Look at this plugin:

    Import and export users and customers

    Vladimir
    Keymaster

    Hi @simonemeconi,

    Yes, I included it to the upcoming update 4.64.1. You may try beta version 4.64.1.b1. It’s available as development version from the same Download page.

    add_filter('ure_check_updates', 'ure_check__for_updates', 10, 1 );
    function ure_check__for_updates( $check ) {
        $check = false;
        
        return $check;
    }
    
    in reply to: 500 Internal Server Error #8480
    Vladimir
    Keymaster

    Understand. What about wp-content/debug.log file content? You may send its zipped version to support [at-sign] role-editor.com

    in reply to: 500 Internal Server Error #8477
    Vladimir
    Keymaster

    Do you continue receive this error if try to repeat now? FYI, there was periods during past weekend when update server was unavailable and some clients had similar problems.

    Switch WordPress temporally into debug mode, and try again validate license key. Then find in wp-content/debug.log file the PHP error message related to user-role-editor-pro, show it.

    in reply to: Category Permission not work #8476
    Vladimir
    Keymaster

    Hi,

    Private post just not expose its URL. If visitor knows private post URL (permalink) he can see it, event he doesn’t have any permissions on a site. If he can not see post, check if post view is not restricted by some other criteria.

    Vladimir
    Keymaster

    Thank you for the additional information.

    Once you activate this add-on, such data is default for all existing and new added roles:
    Allow plugins: Selected,
    0 plugins selected

    URE counts that there are no restrictions set for such role, until at least one plugin will be selected. URE does not limit such role in plugin activation/deactivation.

    Vladimir
    Keymaster

    Help with example in order I can reproduce your situation.

    I made test with 8 plugins installed and only 2 active. Then I allowed user with read, activate_plugins capabilities in the role activate/deactivate only 2 plugins (1 active and 1 not active). User sees only those 2 plugins. Clarify on example, how he can work with other plugins. What I missed?

    Vladimir
    Keymaster

    In general URE Pro should temporally revoke edit_ capability from current user if post restricted for editing.

    Your issue needs investigation. If can provide admin access to the stage copy of the site without critical data send credentials to support [at-sign[ role-editor.com, add restricted role and post example to use during the tests.

    in reply to: Multiple product edits #8341
    Vladimir
    Keymaster

    Hi,

    I suppose you write about some other plugin which allows to set prices for the product in relation of current user role. User Role Editor does not offer such feature at all.

    Vladimir
    Keymaster

    Unfortunately this valuable addition is not realized yet. Will do, really.

    Vladimir
    Keymaster

    Hi,

    Revisions plugin creates admin menu item with a ‘read’ capability, which is granted to any role with access to wp-admin.

    It seems that small workaround may help you. Leave all Revisions admin menu items blocked for your role via “Admin menu” as you did and add to the active theme functions.php file this code:

    
    add_filter('revisionary_add_menu', 'ure_revisionary_off', 10, 1 );
    function ure_revisionary_off( $edit_any ) {
        return false;
    }
    

    It fully hides ‘Revisions’ menu for editor role in my test.

    Vladimir
    Keymaster

    I tried repeat the issue locally to isolate a problem using debugger, but without success. When I tried again on-line at dev copy, user with ‘author’ role updated the seria with added event successfully. The only change I see – is the “Classic Editor” instead of the block one. Did you solve a problem?

    in reply to: Ajax Failure #8329
    Vladimir
    Keymaster

    @dshank, You have older unsupported version of URE Pro – 4.51.2, which had the bug, caused syntax error:

    [07-Aug-2023 04:22:24 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /public_html/wp-content/plugins/user-role-editor-pro/pro/includes/classes/other-roles.php:258

    It was found at have fixed at version 4.57.

    I fixed this bug at your stage server, but recommend to update to the latest version of URE Pro, if you plan to use it.

Viewing 15 posts - 61 through 75 (of 2,514 total)