Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Roles not showing for GravityFlowDid you try to search selecting ‘All’ group and typing ‘gravityflow’ at ‘Quick search’ field at URE?
If it shows nothing, I suppose that “Gravity Flow” plugin checks “Members” plugin presence some special way, and does not add these capabilities if “Members” plugin is not found. I need access to “Gravity Flow” plugin source code to say more. If that’s possible for you share it with me, write me directly to support [at-sign] role-editor . com
Forum: Plugins
In reply to: [User Role Editor] Custom roles not populating in author dropdownSolution:
– turn on “deprecated” ‘level_0’, ‘level_1’, ‘level_2’ user capabilities for your custom role.
– reassign (revoke, update profile, grant former role back) that role to your users in order to update the information about their user levels.For more information read this article.
Forum: Plugins
In reply to: [User Role Editor] Hide Others Orders?Hi Shaye,
Yes, you can use phpMyAdmin for this purpose.
Forum: Plugins
In reply to: [User Role Editor] Restore default Shop Manager WooCommerceWooCommerce recreates (if missed) its user roles automatically on activation. So the easiest way is:
1) Make fresh backup of your site database (just in case something will go wrong);
2) Deactivate WooCommerce;
3) Revoke ‘shop_manager’ role from all users which have it;
4) Delete ‘shop_manager’ role via Users->User Role Editor->Delete Role.
5) Activate WooCommerce back.Forum: Plugins
In reply to: [User Role Editor] Woocommerce Create OrdersWordPress does not use a separate user capability like ‘create_shop_orders’ for “Add Order” button protection. You have to turn ON a special option at URE Pro for this, for example. Be default ‘edit_shop_orders’ capability is enough.
You can try to temporally deactivate all plugins except WooCommerce and test if user with ‘edit_shop_orders’ capability will can to add new order. If ‘Yes’, activate plugins back one by one with new test to isolate a reason.Forum: Plugins
In reply to: [User Role Editor] Actions being triggered when they shouldn’tHi,
Thank you. I agree with your suggestion. I will enhance the code in this part for the next update.
Forum: Plugins
In reply to: [User Role Editor] Settings not saved: maybe issue with Domain Mapping?Good point! Thank you for the detailed report.
I will include a fix to the next update.Forum: Plugins
In reply to: [User Role Editor] Hide Others Orders?My question with “SELEСT” command is not related to the pro add-on. I just wanted to be sure that add-on will work in your case. If order has valid author user ID attribute and you restrict role to see own data only, it will work automatically.
Forum: Plugins
In reply to: [User Role Editor] WooCommerce – Prevent product editingThanks for sharing.
Hi,
“Other roles access” is available at the Pro version only. If you allow a parent user access to the single role, which granted to the child users, parent user will see, can edit only those users.
Forum: Plugins
In reply to: [User Role Editor] Help with settingsSubscriber role has only 2 user capabilities by default:
– read;
– level_0 (deprecated).https://wordpress.org/support/article/roles-and-capabilities/#subscriber
Forum: Plugins
In reply to: [User Role Editor] Woocommerce Create OrdersIt’s not a special pro feature. If you write about WooCommerce, look at the Custom post types or WooCommerce group. There is “Orders” group there, which includes “edit_shop_orders” user capability and others, related to the shop orders editing.
Forum: Plugins
In reply to: [User Role Editor] Speed issue (different for admin and subsribers)Hi,
The most probable reason – the additional data processing / filters applied by some plugin for non-admin user, like subscriber. To isolate the source of a problem, try to deactivate temporally all plugins, test, then activate plugins back one by one with new testing for each to catch when slow speed will return again.
Forum: Plugins
In reply to: [User Role Editor] New User Role set usermeta.user_level = 0Hi Bob,
When you create new role and does not user another role as a template (“Make Copy Of”), URE uses the ‘subscriber’ role as a starting point, which has user level set to 0 (level_0 capability granted). Thus any new role has 2 capabilities from the scratch: read, level_0.
You can see level capabilities: level_0, … , level_9 under the “All->Deprecated” group.
More information about user levels here.
Forum: Plugins
In reply to: [User Role Editor] Hide Others Orders?Hi Shaye,
Look at the database with this command:
SELECT ID, post_author FROM wp_posts WHERE post_type='shop_order';If post_author field contains your wholesale users ID, then it’s possible to solve your task with URE Pro “edit access” add-on. Just turn ON “Own data only” option for user or his role.