Title: Vladimir Garagulya's Replies - page 47 | 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 - 691 through 705 (of 3,096 total)

[←](https://wordpress.org/support/users/shinephp/replies/page/46/?output_format=md)
[1](https://wordpress.org/support/users/shinephp/replies/?output_format=md) [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)…
[46](https://wordpress.org/support/users/shinephp/replies/page/46/?output_format=md)
47 [48](https://wordpress.org/support/users/shinephp/replies/page/48/?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/48/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Reset Editor Role Only](https://wordpress.org/support/topic/reset-editor-role-only/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/reset-editor-role-only/#post-12617281)
 * You can just revoke all capabilities from ‘editor’ role (use group selection 
   checkbox at the top. Shift+Click – unchecks all capabilities).
    Then grant to
   it capabilities according to WordPress initial [capabilities list](https://wordpress.org/support/article/roles-and-capabilities/#editor)
   for editor role role.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Unable to assign NEW role TO default role](https://wordpress.org/support/topic/unable-to-assign-new-role-to-default-role/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/unable-to-assign-new-role-to-default-role/#post-12617257)
 * Default role is used in 2 cases:
    1) if WordPress does not get role value before
   adding new user. 2) automatically select role at drop-down list at the ‘add new
   user’ page.
 * During login process WordPress checks role granted to user. So if you get error
   message after login, may be you have to add some permission to your new role.
   For example, ‘read’ capability is critical for access to wp-admin.
 * Describe with more details what are you unable to do.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Allow media upload](https://wordpress.org/support/topic/allow-media-upload/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/allow-media-upload/#post-12614860)
 * If you use woocommerce, create capability ‘view_admin_dashboard’ and grant it
   to this user role. It will allow user access to <wp-admin>.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Capability to change user roles](https://wordpress.org/support/topic/capability-to-change-user-roles/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/capability-to-change-user-roles/#post-12593882)
 * Hi,
 * WooCommerce filter out other roles by default. In order to fix it you can use
   custom filter. Solution is described at the 1st message of [this topic](https://wordpress.org/support/topic/after-wc-update-shop-managers-can-only-edit-users-with-the-customer-role/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Embedde videos are deleted when shop manager edits a page](https://wordpress.org/support/topic/embedde-videos-are-deleted-when-shop-manager-edits-a-page/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/embedde-videos-are-deleted-when-shop-manager-edits-a-page/#post-12593877)
 * Hi Catty,
 * This is done by WordPress automatically for any user who can not ‘unfiltered_html’
   capability. Grant it to a role with care. You should trust enough to such user.
   It will work at single site WordPress installation.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Critical Error after updating](https://wordpress.org/support/topic/critical-error-after-updating/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/critical-error-after-updating/#post-12593874)
 * Activate WordPress [debug mode](https://wordpress.org/support/article/debugging-in-wordpress/)
   with writing error message to log file and show error messages related to the
   User Role Editor.
 * Add these lines to wp-config.php
 *     ```
       define( 'WP_DEBUG', true );
       define( 'WP_DEBUG_LOG', true );
       ```
   
 * Errors will be written to wp-content/debug.log file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Allow media upload](https://wordpress.org/support/topic/allow-media-upload/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/allow-media-upload/#post-12593872)
 * Hi,
 * In order ONLY upload new images to media library is enough 2 capabilities:
    read
   upload_files But in order to edit uploaded media library item attributes user
   should can at least ‘edit_posts’ capability. In other case image file will be
   uploaded and available at Media Library, but upload process will be interrupted
   every time at the ‘Crunching…’ state.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] bad wording](https://wordpress.org/support/topic/bad-wording/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/bad-wording/#post-12563618)
 * Thank you. I applied your suggestions to the upcoming update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Allow Editor Access to Menu](https://wordpress.org/support/topic/allow-editor-access-to-menu/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/allow-editor-access-to-menu/#post-12554871)
 * “Appearance->Menus” menu item is protected by ‘edit_theme_options’ capability.
   Take into account that the same capability protects all other items of the “Appearance”
   submenu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Export and import extension](https://wordpress.org/support/topic/export-and-import-extension/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/export-and-import-extension/#post-12535001)
 * WordPress stores all its user roles data at the single database record:
 *     ```
       SELECT * FROM wp_options WHERE option_name='wp_user_roles';
       ```
   
 * ‘wp_’ is equal to the database prefix set at wp-config.php
    So you make take 
   option_value field value from this record at one site and put into the similar
   record at the other site:
 *     ```
       UPDATE wp_options SET option_value='changed value here' WHERE option_id=NN LIMIT 1;
       ```
   
 * Replace NN with actual user roles record ID.
    -  This reply was modified 6 years, 2 months ago by [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Capabilities Pending Status](https://wordpress.org/support/topic/capabilities-pending-status/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/capabilities-pending-status/#post-12534992)
 * Hi,
 * By default WordPress uses ‘pending’ as a post status between ‘draft’ and ‘publish’.
 * ‘Reset’ not only deletes custom roles. It roll back default roles to the initial
   state. It seems some role, like ‘subscriber’ would lost a custom capability added
   by plugin, responsible for user registration process.
 * You need to consult with developer of the plugin, which adds user capability ‘
   pending’ and checks it after user login. Or try to deactivate/activate back that
   plugin. Some plugins updates roles again during activation.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Admin toolbar missing](https://wordpress.org/support/topic/admin-toolbar-missing-4/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/admin-toolbar-missing-4/#post-12526261)
 * Hi,
 * Try to deactivate all plugins. If admin bar will appear, activate plugins back
   one by one to isolate a problem.
    Try to switch to other theme (2020) – just 
   for testing. Some times custom code may be inserted to the theme’s functions.
   php file.
    -  This reply was modified 6 years, 2 months ago by [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Custom post type permission](https://wordpress.org/support/topic/custom-post-type-permission-2/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-permission-2/#post-12526231)
 * Hi,
 * It depends from custom post type (CPT) definition. Many CPTs use default (edit_posts),
   this is a reason why role can edit almost all CPTs having just posts related 
   capabilities. More details and possible workaround [here](https://www.role-editor.com/documentation/manage-access-to-custom-post-types/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] User-Role is a simple editor ?](https://wordpress.org/support/topic/user-role-is-a-simple-editor/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/user-role-is-a-simple-editor/#post-12501920)
 * I confirm changes made to the WordPress user roles with User Role Editor (URE)
   are permanent, they are saved to the database over the WP internal data. All 
   changes are still in action after URE deactivation.
 * Add-ons included into Pro version work another way. They apply additional level
   of access restrictions using WordPress hooks. No active add-ons, no additional
   access restrictions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Customize network super admin?](https://wordpress.org/support/topic/customize-network-super-admin/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/customize-network-super-admin/#post-12455931)
 * Superadmin is not a role and it does not depend from the list of granted capabilities.
   It is a some kind of a user state, which WordPress recognizes for the multisite
   configuration. If user is assigned a superadmin feature, this user can do ALL.
 * If you need create a user with access to network admin but the limited functionality,
   grant to this user role needed capabilities from the ‘Multisite’ group. ‘manage_network’
   is critical for access to the ‘Network Admin’.

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

[←](https://wordpress.org/support/users/shinephp/replies/page/46/?output_format=md)
[1](https://wordpress.org/support/users/shinephp/replies/?output_format=md) [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)…
[46](https://wordpress.org/support/users/shinephp/replies/page/46/?output_format=md)
47 [48](https://wordpress.org/support/users/shinephp/replies/page/48/?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/48/?output_format=md)