Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] tax_exempt isn’t working?Hi,
This plugin provides UI for the WordPress user roles and capabilities API. I do not have much experience with WooCommerce tax counting or tax exempt plugins. If you use some tax exempt plugin, it’s better to ask its support.
Forum: Plugins
In reply to: [User Role Editor] Translating custom user rolesHi,
Thank you for suggestion. I will add this feature.
Forum: Plugins
In reply to: [User Role Editor] Installed Plugin – No Option for User Role EditorIt uses WordPress built-in user capabilities:
New Order Notification – delete_posts
Settings – manage_options
New Order Notification (Beta) – delete_postsForum: Plugins
In reply to: [User Role Editor] missing menu itemsHi,
Switch your WordPress to debug mode. Then try to export again and look at the wp-content/debug.log file for any error messages. I suppose you may meet a PHP time limit issue.
Forum: Plugins
In reply to: [User Role Editor] user roleForum: Plugins
In reply to: [User Role Editor] Editor cant add new UserDid you try deactivate all plugins and look if that will help. If Yes, you may isolate a problem activating plugins back one by one and make new test.
Forum: Plugins
In reply to: [User Role Editor] WP REST APIHi,
URE does use WP REST API. It uses WP API (capabilities.php, class-wp-role.php, class-wp-roles.php, …) to work with user roles and capabilities.
It seems that WP REST API does not include the end point for user roles yest.
Forum: Plugins
In reply to: [User Role Editor] roles and capabilities for specific postsAll mentioned plugins define their custom post type using the same ‘post’ capability type as WordPress itself does for its ‘Posts’. User Role Editor Pro allows to redefine existing custom post types with unique capability type – read more.
URE Pro is available for free for 3 months period so you may try it.Forum: Plugins
In reply to: [User Role Editor] Copy of author roleHello,
Can you give more detailed description? What client need to change in comparison with access which WP built-in ‘Author’ user role provides to a user?
Forum: Plugins
In reply to: [User Role Editor] filter contentFree version will not help.
Pro version allows to show only own posts/products other custom post types to its author. But it will not help as ticket does not have this attribute set correctly (in case if ticket is a custom post type at all).
Forum: Plugins
In reply to: [User Role Editor] User with Woocommerce priveleges cannot view products?In general, granting of all capabilities under the ‘Products’ group is enough to see and edit all products. Do you use free of Pro version of User Role Editor?
What will be if you deactivate URE?Forum: Plugins
In reply to: [User Role Editor] Plugin useless if plugin dir is moved (CSS/JS)Hi,
Why you have different paths:
1) ‘/site/plugins’ at plugin absolute path
but
2) ‘/wp-content/plugins’ at plugin URL?Look how plugin builds path to CSS really at the browser page HTML source.
Hi,
Read this article.
Forum: Plugins
In reply to: [User Role Editor] Can’t edit role settingsIt works with PHP 8.
I suppose that your user lost URE related capabilities somehow, especially ‘ure_manage_options’ one. Try to rename user-role-editor folder to user-role-editor-0 and open “Plugins” page. URE will be deactivated. Then rename folder back and activate URE. URE grants full access to ‘administrator’ role on activation.Forum: Plugins
In reply to: [User Role Editor] Can’t edit role settingsMay be you tried to open URE Settings using the link under the plugin row at the plugins list, but admin menu is not refreshed yet?
Do you see the admin menu item “Settings->User Role Editor”? WordPress shows such message if required page is not available via admin menu.