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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] when using ‘role’ => ‘editor’ the site changes to a standard role](https://wordpress.org/support/topic/when-using-role-editor-the-site-changes-to-a-standard-role/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/when-using-role-editor-the-site-changes-to-a-standard-role/#post-12455893)
 * Where do you use ‘editor’ role? Show code example.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Woocommerce](https://wordpress.org/support/topic/woocommerce-503/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-503/#post-12448506)
 * To allow access to the admin back-end add ‘view_admin_dashboard’ user capability
   to the user role. This capability does not exists by default, you need to create
   it manually. Read [this article](https://www.role-editor.com/woocommerce-admin-bar-access/)
   for more details how wp-admin is blocked by WooCommerce.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] unfiltered_html not working as expected](https://wordpress.org/support/topic/unfiltered_html-not-working-as-expected/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/unfiltered_html-not-working-as-expected/#post-12446461)
 * I re-tested and confirm URE overrides WP5’s default restriction of ‘unfiltered_html’
   capability for multisite configuration. But you should not have DISALLOW_UNFILTERED_HTML
   constant defined.
    URE replaces “do_not_allow” back to ‘unfiltered_html’ via 
   map_meta_cap filter. I even tested with WordFence plugin together in assumption
   that it may be related, but the feature still works as expected.
 * So I can not repeat the issue. Try temporally deactivate all plugins. Will it
   change something?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Edit posts only for few days](https://wordpress.org/support/topic/edit-posts-only-for-few-days/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/edit-posts-only-for-few-days/#post-12446206)
 * Hi,
 * URE plugin will not help with this. It does not include such feature.
    You need
   to use custom code. I don’t have working code for this purpose to share.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] When assigning two user roles for user, it takes only last assigned user role](https://wordpress.org/support/topic/when-assigning-two-user-roles-for-user-it-takes-only-last-assigned-user-role/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/when-assigning-two-user-roles-for-user-it-takes-only-last-assigned-user-role/#post-12446184)
 * When you assign to a user multiple roles all capabilities from those roles are
   granted to a user. It’s easy to check – click ‘Capabilities’ link under the selected
   user at the ‘Users’ page.
 * If you see something different – some other plugin may be involved. Try deactivate
   all plugins and re-test.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Custom CSS for User Role?](https://wordpress.org/support/topic/custom-css-for-user-role/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/custom-css-for-user-role/#post-12446170)
 * User with ‘editor’ role can not edit themes source code.
 * If you write about using CSS at the posts/pages, then ‘unfiltered_html’ capability
   should allow that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] permission to manage comments](https://wordpress.org/support/topic/permission-to-manage-comments/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/permission-to-manage-comments/#post-12446146)
 * Hi,
 * The main permission for access to the comments is ‘edit_posts’. If user can edit
   the post, then user can moderate comments for this post. So ‘edit_published_posts’
   and ‘edit_others_posts’ capabilities may be needed too.
 * I had investigated how WordPress uses ‘moderate comments’ capability some time
   ago. Read [this post](https://shinephp.com/moderate_comments-wordpress-user-capability/)
   if your are interested.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Keep moderation for Contributor](https://wordpress.org/support/topic/keep-moderation-for-contributor/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/keep-moderation-for-contributor/#post-12426656)
 * I don’t have any recommendations.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] JS error in users.js](https://wordpress.org/support/topic/js-error-in-users-js/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/js-error-in-users-js/#post-12425739)
 * OK. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] JS error in users.js](https://wordpress.org/support/topic/js-error-in-users-js/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/js-error-in-users-js/#post-12425669)
 * Hi Apple,
 * Thanks for the report. Does user have ‘edit_users’ capability and sees this error
   when try to open “Users” page?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Woocommerce](https://wordpress.org/support/topic/woocommerce-503/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/woocommerce-503/#post-12425644)
 * Revoke ‘manage_woocommerce’ capability from a role.
 * WooCommerce – manage_woocommerce
    Orders – edit_shop_orders Coupons – edit_shop_coupons
   Reports – view_woocommerce_reports Settings – manage_woocommerce Status – manage_woocommerce
   Extensions – manage_woocommerce
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] My administrator role doesn’t show on my user account](https://wordpress.org/support/topic/my-administrator-role-doesnt-show-on-my-user-account/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/my-administrator-role-doesnt-show-on-my-user-account/#post-12425634)
 * Try to deactivate User Role Editor. If a problem will still be there, URE is 
   not involved to it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Keep moderation for Contributor](https://wordpress.org/support/topic/keep-moderation-for-contributor/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/keep-moderation-for-contributor/#post-12425618)
 * User Role Editor plugin will not help to force moderation for users who can edit
   and publish. There is no such logic in WordPress by default.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] How to make a user access a plugin?](https://wordpress.org/support/topic/how-to-make-a-user-access-a-plugin/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/how-to-make-a-user-access-a-plugin/#post-12425575)
 * WP Booking system uses ‘manage_options’ capability by default for all its menu
   items.
 * It’s possible though to replace ‘manage_options’ with some other capability using
   the filter ‘wpbs_menu_page_capability’. Like this:
 *     ```
       add_filter('wpbs_menu_page_capability', 'change_wpbs_menu_cap', 10, 1);
       function change_wpbs_menu_cap( $cap ) {
         $cap = 'some_other_cap';
   
         return $cap;
       }
       ```
   
 * Similar change for submenu items is more complex. Simple editing existing user
   roles will not help. It’s better to ask support at the WPBS plugin developer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Let authors/editors publish everything but their own posts](https://wordpress.org/support/topic/let-authors-editors-publish-everything-but-their-own-posts-2/)
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/let-authors-editors-publish-everything-but-their-own-posts-2/#post-12425506)
 * Desired model is not possible within WordPress built-in post publishing scheme.
   
   WordPress uses “pending” state only for users who can not publish and can not
   edit already published posts.
 * Custom code or plugin is needed to achieve your purpose. Changing roles with 
   User Role Editor will not help.

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

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