Title: Vladimir Garagulya's Replies | WordPress.org

---

# Vladimir Garagulya

  [  ](https://wordpress.org/support/users/shinephp/)

 *   [Profile](https://wordpress.org/support/users/shinephp/)
 *   [Topics Started](https://wordpress.org/support/users/shinephp/topics/)
 *   [Replies Created](https://wordpress.org/support/users/shinephp/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/shinephp/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/shinephp/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/shinephp/engagements/)
 *   [Favorites](https://wordpress.org/support/users/shinephp/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 3,096 total)

1 [2](https://wordpress.org/support/users/shinephp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/shinephp/replies/page/3/?output_format=md)…
[205](https://wordpress.org/support/users/shinephp/replies/page/205/?output_format=md)
[206](https://wordpress.org/support/users/shinephp/replies/page/206/?output_format=md)
[207](https://wordpress.org/support/users/shinephp/replies/page/207/?output_format=md)
[→](https://wordpress.org/support/users/shinephp/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] PTE Request for pt_BR (Translations pending for 7+ months)](https://wordpress.org/support/topic/pte-request-for-pt_br-translations-pending-for-7-months/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/pte-request-for-pt_br-translations-pending-for-7-months/#post-18844640)
 * Hi Jayron,
 * I sent PTE request post as you have asked:
 * [https://make.wordpress.org/polyglots/?p=65694](https://make.wordpress.org/polyglots/?p=65694)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Custom Role Causes Too Many Redirects When Logging In](https://wordpress.org/support/topic/custom-role-causes-too-many-redirects-when-logging-in/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/custom-role-causes-too-many-redirects-when-logging-in/#post-18731335)
    1. ‘read’ capability is required minimum to get access to the wp-admin/
    2. There would be a conflict with some of active plugin. Try to deactivate all 
       plugins and make new tests. Then activate plugins back one be one.
    3. There is no known bug in the latest version of URE.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Plugin updating](https://wordpress.org/support/topic/plugin-updating-2/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [5 months, 3 weeks ago](https://wordpress.org/support/topic/plugin-updating-2/#post-18731333)
 * I plan publish the updated version this week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] admin not showing in get_users()](https://wordpress.org/support/topic/admin-not-showing-in-get_users/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [9 months, 2 weeks ago](https://wordpress.org/support/topic/admin-not-showing-in-get_users/#post-18584364)
 * URE protects users with administrator role from others by default. You can switch
   this befor call of get_users() and restore back using code below as a starting
   point:
 * // Switch off URE’s protection of users with ‘administrator’ role from each other
   and other users with ‘edit_users’ capability
 * add_filter( ‘ure_supress_administrators_protection’, ‘switch_off_ure_admin_protection’,
   10, 1);
 * function switch_off_ure_admin_protection( $switch_off ) {
 *     ```wp-block-code
       $switch_off = true;
   
       return $switch_off;
       ```
   
 * }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Impact on User Roles and Capability Settings When a Plugin Is Removed](https://wordpress.org/support/topic/impact-on-user-roles-and-capability-settings-when-a-plugin-is-removed/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [10 months, 1 week ago](https://wordpress.org/support/topic/impact-on-user-roles-and-capability-settings-when-a-plugin-is-removed/#post-18547055)
 * URE updates role data directly in place where WordPress stores them. Changes 
   are permanent. When you delete URE via WordPress it removes from the database
   only own settings data.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Admin role without permission to see sales](https://wordpress.org/support/topic/admin-role-without-permission-to-see-sales/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year ago](https://wordpress.org/support/topic/admin-role-without-permission-to-see-sales/#post-18429284)
 * [@simfabuser](https://wordpress.org/support/users/simfabuser/), contact me directly
   via support email address.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Admin role without permission to see sales](https://wordpress.org/support/topic/admin-role-without-permission-to-see-sales/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/admin-role-without-permission-to-see-sales/#post-18422459)
 * I suppose that you use WooCommerce. If you have another e-commerce platform, 
   let me know which.
 * I took shop_manager role as a starting point for a new role, revoked ‘view_woocommerce_reports’
   capability. And test showed that admin menu items ‘WooCommerce->Reports’ and ‘
   Analytics’ were hidden for such user.
 * It’s possible that some another plugin may be involved. Try temporally deactivate
   all plugins except WooCommerce and test if you will receive another result. If
   Yes, you can activate plugins back one by one with a new test to isolate to which
   plugin needed menu item belongs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Admin role without permission to see sales](https://wordpress.org/support/topic/admin-role-without-permission-to-see-sales/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/admin-role-without-permission-to-see-sales/#post-18421942)
 * Hi,
 * 1st, you should use a new custom role for this purpose, not WordPress default‘
   administrator’ one.
 * You may try revoke from such role the ‘view_woocommerce_reports’ user capability,
   which protects ‘WooCommerce->Reports’ and ‘Analytics’ menu items.
 * Pay attention that if user can install plugins, he can receive superadmin access
   executing special PHP code at your web server. There is no sense to restrict 
   his access to WordPress admin menu in this case. So finally, you have to reduce
   such user permissions prohibiting access not to the sales reports only.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] WPML Error](https://wordpress.org/support/topic/wpml-error-6/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/wpml-error-6/#post-18390911)
 * Do you use the latest version of User Role Editor?
   If Yes, send the full text
   of error message.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Redirect subscribers to page after login](https://wordpress.org/support/topic/redirect-user-with-subscriber-role-login-to-a-page/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/redirect-user-with-subscriber-role-login-to-a-page/#post-18390910)
 * User Role Editor doesn’t include redirect after login option. 
   Look at the “LoginWP”
   plugin, which free version allows this:[https://wordpress.org/plugins/peters-login-redirect/](https://wordpress.org/plugins/peters-login-redirect/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Security](https://wordpress.org/support/topic/security-131/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/security-131/#post-18201256)
 * I don’t think we meet a security issue here.
 * If you executed ‘Reset’ operation – it is site wide critical action, which rewrites
   site user roles with WordPress own initial copy (as it has on installation). ‘
   ure_reset_roles’ is the special user capability/permission which allows this 
   action. What’s the purpose to grant it to the non-administrator user? Such user
   just becomes permissions superadmin, if grant him so critical permissions as 
   you listed above.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Why your plugin delete table wp_capabilities?](https://wordpress.org/support/topic/why-your-plugin-delete-table-wp_capabilities/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/why-your-plugin-delete-table-wp_capabilities/#post-18186243)
 * User Role Editor does not delete any database table. When you delete plugin URE
   via ‘Delete’ link under its row in the plugins list at the “Plugins” page URE
   deletes records it added to the wp_options database table. That’s it.
 * There is no wp_capabilities table between database tables which belong to WordPress.
   If you search/write about data where WordPress stores user roles it is the record
   in the wp_options database table. Pay attention that ‘wp_’ here is the WordPress
   database prefix set in wp-config.php.
 * If you have another database prefix, e.g. ‘cs123_’, record with user roles will
   have option_name field value set to ‘cs123_user_roles’. More information here:
   [https://shinephp.com/how-to-change-wordpress-user-role-capabilities/](https://shinephp.com/how-to-change-wordpress-user-role-capabilities/)
 * If you write about selected user (ID=NN) permissions, it is the database record
   inside wp_usermeta database table, which you can find this way:
 * SELECT * FROM wp_usermeta WHERE user_id=NN AND meta_key=’wp_capabilities’;
 * And ‘wp_’ inside command above is the database prefix again which can be different.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] “Function _load_textdomain_just_in_time was called incorrectly”](https://wordpress.org/support/topic/function-_load_textdomain_just_in_time-was-called-incorrectly-31/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/function-_load_textdomain_just_in_time-was-called-incorrectly-31/#post-18177324)
 * Fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] BUG: Admin cant see Admin Dashboard Items after creating CPT](https://wordpress.org/support/topic/bug-admin-cant-see-admin-dashboard-items-after-creating-cpt/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/bug-admin-cant-see-admin-dashboard-items-after-creating-cpt/#post-18017743)
 * It seems like you have the “Force custom post types to use their own capabilities”
   option turned ON. When you create new CPT administrator role does not have yet
   new unique capabilities for access to that role. When you opens URE it should
   add those capabilities to ‘administrator’ role automatically.
 * Btw., moderators require discuss here only free version related question and 
   use for Pro version dedicated resource (not wordpress.org).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] BUG: Admin cant see Admin Dashboard Items after creating CPT](https://wordpress.org/support/topic/bug-admin-cant-see-admin-dashboard-items-after-creating-cpt/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/bug-admin-cant-see-admin-dashboard-items-after-creating-cpt/#post-18016949)
 * What version of User Role Editor do you use? Point is it free of Pro version.

Viewing 15 replies - 1 through 15 (of 3,096 total)

1 [2](https://wordpress.org/support/users/shinephp/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/shinephp/replies/page/3/?output_format=md)…
[205](https://wordpress.org/support/users/shinephp/replies/page/205/?output_format=md)
[206](https://wordpress.org/support/users/shinephp/replies/page/206/?output_format=md)
[207](https://wordpress.org/support/users/shinephp/replies/page/207/?output_format=md)
[→](https://wordpress.org/support/users/shinephp/replies/page/2/?output_format=md)