Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Adminstrator’s failureWooCommerce restores own user roles and capabilities on activation. So its’ enough just deactivate/activate it back.
Forum: Plugins
In reply to: [User Role Editor] Adminstrator’s failureDo you have access to Users->User Role Editor in case you activate URE back?
If Yes, just check if ‘administrator’ has full list of existing capabilities. Add missed items if there are some.Forum: Plugins
In reply to: [User Role Editor] Requested role does not existCurrent version does not allow to switch off AJAX.
Try version 4.52.2 from https://wordpress.org/plugins/user-role-editor/advanced/
It worked with POST and full page refresh for ‘Add role’ and other actions, linked to buttons.Forum: Plugins
In reply to: [User Role Editor] Create User Role to Edit and Publish ProductsHi,
It seems that this logic comes from Dokan MV plugin.
You can use as workaround a way, when you block unneeded admin menu item for a role, not via user capability, as you can not revoke it.
Look at the “Admin menu access” add-on (URE Pro) or “Admin menu editor” plugin.Forum: Plugins
In reply to: [User Role Editor] Requested role does not existMessage “Requested role does not exist” comes from the AJAX request, when URE tries to retrieve capabilities of a new created role. That is it gets response about successfully added new role and tries to show it retrieving its content. But new role is not presented in the memory loaded roles data. Something special for your environment takes place. Yes, it’s something weird and difficult to reproduce beyond of your site.
Forum: Plugins
In reply to: [User Role Editor] Requested role does not existGenerally, underscore is allowed character.
If you force browser page refresh, will new added role(s) appear? I suppose that some conflict with another software may take place.
Try to deactivate all plugins and make another test. Will it change something?Forum: Plugins
In reply to: [User Role Editor] Requested role does not existHi,
Do you select some role at “Make copy of:” field, when you get such error message? If ‘Yes’, does that role ID have not alpha-numeric characters inside?
Users pages generated by bbPress in my case.
The same issue reported by Google here:
– affected URL example:
https://www.role-editor.com/forums/users/steve2106/– wrong @type value:
{"@type":["WebPage",null],"@id":"#webpage","url":"","name":"","isPartOf":{"@id":"https://www.role-editor.com/#website"}- This reply was modified 5 years, 9 months ago by Vladimir Garagulya.
- This reply was modified 5 years, 9 months ago by Vladimir Garagulya.
Mentioned add-on allows to activate/deactivate plugins from the restricted list – user sees not full list of installed plugins.
URE Pro allows to block unneeded admin menu items if it’s not possible to revoke related user capabilities from a role.
P.S. It’s better to discuss URE Pro not here. Use site contact form or write directly to support [at-sign] role-editor.com
Forum: Plugins
In reply to: [User Role Editor] Right to add couponHi Benjie!
Re-check ‘Coupons’ group, just in case the ‘create_shop_coupons’ capability exists and is not granted to a role.
Forum: Plugins
In reply to: [User Role Editor] How to set a role can only touch the google tag manager?‘read’ is WordPress built-in capability, you can find it in the ‘General’ group.
I suppose you selected some of the custom capabilities group before start to type ‘read’ in the ‘Quick filter’ input field.As you use WooCommerce, you have to add custom capability ‘view_admin_dashboard’ and grant it to a role in addition to the ‘read’ capability in order role can access admin dashboard.
Forum: Plugins
In reply to: [User Role Editor] Role PermissionJust in case your question is still actual – Edit resrictions add-on to the Pro version may help.
Forum: Plugins
In reply to: [User Role Editor] How to set a role can only touch the google tag manager?Hi,
‘read’ capability is the only capability needed to user for access to admin dashboard by default. Some plugins, like ‘WooCommerce’ may require additional capability.
Send the link to google tag manager plugin in wordpress.org/plugins repository.
Forum: Plugins
In reply to: [User Role Editor] Other Roles not showing all the roles in Primary rolesDoes user, which profile you opened has ‘teacher’ role granted as a primary role?
URE excludes primary role of current user from the list of ‘Other roles’ which you can assign to him by design. For example if you open user with primary role ‘subscriber’ you will not see ‘subscriber’ in the list of other roles.