Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Can’t restrict Subscriber role to only readHi,
Go to the Users, click ‘Edit’ link under the selected user with ‘subscriber’ role. Scroll page to the “Additional capabilities” section. Check if there are not other roles and capabilities granted to this user. If ‘No’, I can suppose that some plugin changes role or user permissions on the fly. Try to deactivate all plugins, re-test if subscriber will lose ability to post, activate plugins back one by one and re-test to isolate a problem.
Forum: Plugins
In reply to: [User Role Editor] Woocommerce permissionsHi,
It’s not possible using user roles and capabilities only.
Forum: Plugins
In reply to: [User Role Editor] User role plugin update not workingUnder WP multisite only superadmin can install/update plugins.
Single site administrator can only activate/deactivate plugin if it’s not network activated by superadmin.Forum: Plugins
In reply to: [User Role Editor] Disable Delete Order NotesHi,
There is no special user capability for this purpose. URE can not help you.
WooCommerce output this button HTML with ‘delete_note’ CSS class. So you may try to add custom CSS to the page to hide this button for selected role.
- This reply was modified 5 years, 6 months ago by Vladimir Garagulya.
Forum: Plugins
In reply to: [User Role Editor] Editor unable to access backendHi,
As I never saw such message at the WordPress core, it may come from the some plugin. Try to deactivate all plugins and re-check. If it will help, activate plugins one by one to isolate the reason. Then look that plugin settings. It may have the list of user role, for which it allows access to back-end and it may not require any special user capability.
Forum: Plugins
In reply to: [User Role Editor] Sorry, you are not allowed to access this pageURE does not grant ‘ure_%’ custom capabilities to ‘administrator’ role (and single site administrators) by default under WordPress multisite. Superadmin have to make this manually.
Forum: Plugins
In reply to: [User Role Editor] Sorry, you are not allowed to access this pageHi,
It seems that your user role did not get ‘ure_%’ custom capabilities. It grants full access to the WordPress default ‘administrator’ role. Does your admin user has ‘administrator’ role or it was renamed somehow?
If you see ‘URE’ in the list of plugins try to deactivate and activate it back. Plugin tries to automatically restore lost capabilities for ‘administrator’ role on activation.
Forum: Plugins
In reply to: [User Role Editor] Admin User can not access Admin AreaThere is no any user roles hierarchy in WordPress. User Role Editor does not introduce one also. User can see the back-end if his role has needed user capability – ‘read’ by default. Some plugins like WooCommerce requires additional capabilities, like ‘manage_woocommerce’, ‘edit_posts’ or ‘view_admin_dashboard’.
Hints about update user roles and permissions via MySQL are available here.
Forum: Plugins
In reply to: [User Role Editor] unloading the plugin to return to original settingsAll changes made to the user roles with User Role Editor are permanent. Plugin deactivation and deletion will not help.
This article may help to restore the original user permissions in case you don’t have a fresh database backup.
Forum: Plugins
In reply to: [User Role Editor] Plugin Does Not Appeae when I add New Editor/UserYou have to grant a user capability which protects your plugin admin menu item to the role in order user with that role see this menu item.
Forum: Plugins
In reply to: [User Role Editor] User role plugin update not workingHi,
Is it multisite?Forum: Plugins
In reply to: [User Role Editor] Unable to different permissions for custom post typesYou get this picture as all 4 custom post types are defined with the default capability type ‘post’. It’s not possible to grant the same ‘edit_posts’ capability to the role for one custom post type, but do not grant for another.
For more details and available solution read this article.- This reply was modified 5 years, 6 months ago by Vladimir Garagulya.
Forum: Plugins
In reply to: [User Role Editor] User specific redirect Broken after installDid you try deactivate User Role Editor? Did it return redirection to a working state?
Forum: Plugins
In reply to: [User Role Editor] User Role Files don’t appearThanks for the new information. It’s valuable to know that URE worked normally some time at the site and other user plugins do not work now also. It’s interesting to look on the reason.
Contact me at support [at-sign] role-editor.comForum: Reviews
In reply to: [User Role Editor] Hidden from view and locked outThis is the additional security measure realized from very beginning.
URE hides itself from the user with access to the ‘Plugins” page, but without ‘ure_manage_options’ capability. This is done to prevent its sudden deactivation. URE grants all its own ‘ure_%’ capabilities automatically on activation to the WordPress built-in ‘administrator’ role only.
You problem was related probably to the fact that site does not have this WordPress built-in role…
P.S. Why do not test new plugin at the site development copy before setup it to the live server of your client? Make database backup before this is the good practice to.