Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Admin multisite add andGenerally, this is the
unfiltered_htmlcapability.
But this capability is blocked by default under WP Multisite for all except superadmin, as potentially dangerous.Forum: Plugins
In reply to: [User Role Editor] Unable to remove capabilities from userIf you see user’s capabilities, not role’s, grey colored (disabled) checkboxes shown for capabilities granted to this user through the role(s). In order revoke them you have to revoke those capabilities from the role(s) granted to this user or grant him another role without these capabilities.
Forum: Plugins
In reply to: [User Role Editor] Custom page with users list for new user roleHi,
Yes, Pro version includes add-on, which allows to block access to the other roles for the selected role. It hides as blocked roles, as users with those roles.
It’s better to ask Pro version related questions via its site, not here.
Forum: Plugins
In reply to: [User Role Editor] Actions being triggered when they shouldn’tHi Arunas,
Thanks for your help.
Forum: Plugins
In reply to: [User Role Editor] Role setting not workHi,
Clarify, your question, what sidebar is not shown? Screenshot will help.
Forum: Plugins
In reply to: [User Role Editor] Did not give permission to Duplicator plugin“Duplicator” menu itself and “Packages” submenu item are protected by ‘export’ user capability. Revoke it from a role in order to block access to these menu items.
FYI, Duplicator plugin allows to replace default user capability to a custom one via ‘wpfront_user_role_editor_duplicator_translate_capability’ filter:
$wpfront_caps_translator = 'wpfront_user_role_editor_duplicator_translate_capability'; $perms = apply_filters($wpfront_caps_translator, $perms);Hi,
I suppose that some other plugin may be involved. Try to deactivate temporally all other plugins and check, if selected other roles will be saved after you click “Update” at the user profile edit page.
Another way to grant to a user multiple roles is to click ‘Capabilities’ link under his role at the users list.
Forum: Plugins
In reply to: [User Role Editor] Read all posts – scheduled missingUser can read not published posts only at the back-end via edit access. Such posts like ‘draft’ and ‘future’ are not shown at the front-end by default. You have to modify your theme to achieve this.
Forum: Plugins
In reply to: [User Role Editor] How come it can delete woocommerce’s user rolesI fixed broken links for images at this article.
Forum: Plugins
In reply to: [User Role Editor] Settings not saved: maybe issue with Domain Mapping?Hi,
I prepared updated version 4.59 to publishing. It includes the related update:
* Update: PHP constant URE_WP_ADMIN_URL was replaced with direct ‘admin_url()’ call to respect the ‘admin_url’ filter applied by the get_admin_url() WordPress API function.
It is available currently as development version from the bottom of Advanced View. It would be good if you test it.
Forum: Plugins
In reply to: [User Role Editor] Actions being triggered when they shouldn’tHi Arunas,
I prepared updated version 4.59 to publishing. It includes the related update:
* Update: Editing roles and capabilities granted to selected user (“Capabilities” link under user row at the “Users” list) executes ‘add_user_role’ or ‘remove_user_role’ actions only in case it really grants or revokes roles and/or capabilities. Previous versions fully revoked and granted again all roles during user permissions update even in case roles list was not changed. It leaded to the false execution of the mentioned add/remove role actions.
It is available currently as development version from the bottom of Advanced View. It would be good if you test it.
- This reply was modified 5 years, 1 month ago by Vladimir Garagulya.
Forum: Plugins
In reply to: [User Role Editor] Edit the alt and title of images in the Media LibraryIt’s not problem with permissions. When user can not edit image attributes, related input fields are disabled (greyed-out).
Possible reasons – caching plugin, or any other plugin. Try to deactivate all plugins and make new test. If it will help, activate plugins back one by one and test to isolate a reason.Forum: Plugins
In reply to: [User Role Editor] Edit the alt and title of images in the Media LibraryHi,
In order to edit Media Library item attributes user should can edit the post/page to which this image attached, for example: edit_posts, edit_published_posts, edit_others_posts (if this is a post of other author).
Forum: Plugins
In reply to: [User Role Editor] Unable to change user capabilitiesThis is the 1st report on the subject. I suppose it’s some thing special from your setup.
Do you use any caching plugin?
If Yes, try to use option do not cache wp-admin pages or exclude administrator role from caching, if plugin offers such, like W3 Total Cache does.If it’s not the caching issue, can you try and compare how version 4.58.2 works on the same site? You can install the 2nd copy manually via FTP, just use another folder name, like user-role-editor-4.58.2 instead of a default one.
This article may help.