Forum Replies Created

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

    Hi,
    “WP simple booking calendar” protects its admin menu item with WordPress built-in user capability ‘manage_options’.
    If you will grant it to your user role, you may block other critical admin menu items using “Admin menu access” add-on included into URE Pro.

    Vladimir
    Keymaster

    Currently via a piece of custom code only. I will write one, and publish it here little later (2-3) days.

    in reply to: Cant acces Admin Dashboard with new user role #5326
    Vladimir
    Keymaster

    It may be other plugin settings. Try to deactivate all plugins temporary and re-test. Then activate plugins back one by one and make another test to isolate a problematic one.

    in reply to: Cant acces Admin Dashboard with new user role #5324
    Vladimir
    Keymaster

    Hi,

    It’s possible to show ‘administrator’ role inside User Role Editor roles drop-down lists. Turn ON related checkbox at “Settings->User Role Editor->General” tab.

    As you have active WooCommerce – this plugin automatically redirects to front-end any role without ‘manage_woocomerce’ and ‘edit_posts’ and ‘view_admin_dashboard’ capabilities. Such role will not have access to admin dashboard.

    Role with admin access – create new role as a copy of ‘administrator’ role or just turn on all capabilities using special “bulk selection” checkbox at the top (to the left from the ‘Quick filter’ label.

    Will developer install/change .php files (plugins/theme)? If Yes, be aware that user with such permissions can get full access to the site in spite of any restrictions made via WordPress user interface.

    in reply to: Role Editor not applyhing changes. #5322
    Vladimir
    Keymaster

    Editor role rename: I re-tested just now with success and can not repeat the described problem. Can you look at the server logs for related PHP/MySQl error messages?

    You have to revoke capability from all roles except ‘administrator’ in order it become available for deletion.
    If role or capability available for deletion is not really deleted there would be a server side problem. I ask you do the same – check server logs. May be it will help to identify a reason.

    If it’s possible, you may provide me access to your site (support [at-sign] role-editor.com). I will check what’s going wrong myself then.

    If URE shows ‘edit_posts’ for custom post type, then such custom post type really use ‘edit_posts’ and some additional capability may be required to work with this custom post type. I may say more if I have access to your theme.

    in reply to: Limit Role Not to Move Posts To Draft #5320
    Vladimir
    Keymaster

    Hi,

    There is ‘edit_published_posts’ capability. User without this capability can not change post after it was published.

    Vladimir
    Keymaster

    To @negociosparacasa:

    Hi,

    This page contains a short descriptions for the multisite network operations available with User Role Editor Pro.

    Vladimir
    Keymaster

    Hi,

    If “simple booking calendar” is a free software send here its download link.
    If it’s a paid product share it via DropBox or similar service with support [at-sign] role-editor.com
    I need access to a product in order to know what permissions it requires. I install such products in the local development environment and use for investigation/testing purposes only.

    in reply to: Unable to Access All Settings of a Plugin #5313
    Vladimir
    Keymaster

    Right, with “not selected” blocking model, URE blocks any URLs different from the menu items. Links with different URL arguments list will be blocked and redirected until you apparently add URL arguments to white list as described at the noted “Technical details” section.

    in reply to: Unable to Access All Settings of a Plugin #5309
    Vladimir
    Keymaster

    Did you restrict this user or role via Admin menu access add-on? It may be a reason of the described redirections.
    If Yes, pay attention on the Technical Details part of a documentation page.

    in reply to: Missing Visual Editor #5307
    Vladimir
    Keymaster

    2nd, there is a user_can_richedit filter hook which may globally switch off a Visual Editor. Check if such filter was not added somehow to your site via plugins of theme files.

    in reply to: Missing Visual Editor #5306
    Vladimir
    Keymaster

    1st, check browser JavaScript console for the error messages. Visual Editor is realized via TinyMCE made in JavaScript.

    in reply to: More Unable to Select Roles (multisite) #5304
    Vladimir
    Keymaster

    Peter,

    There is no visible reason for ‘aa_’ prefix inside permissions related database records until it may stay from the older data imported from the other database with such ‘aa_’ prefix.
    These articles describe how WordPress stores it’s roles:
    1) Single site;
    2) Multisite.

    WordPress multisite stores user permissions inside a single database table ‘wp_usermeta’ in assumption that database prefix is ‘wp_’.
    So look what ID your user has and try to get all permissions records related to this user with query like:

    
    SELECT * FROM wp_usermeta WHERE user_id=1 AND meta_key like '%capabilities';
    

    and look if a record with ‘wp_capabilities’ meta_key value is there or it is not.

    If it is not try to rename ‘aa_’ to ‘wp_’ and look if it will help.
    As always, it’s a good habit to make a fresh backup before any manual data change.

    in reply to: Role editor affects wp backend search #5302
    Vladimir
    Keymaster

    If you restricted the custom role with Admin menu add-on pay attention on the Technical details part of the documentation article.

    in reply to: Custom Fields #5297
    Vladimir
    Keymaster

    Please try a beta version 4.49.2.b1. It is available from the same downloads page after login and includes a fix of the “empty custom fields list” issue.

Viewing 15 posts - 991 through 1,005 (of 2,518 total)