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

[←](https://wordpress.org/support/users/shinephp/replies/page/3/?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)
4 [5](https://wordpress.org/support/users/shinephp/replies/page/5/?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/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Create Edit Posts Or Pages Using Editor Role](https://wordpress.org/support/topic/create-edit-posts-or-pages-using-editor-role/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/create-edit-posts-or-pages-using-editor-role/#post-17380932)
 * Top admin menu bar is available for author and editor roles by default.
 * 1st, look is the ‘ Show Toolbar when viewing site’ option is turned ON at user
   profile.
 * Also test if some other plugin does not switch admin menu bar Off. Deactivate
   all plugins temporally and test, if admin menu bar becomes available. If Yes,
   activate plugins back one by one with a new test and isolate a reason.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] option to enable the functions of a specific plugin](https://wordpress.org/support/topic/option-to-enable-the-functions-of-a-specific-plugin/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/option-to-enable-the-functions-of-a-specific-plugin/#post-17380906)
 * Yes, Pro version includes “Admin menu blocking” add-on, which you can use in 
   such case, and block for ‘editor’ role, all unneeded admin menu items, which 
   are protected by the same ‘manage_options’ user capability.
 * There is no trial version. You have 30 days ‘money-back guarantee’ period though.
 * P.S. It’s better to ask questions related to Pro version via email or dedicated
   site.
    -  This reply was modified 2 years, 3 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] How to COMPLETELY uninstall this plugin?](https://wordpress.org/support/topic/how-to-completely-uninstall-this-plugin/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/how-to-completely-uninstall-this-plugin/#post-17354647)
 * URE saves changes directly over database record where WordPress stores user roles
   data. Rollback is possible only via restore data from a backup copy prepared 
   earlier.
 * If membership plugin created its user roles automatically on activation, it will
   make this again if it will not find its own user roles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Can You Link User as Brand Admin](https://wordpress.org/support/topic/can-you-link-user-as-brand-admin/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/can-you-link-user-as-brand-admin/#post-17334167)
 * If you write/edit PHP code, then use current_user_can() function to check if 
   user can some capability, like below
 * `if ( current_user_can('brand_admin') ) {
    // do/show something}
 * Just add new capability, like ‘brand_admin’ and grant it to a selected role/user.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] URE not working properly](https://wordpress.org/support/topic/ure-not-working-properly/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/ure-not-working-properly/#post-17334161)
 * As “Order notes” column does not exist at a clear WC installation, I suppose 
   that this column was added by some plugin. You need to look what capability that
   plugin checks before make “Order notes” column available.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] URE not working properly](https://wordpress.org/support/topic/ure-not-working-properly/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/ure-not-working-properly/#post-17332555)
 * ‘read_order’ capability is not enough to get access to the 
   WooCommerce->Ordersadmin
   menu item. It’s protected by ‘edit_shop_orders’ capability.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Can not save the update of role](https://wordpress.org/support/topic/can-not-save-the-update-of-role/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/can-not-save-the-update-of-role/#post-17300512)
 * It seems that page contains some JavaScript errors. Look for them at the browser
   JavaScript console (Ctrl+Shift+I at Google Chrome) before click “Update” button
   and after that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Admin capabilities lost! Help!](https://wordpress.org/support/topic/admin-capabilities-lost-help/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/admin-capabilities-lost-help/#post-17300508)
 * wp_ in select commands above is the database prefix from wp-config.php file. 
   Look what real database prefix your site has in wp-config.php.
 * The detailed article on the subject is available here: [https://www.role-editor.com/restore-lost-wordpress-admin-permissions/](https://www.role-editor.com/restore-lost-wordpress-admin-permissions/)
    -  This reply was modified 2 years, 4 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] Edit User Capabilities Unchecked but still showing on Admin User Edit page](https://wordpress.org/support/topic/edit-user-capabilities-unchecked-but-still-showing-on-admin-user-edit-page/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/edit-user-capabilities-unchecked-but-still-showing-on-admin-user-edit-page/#post-17269964)
 * Hi [@tison_](https://wordpress.org/support/users/tison_/),
 * “Edit User Capabilities” option at URE settings page from very begin has the 
   purpose to allow/probit editing user capabilities checkboxes at the page, opened
   via ‘Capabilities’ link under selected user row at the “Users” page or via “Additional
   Capabilities->Capabilities->Edit” link at the user profile page.
 * If you wish to hide full “Additional capabilities” section from user profile,
   you can use the ‘ure_show_additional_capabilities_section’ filter, just return
   FALSE from it.
 * ‘Capabilities’ link under selected user row at the “Users” page is shown if current
   user can ‘ure_manage_options’ capabity’ or ‘manage_network_plugins’ (for WP multisite).
   There is no other way to hide it than revoke mentioned capabilities from user.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] actually no capabilities can be unset](https://wordpress.org/support/topic/actually-no-capabilities-can-be-unset/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/actually-no-capabilities-can-be-unset/#post-17269954)
 * Administrator role is by WordPress design the built-in role for superuser, who
   by default has all permissions. URE does not allow revoke any capability from
   administrator role for this reason. More if URE detects in another role some 
   capability which is not granted to administrator role, it automatically grants
   this capability to administrator role.
 * If you wish to built a role with less permissions than administrator role, you
   can add new role as a copy of administrator role, and revoke unneeded capabilities
   for this new custom role.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] custom user role not showing as author-selection in posts](https://wordpress.org/support/topic/custom-user-role-not-showing-as-author-selection-in-posts/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/custom-user-role-not-showing-as-author-selection-in-posts/#post-17268440)
 * Hi,
 * In short:
   – turn on “deprecated” ‘level_0’, ‘level_1’, ‘level_2’ user capabilities
   for your custom role.– reassign that role to your users in order to update the
   information about their user levels.
 * For more details read this article:
 * [https://www.role-editor.com/wordpress-user-levels-deprecated-just-partially/](https://www.role-editor.com/wordpress-user-levels-deprecated-just-partially/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] hide theme settings](https://wordpress.org/support/topic/hide-theme-settings/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/hide-theme-settings/#post-17257486)
 * Hi,
 * Avada theme menu items are protected by these user capabilities:
   Avada – edit_postsDashboard–
   edit_postsOptions – manage_optionsWebsites – manage_optionsMaintenance – manage_optionsPatcher–
   manage_optionsPlugins & Add-ons install_pluginsMaintenance Mode – manage_optionsPerformance–
   manage_optionsSupport – manage_optionsStatus – manage_optionsSetup – manage_optionsIf
   you can not revoke from a user role manage_options and/or edit_posts user capabilities(
   e.g. they are needed for access to another menu items), think about using “Admin
   menu editor” plugin or “Admin menu blocking” add-on, included into User Role 
   Editor Pro.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Restricting capabilites by category](https://wordpress.org/support/topic/restricting-capabilites-by-category/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/restricting-capabilites-by-category/#post-17232961)
 * Hi Sarah,
 * If that’s still actual, role-editor.com is live. You may ask questions related
   to Pro version there.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Can’t see “Select Role and change its capabilities”](https://wordpress.org/support/topic/cant-see-select-role-and-change-its-capabilities/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/cant-see-select-role-and-change-its-capabilities/#post-17232951)
 * Hi,
 * It’s located under the “Users->User Role Editor”, not under the “Settings->User
   Role Editor”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Do we need to keep plugin active?](https://wordpress.org/support/topic/do-we-need-to-keep-plugin-active/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/do-we-need-to-keep-plugin-active/#post-17221261)
 * Yes, you can deactivate URE after finishing modification user roles and capabilities.
   It saves changes directly to the WP core database table and it’s not needed in
   order those changes used by WP.
 * Take into account, if you grant to someone edit users, URE automatically protects
   users with administrator role from such users – hides their records from the 
   users list.
 * If someone except user with administrator role is granted to ‘activate_plugins’,
   URE automatically hides itself from the “Plugins” list for such user.
 * It also adds some UI elements to the “Users” page.
 * If you don’t need listed additional features you don’t need to keep plugin active.

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

[←](https://wordpress.org/support/users/shinephp/replies/page/3/?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)
4 [5](https://wordpress.org/support/users/shinephp/replies/page/5/?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/5/?output_format=md)