Vladimir Garagulia
@shinephp on WordPress.org
- Member Since: August 30th, 2009
- Location: Novosibirsk, Russia
Bio
Contribution History
Vladimir Garagulia’s badges:- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to Auto-Apply New Capabilities?, on the site WordPress.org Forums:
Clarify, what do you mean under "link two roles to each other"? What should happen… -
Posted a reply to Restricting Shop Manager Role, on the site WordPress.org Forums:
If you revoke from user role 'export' and 'import' capabilities, user will not see 'Export'… -
Posted a reply to Limiting product visibility for store managers on the backend, on the site WordPress.org Forums:
This functionality is available at Pro version only as an edit restrictions add-on. -
Posted a reply to Add support for plugin, on the site WordPress.org Forums:
Look at this article. -
Posted a reply to Add support for plugin, on the site WordPress.org Forums:
You may look at the plugins which allow to restrict/modify WordPress admin menu. For example… -
Posted a reply to Auto-Apply New Capabilities?, on the site WordPress.org Forums:
You are right. New role will not get newly added capabilities. It stays the same… -
Posted a reply to Add support for plugin, on the site WordPress.org Forums:
'activate_plugins' capability created by WordPress on installation. URE lists it at the 'All->Core->Plugins' group. -
Posted a reply to New role with WC coupon permissions – no wp-admin access., on the site WordPress.org Forums:
WooCommerce redirects to front-end any user who can_not manage_woocommerce or edit_posts. There is a special… -
Posted a reply to Add user roles to Account page, on the site WordPress.org Forums:
Clarify, about what account page do you write? Is it WordPress user profile page or… -
Posted a reply to Two Roles canceling each other out?, on the site WordPress.org Forums:
You are right, roles are additive, in case software checks if user can capability, like… -
Posted a reply to Add support for plugin, on the site WordPress.org Forums:
I don't have this plugin on hands to investigate it. Many plugins use WordPress built-in… -
Posted a reply to Roles lost if user updates profile/resets pw, whilst plugin is deactivated, on the site WordPress.org Forums:
While WordPress API supports granting multiple user roles to the same user by design, user… -
Posted a reply to Hide URE Dropdowns on Users List Page, on the site WordPress.org Forums:
"Change role to" belongs to WordPress itself. You may revoke promote_users capability. It will hide… -
Posted a reply to Hide URE Dropdowns on Users List Page, on the site WordPress.org Forums:
Try this one: /* * Hides "Grant Roles" button, "Add Role", "Revoke Role" URE UI… -
Posted a reply to Disable the “Additional Capabilities” completely, on the site WordPress.org Forums:
Ability assign multiple user roles to a user is WordPress internal feature. URE just exposes… -
Posted a reply to User Roles change when editing profile/reset password, on the site WordPress.org Forums:
I suppose that some plugin (may be membership plugin) revert roles granted to user according… -
Posted a reply to Difference between “Edit themes” and “Edit themes options”?, on the site WordPress.org Forums:
Yes, site admin has the option to block on site files editing (wp-includes/capabilities.php, #597): case… -
Posted a reply to Difference between “Edit themes” and “Edit themes options”?, on the site WordPress.org Forums:
'edit_themes' capability protects menu item: Themes -> Theme file editor,which allows online editing theme files… -
Posted a reply to Missing “Delete Role” Button / Option, on the site WordPress.org Forums:
Look if current user (administrator role?) can the 'ure_delete_role' capability from "Custom capabilities->User Role Editor"… -
Posted a reply to Error at edit user, on the site WordPress.org Forums:
OK. Thanks. Can you show full call stack with this error message? -
Posted a reply to Not able to set permissions for specific custom post type, on the site WordPress.org Forums:
Yes, it's intended by design for some custom post types. Read this article: https://www.role-editor.com/documentation/manage-access-to-custom-post-types/ -
Posted a reply to Allow only access to Woocommerce Analytics, on the site WordPress.org Forums:
Hi, Grant to a role only 2 WooCommerce capabilities: view_admin_dashboard - general access to wp-adminview_woocommerce_reports… -
Posted a reply to Woocommerce settings, on the site WordPress.org Forums:
Hi, To work with shop orders do not grant 'manage_woocommerce' capability. It allows access to… -
Posted a reply to Error at edit user, on the site WordPress.org Forums:
Do you see the same error if deactivate URE? -
Posted a reply to Two Role, on the site WordPress.org Forums:
URE allows to grant to a user more than 1 role. As a result WordPress… -
Posted a reply to Stopped working Admin bar not showing, on the site WordPress.org Forums:
contributor role by default can:read,edit_posts,delete_posts,level_0,level_1 Active URE plugin may hide top admin menu bar for… -
Posted a reply to Why permissions change by themselves ?, on the site WordPress.org Forums:
WooCommerce restores its own roles to the initial state on activation. It's better to use… -
Posted a reply to View Access, on the site WordPress.org Forums:
User Role Editor does not have read-only mode. <a href="https://shinephp.com/how-to-change-wordpress-user-role-capabilities/">This article</a> explains how WP stores… -
Posted a reply to cannot delete the selected post, on the site WordPress.org Forums:
What about try the own capability type for this custom post type, as 'reservation' instead… -
Posted a reply to cannot delete the selected post, on the site WordPress.org Forums:
Look if your role has all related user capabilities: delete_postsdelete_published_posts - if post is in… -
Posted a reply to Additional meta boxes, on the site WordPress.org Forums:
Hi, Pay attentions that mentioned article is related to a Pro version only. -
Posted a reply to Plugin site not available role-editor.com?, on the site WordPress.org Forums:
Solved. -
Posted a reply to Plugin site not available role-editor.com?, on the site WordPress.org Forums:
It's a temporal issue related to the automatic SSL certificate replacement. I'm working on solution. -
Committed [2878960] to Plugins SVN:
Tagging the version 4.63.3 -
Committed [2878959] to Plugins SVN:
mark version 4.63.3 as a stable one -
Committed [2878948] to Plugins SVN:
* Fix: PHP version 8.2 showed warning: Creation of dynamic property ... -
Posted a reply to keep / disable / delete plugin after role creation?, on the site WordPress.org Forums:
Hi, User role changes made via URE are permanent. You can delete URE plugin after… -
Posted a reply to PHP Parse error: syntax error, unexpected ‘:’, expecting ‘;’ or ‘{‘, on the site WordPress.org Forums:
Hi, PHP 7.3 is still quite old. You may use this quick fix - remove… -
Posted a reply to Infinite ajax loader icon when selecting rights for administrator, on the site WordPress.org Forums:
Thanks. I may just suppose that software which adds the _fs_blog_admin=true argument can block a… -
Posted a reply to role with no access, on the site WordPress.org Forums:
Hi, Even if user does not have any role at this site, he can not… -
Posted a reply to Infinite ajax loader icon when selecting rights for administrator, on the site WordPress.org Forums:
Check browser JavaScript console for the error messages. Btw., You can not revoke capabilities from… -
Posted a reply to User role appear in Author dropdown, on the site WordPress.org Forums:
turn on “deprecated” ‘level_0’, ‘level_1’, ‘level_2’ user capabilities for your custom role. reassign that role… -
Posted a reply to Fatal Errors w/ PHP 8.1, on the site WordPress.org Forums:
Thank you. I added additional type checking to the code. It will be available with… -
Posted a reply to How to set up the following?, on the site WordPress.org Forums:
In order user doesn't see Posts, revoke all '_posts' capabilities from him, especially 'edit_posts'. If… -
Posted a reply to Fatal Errors w/ PHP 8.1, on the site WordPress.org Forums:
Hi, Can you please show error messages with file name and line number, where error… -
Posted a reply to PHP 8.2 Deprecation Notice, on the site WordPress.org Forums:
Hi Jaime, Thanks for your help. I included the fix to the next update (4.63.3).… -
Committed [2834876] to Plugins SVN:
Tagging the version 4.63.2 -
Committed [2834862] to Plugins SVN:
Mark tag 4.63.2 as stable one -
Committed [2834853] to Plugins SVN:
* Update: symbols '{}$' are removed from capability name before use it ... -
Posted a reply to Is it possible to restrict the editor role to just one custom post type?, on the site WordPress.org Forums:
If custom post type (CPT) uses own unique capability type, not WordPress default 'post', then…
Developer
-
Plugins Garbage Collector (Database Cleanup)
Active Installs: 20,000+
-
User Role Editor
Active Installs: 700,000+
Contributor
-
Posts Slideshow Widget
Active Installs: 100+
Русский (Russian) Plugins Translation Editor - #ru_RU
-
User Role Editor
Active Installs: 700,000+