Forum Replies Created
-
AuthorPosts
-
28/08/2023 at 14:55 in reply to: Allow activate extension – can activate ALL deactivated plugins #8346VladimirKeymaster
Help with example in order I can reproduce your situation.
I made test with 8 plugins installed and only 2 active. Then I allowed user with read, activate_plugins capabilities in the role activate/deactivate only 2 plugins (1 active and 1 not active). User sees only those 2 plugins. Clarify on example, how he can work with other plugins. What I missed?
24/08/2023 at 03:59 in reply to: Edit Access for Blocked Post Items Available From the Front End of the Site #8343VladimirKeymasterIn general URE Pro should temporally revoke edit_ capability from current user if post restricted for editing.
Your issue needs investigation. If can provide admin access to the stage copy of the site without critical data send credentials to support [at-sign[ role-editor.com, add restricted role and post example to use during the tests.
VladimirKeymasterHi,
I suppose you write about some other plugin which allows to set prices for the product in relation of current user role. User Role Editor does not offer such feature at all.
20/08/2023 at 05:02 in reply to: How to limit editing ability for a specific page to only a certain user #8339VladimirKeymasterUnfortunately this valuable addition is not realized yet. Will do, really.
10/08/2023 at 14:52 in reply to: Not hiding the admin menĂ¼ point from plugin “PublishPress Revisions” #8335VladimirKeymasterHi,
Revisions plugin creates admin menu item with a ‘read’ capability, which is granted to any role with access to wp-admin.
It seems that small workaround may help you. Leave all Revisions admin menu items blocked for your role via “Admin menu” as you did and add to the active theme functions.php file this code:
add_filter('revisionary_add_menu', 'ure_revisionary_off', 10, 1 ); function ure_revisionary_off( $edit_any ) { return false; }
It fully hides ‘Revisions’ menu for editor role in my test.
08/08/2023 at 03:31 in reply to: Possible conflict with GeneratePress and The Event Calendar (TEC) plugins #8331VladimirKeymasterI tried repeat the issue locally to isolate a problem using debugger, but without success. When I tried again on-line at dev copy, user with ‘author’ role updated the seria with added event successfully. The only change I see – is the “Classic Editor” instead of the block one. Did you solve a problem?
VladimirKeymaster@dshank, You have older unsupported version of URE Pro – 4.51.2, which had the bug, caused syntax error:
[07-Aug-2023 04:22:24 UTC] PHP Fatal error: Uncaught TypeError: Unsupported operand types: string + string in /public_html/wp-content/plugins/user-role-editor-pro/pro/includes/classes/other-roles.php:258
It was found at have fixed at version 4.57.
I fixed this bug at your stage server, but recommend to update to the latest version of URE Pro, if you plan to use it.
VladimirKeymasterSend to support [at-sign] role-editor.com
VladimirKeymasterIt seems as jQuery is not loaded at all, but once you see error message after click on the “Other roles” button, event was assigned to the button via jQuery.
Is it possible to look at the stage copy of your site to search a reason?
01/08/2023 at 02:45 in reply to: Possible conflict with GeneratePress and The Event Calendar (TEC) plugins #8322VladimirKeymasterHi,
Thanks. I confirm that update issue is related to the post edit restrictions set to the Author role. I need more time to catch the bug.
Take into account that ‘ure_manage_options’ is a superadmin capability for User Role Editor. Role with this capability is not restricted in any manner. In this case URE just ingnores post edit restrictions set for a role.
VladimirKeymasterLook for the options listed in the article below:
https://wordpress.com/go/tutorials/how-to-embed-video-wordpress/#:~:text=Insert%20Video%20Blocks,a%20video%20from%20a%20URL.VladimirKeymasterLook at this article:
https://www.role-editor.com/block-admin-menu-itemsVladimirKeymasterHi,
This article contains the solution:
https://woocommerce.wordpress.com/2018/10/11/woocommerce-3-4-6-security-fix-release-notes/25/07/2023 at 03:32 in reply to: Possible conflict with GeneratePress and The Event Calendar (TEC) plugins #8312VladimirKeymasterThanks for the provided information. I will investigate the problem.
VladimirKeymasterOr send admin credentials to support [at-sign] role-editor.com in order I can look on the issue myself.
-
AuthorPosts