Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Don’t allow users to edit their Profile‘Profile’ menu item is protected by ‘read’ capability. If revoke it, user will lose access to the admin back-end at all and will get error message.
It’s possible to add special option to URE for every role “Prohibit access to admin”, like here:
https://www.role-editor.com/documentation/hooks/ure_role_additional_options/
It will redirect user to front-end.If it’s not applicable, you have to use custom code to remove ‘Profile’ menu item, like in this article:
https://shinephp.com/how-to-block-wordpress-admin-menu-item/Forum: Plugins
In reply to: [User Role Editor] Admin bar hides for admin when disabled for subscriberClick ‘Capabilities’ link under the selected user row. Turn Off checkbox with ‘Subscriber’ role at the ‘Other roles’ section. Click ‘Update’.
WordPress uses ‘edit_posts’ by default as for ‘Add New’ permission, as for editing existing posts. I don’t know how ‘create_posts’ appeared exactly at your site. For example, URE Pro may add it if related option is turned ON. User without ‘create_posts’ will not see ‘Add New’ menu item and button after that.
Forum: Plugins
In reply to: [User Role Editor] Admin bar hides for admin when disabled for subscriberURE allows to see ‘administrator’ role at the list of roles at “Users->User Role Editor’. I need to turn ON special (1st) option at “Settings->User Role Editor->General” tab. Check if ‘Hide admin bar’ option is turned OFF for ‘administrator’ role.
I have meant to open the list of users with ‘Administrator’ role and look if someone have the ‘Subscriber’ role assigned in addition to the ‘Administrator’ one.
Forum: Plugins
In reply to: [User Role Editor] Let custom users only add other users with specific roleHi,
It’s possible via custom code, using editable_roles filter.
Forum: Plugins
In reply to: [User Role Editor] Admin bar hides for admin when disabled for subscriberHi,
Check if user with administrator role which loses admin bar, does not have subscriber role too. If multiple roles assigned to a user you may meet the described situation.
Hi Fabrizio,
To proceed investigation of the problem, contact me directly via vladimir [at-sign] shinephp.com
Hi,
Yes, it’s possible to manually modify skip-list.
Add to the end of plugins/plugins-garbage-collector/data/skip-list.json file, the string:
, "elasticpress\/elasticpress.php"
So you should see this as the result at the end of file:"w3-total-cache\/w3-total-cache.php", "elasticpress\/elasticpress.php"]I tested PGC with this plugin installed and did not get any errors. So PGC may produce error on another plugin.
Look if can find something related in the server log files. You can enable WordPress debug mode this way:Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Inactive tableThanks for the quick feedback.
Fixed at version 0.11
PGC is compatible with WP multisite starting from version 0.11.
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Inactive tableFixed by version 0.11.1.
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Inactive tableYes, this helped. I repeated the described issue. It’s the bug. Thanks for the report about it. I will prepare a fix and post a notification here.
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Inactive tableThanks for the feedback.
Can you show the screenshot?
By design PGC shows in blue the tables which belong the installed plugins, which are deactivated, but still presented on the site. That’s why ‘delete’ checkbox is unavailable for “blue” tables. Just to not break the installed code inadvertently.
Forum: Plugins
In reply to: [User Role Editor] Problems with LogInURE is fully compatible with WooCommerce, as WooCommerce uses WordPress built-in permissions system based on user roles and user capabilities.
I offer to look a source of the issue in other direction. Try exclude caching. Test with another browser/computer or clear your browser cache. If you have a server side caching switch off pages cache for the logged-in users.
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] mysqli_You are welcome!