Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterHi,
Unfortunately, it’s not possible to achieve using just user capabilities. There is no ‘read-only’ mode for shop orders in WooCommerce. If user can access orders list, he can edit them as the key capability for this access is “edit_shop_orders”.
You can play with “Meta boxes access” add-on and try to remove from the order editor page some critical meta boxes, like the “Publish” one. But it still will not give you a full read-only mode.
Vladimir
KeymasterDefine separate taxonomy and attach it to your CPT. It will use the same ‘manage_categories’ capability. But user will work with the separate list of categories. If you need you may block unneeded menu items using “Admin menu blocking” add-on.
26/04/2022 at 02:02 in reply to: We can no longer restrict users to specific pages What happened? #7918Vladimir
KeymasterDid you login as administrator user? Do you see URE Pro in the Plugins list? Is it active?
URE hides its “Users->User Role Editor” menu item from users without ‘ure_edit_roles’ capability.
Vladimir
Keymaster@rivaxom904,
Try again. I added license key for your account.
22/04/2022 at 01:57 in reply to: We can no longer restrict users to specific pages What happened? #7913Vladimir
KeymasterStrange. If it’s applicable (create dev. copy without critical data but with the same issue), send site URL and admin credentials to support [at-sign] role-editor.com. I will investigate what is going wrong.
21/04/2022 at 15:42 in reply to: We can no longer restrict users to specific pages What happened? #7911Vladimir
KeymasterIf 1, 2 is not the case, go to the some of restricted users profile and look if allowed pages ID are still there and not lost for some reason.
21/04/2022 at 15:41 in reply to: We can no longer restrict users to specific pages What happened? #7910Vladimir
KeymasterHello,
1) Check if User Role Editor Pro is activated;
2) Go to the Settings->Additonal Modules and check if “Activate user access management to editing selected posts, pages, custom post types” checkbox is still turned ON.Vladimir
KeymasterHi,
Thank for the help in finding the issue. Problem: WordPress save the recently opened (or the 1st one) menu as a default one for the current user. If we block such menus and leave another menu only, WordPress shows empty menu instead of one which we allow.
Workaround – deactivate nav menu add-on. Login as restricted user and open allowed menu, then activate nav. menu module back. User will see only allowed menu.
I will research how to fix this and return with update.
Vladimir
KeymasterOK.
Vladimir
KeymasterHi Harald,
I suppose that you use “Admin menu access” add-on with “Block Not Selected” option for the describe role. Read carefully this part of the documentation page.
08/04/2022 at 15:57 in reply to: License Validation – cURL error connecting to update.role-editor.com port 443 #7897Vladimir
KeymasterPlugin will stay fully functional. It influence only on the automatic updates.
08/04/2022 at 15:56 in reply to: License Validation – cURL error connecting to update.role-editor.com port 443 #7896Vladimir
KeymasterHi,
Check your firewall, if 31.31.196.160 is blocked for your server. My recent test is successful – service is available from my side.
As a quick workaround you may replace line #221 of file pro/includes/classes/settings-pro.php with:
//$license_state = $license_key->validate($license_key_value); $license_state = array('state'=>'not available');
05/04/2022 at 14:23 in reply to: Give access to a specific role to access the “Redirection” plugin #7892Vladimir
KeymasterAlejandro,
My test role contains just 3 capabilities: read, edit_posts, manage_options
and such user sees Tools->Redirection menu item.
What if you deactivate all plugins except redirection? Will it become available?Thanks for the note about PHP warnings. I fixed the problem.
-
AuthorPosts