Forum Replies Created

Viewing 15 posts - 106 through 120 (of 2,511 total)
  • Author
    Posts
  • in reply to: Hide `+ Add new category` #8224
    Vladimir
    Keymaster

    Hi,

    Revoke from a role ‘edit_product_terms’ capability.

    in reply to: License Key Field is missing #8222
    Vladimir
    Keymaster
    in reply to: License Key Field is missing #8219
    Vladimir
    Keymaster

    Hi,

    Screenshot was made from a free version of URE. You may see this at the “About” tab. Look at the plugins list what version of URE is active. Deactivate free version and activate Pro one instead.

    Vladimir
    Keymaster

    Btw., there is no item with ‘xls’ key in the list of allowed mime types. You should use this one instead:

    unset( $mime_types['xla|xls|xlt|xlw'']

    Full list of mime types allowed at WP by default is available here.

    Vladimir
    Keymaster

    Hi,

    Is it a single or multisite WordPress installation?

    in reply to: Content restriction redirect to 404 not working #8212
    Vladimir
    Keymaster

    URE does not make any redirection itself in this case. It should exclude link from any WP listings and searches. So visitor trying to open the link should get “not found” message or 404 page provided by active theme settings. Does it work this way in your case?

    in reply to: Restricting Learndash content types #8209
    Vladimir
    Keymaster

    According to the LD source code, Group Leader role has these capabilities by default:
    ‘read’,
    ‘group_leader’,
    ‘wpProQuiz_show_statistics’.
    If show the Group Leader user in the Authors selector shown on the post editor, add
    ‘level_1’,
    ‘level_0’
    else
    ‘level_0’ only.

    in reply to: Restricting Learndash content types #8206
    Vladimir
    Keymaster

    With role restricted by “Admin menu” access I received required access for a user
    I tested with older LearnDash version 3.3.0.3 though. If you have newer one, you may share it via Google Drive or DropBox with support [at] role-editor.com, in order I can make more exact test.

    in reply to: Restricting Learndash content types #8203
    Vladimir
    Keymaster

    Try, Admin menu access add-on and block unneeded menu items for selected role.

    in reply to: Restricting Learndash content types #8198
    Vladimir
    Keymaster

    Does ‘prevent from seeing’ mean, when editing, or viewing at front-end?

    in reply to: Edit administrator capabilites return 404 #8194
    Vladimir
    Keymaster

    Hi,

    This behavior is not wanted. It’s related to something special in your production environment. There is no difference for URE which role capabilities to request from server.

    Would it by some security plugin, etc. Try deactivate all plugins temporally except URE, if possible. Will it resolve the issue?
    If you can repeat this at a stage copy of the production setup, I may try to help investigate this.

    in reply to: Profile Page not accessible for Author Group #8191
    Vladimir
    Keymaster

    Hi Tobias,

    Profile menu item is available even to a user with ‘subscriber’ role, which has only ‘read’ capability. If this menu item is not available for your users, some plugin blocks it.
    You may try deactivate them all, test, then activate plugins back one by one with new testing to isolate a reason.

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

    @franchiserocket:
    I may look if it’s possible to make something, if you share plugin copy with support [at] role-editor.com via Google Drive or Dropbox.

    Vladimir
    Keymaster

    Thanks a lot for the good feedback and sharing your thoughts how to enhance the editing restrictions functionality. I agree with your suggestions and I will try to realize them in a month or two.

    in reply to: Settings options and permissions through CLI #8185
    Vladimir
    Keymaster

    Hi,

    URE Pro does not support wp-cli and any other CLI commands. If URE Pro is involved, You may temporally deactivate it – just rename it’s folder /wp-content/plugins/user-role-editor-pro to something other. It will be executed and will be automatically deactivated on ‘Plugins’ page opening.

    URE Pro stores it’s settings in the database:

    
    SELECT * FROM wp_options WHERE option_name='user_role_editor';
    

    So you may change URE Pro settings replacing option_value field value.
    For example, find
    s:36:”force_custom_post_types_capabilities”;s:1:”1″;
    and replace the final 1 with 0 in order to switch OFF the option “that CPT use their own permissions”.

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