Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Works for multi marketplace storeHi,
I can say only that if the software uses WordPress user roles and capabilities, then User Role Editor can be used together with it.
Forum: Plugins
In reply to: [User Role Editor] Keep moderation for ContributorHi,
Contributor becomes an Author after you grant to this role ‘edit_published_posts’ capability. WordPress set “pending” state only if user can not publish post himself.
You need some plugin or custom code to change this default logic of WordPress.
Forum: Plugins
In reply to: [User Role Editor] cannot buy this pluginHi,
It’s a known problem. At the checkout page there is a link “If you have a problem with payment via PayPal…” just under the PayPal button. Click it to read additional information about how you can pay for Pro version.
Forum: Plugins
In reply to: [User Role Editor] My administrator role doesn’t show on my user accountHi,
I did not understand about 404 error. When you get it?
If you don’t see ‘administrator’ role at the roles selection list at User Role Editor page, then it has a special option “Show Administrator role at User Role Editor” at the settings to change this default behavior.Forum: Plugins
In reply to: [User Role Editor] User set to Edit only but edits go LiveIt’s possible until you did not grant to contributor role ‘publish_posts’ capability. Then user can edit own post in a ‘draft’ state and can change its status to ‘pending’.
After you modified contributor role and added to it ‘edit_published_posts’ capability, user can change post content, but post will stay in a ‘published’ state as it was before editing.
- This reply was modified 6 years, 3 months ago by Vladimir Garagulya.
Forum: Plugins
In reply to: [User Role Editor] multiple roles for userPost you mentioned is about multiple default roles for a new user.
This feature is available.
WordPress uses default roles when new user is created without data about a role.
But WooCommerce create new user with ‘customer’ role. Thus default role(s) settings are not applied here.I do not have solution for this task on hands.
Forum: Plugins
In reply to: [User Role Editor] ure_main.role_change is not a functionTry to force browser page refresh, e.g. Ctrl+F5.
It seems browser caches older version of ure.jsForum: Plugins
In reply to: [User Role Editor] User set to Edit only but edits go LiveContributor role is design to leave a new created post in a draft state. Key feature – this role initially does not have publish_posts and edit_published_posts capabilities. Once role get one of these capabilities it stops to be contributor it becomes equal to author or even editor according to the list of granted permissions.
All changes applied to the posts, which published already, go live. Post status is not changed in this case.
Forum: Plugins
In reply to: [User Role Editor] Edit woocommerce categoriesHi,
There are in place: WooCommerce->Products:
assign_product_terms
delete_product_terms
edit_product_terms
manage_product_termsIt’s not possible using WP built-in permissions system.
Such feature is a part of Pro version “Edit restrictions” add-on.Forum: Plugins
In reply to: [User Role Editor] bad wordingThank you. I will fix this grammar mistake. There is no public repository. You may send similar things here or directly to support [at-sign] role-editor.com
- This reply was modified 6 years, 3 months ago by Vladimir Garagulya.
Hi,
There is no option for entire post type. You may try set view restrictions not per post, but by category.
P.S. This forum is for free version only. Use the dedicated forum or support email for questions related to Pro version.
Forum: Plugins
In reply to: [User Role Editor] User Role Editor compatible with PHP v7.3?Hi,
Yes, URE is compatible with PHP 7.3.
I did not meet any issue yet.Forum: Plugins
In reply to: [User Role Editor] At login, user is redirected to profile pageDid you grant ‘read’ capability to this user? It’s responsible for access to admin dashboard.
Generally, WordPress automatically redirects user to wp-admin after login and opens the link related to the 1st available admin menu item.
If it’s not Dashboard or Pages, then some plugin may be involved. Try to deactivate temporally all plugins and test, where user will be redirected.
Activation plugins back one by one may help to isolate a problem.Forum: Plugins
In reply to: [User Role Editor] At login, user is redirected to profile pageConfirm, is user redirected to user profile wp-admin/profile.php?
Are there other admin menu items available for this user?