Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
Hi,
I see the only way to solve this task – create 2 roles:
1) create, modify and delete all articles and create, edit, delete pages only;
2) edit specific pages from other users according restriction by its ID.
Grant those role to different WP users. When someone need to work with role 1 he logins with user 1, when with role 2 – he re-logins with user 2.Is this workaround applicable for in your case?
24/08/2022 at 04:16 in reply to: How to restrict the user role “Author” from viewing “Comments”? #8024VladimirKeymasterHi,
You can block ‘Comments’ menu for Author role using “Admin menu access” add-on:
https://www.role-editor.com/block-admin-menu-items19/08/2022 at 14:37 in reply to: How to add capability for Meta Tag Manager for non-admin user role #8018VladimirKeymasterHi,
Grant ‘list_users’ capability to this user role.
VladimirKeymasterHi,
Is it Gravity Forms add-on?
Can you share this plugin .zip via Google Drive, DropBox or similar for the investigaion?VladimirKeymasterHi,
It’s better to deactivate plugin at the older place before activate it at a new one.
Btw., license key is important only for access to the automatic updates. Plugin does not block/hide itself due to license state.Try login as a user with WP built-in administrator role. URE makes itself available for this role automatically. If you don’t see URE as such user, try to deactivate URE and activate it back. If it’s not visible at the “Plugins” page make this via FTP:
– rename user-role-editor-pro folder to user-role-editor-pro-1;
– open ‘Plugins’ page again. WP will automatically deactivate URE, is its files are not available;
– rename URE folder back to user-role-editor-pro;
– return to “Plugins” page and activate URE again.
URE tries to grant its user capabilities to administrator role on activation.VladimirKeymasterIf it’s applicable, send admin credentials and what role did you restrict to support [at-sign] role-editor.com
I will investigate the issue.VladimirKeymasterHi,
Unfortunately, No. URE does not offer additional restrictions for the bbPress. It manages only bbPress’s own user capabilities.
27/06/2022 at 04:08 in reply to: I have enabled all options for a CPT but my user cannot add a new one #7986VladimirKeymasterQuick workaround, leave ‘create_posts’, but block access to the ‘Posts’ menu via “Admin menu access“.
I suppose you met some conflict between URE Pro and code which registers ‘hr_pages’ custom post type. If you provide me access to a copy of that plugin or theme, I will try to find a reason.
24/06/2022 at 11:55 in reply to: Main category is deleted each time a specific role updates a post. #7981VladimirKeymasterHi,
Try to define if some plugin is involved. Deactivate all plugins and test. If issue will go away, activate plugins back one by one with a new test to isolate a reason.
VladimirKeymasterNo, it’s not possible with URE Pro. URE Pro provide access management for WordPress UI only, while direct access to the files via URL is managed by web server software, e.g Apache or Nginx.
VladimirKeymasterWordPress itself requires ‘manage_categories’ user capability. URE plugin does not change this.
To isolate a reason try to deactivate all plugins and test. If it will help, activate plugins back one by one with a new test until the problem will raise again.
VladimirKeymasterHi Andreas,
It would be a role from some plugin, which re-creates it dynamically on every page open. Share this role ID. Some roles include a part of plugin name to its IDs.
Or try temporally deactivate all plugins except URE. Will you can update role after that?
If Yes, activate plugins back one by one and make new test to isolate a plugin to which this role belongs.VladimirKeymasterHi,
Yes. Go to “Users->User Role Editor”. Select role and click “Posts Edit”. It has a similar “Own data only” option.
VladimirKeymasterHi,
Excuse for delay with response.
If this is still actual, there is a plugin “Press This“. I suppose that ID ‘press-this-add-category’ may be related to the plugin above. If you has such active plugin, try deactivate it and test.
09/06/2022 at 15:44 in reply to: “Administrator” role missing under multisite’s subsite’s Users menu item #7963VladimirKeymasterURE protects users with ‘administrator’ role from each other under WP multisite by deafault.
In order to show single site administrators back, and allow edit users:
1) Go to Network admin->Settings->User Role Editor->Multisite and turn ON the “Allow single site administrator access to User Role Editor” and “Allow non super administrators to create, edit, and delete users”.
2) Go to “Users->User Role Editor” and grant to ‘Administrator’ role the ‘ure_manage_options’ user capability.Another way is switch URE built-in administrators protection using ‘ure_supress_administrators_protection’ custom filter. Just return TRUE for it.
-
AuthorPosts