Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterCapabilities assigned to a user via role(s) may be revoked from a user via role(s) only. That’s why such checkboxes are shown in grey color, disabled.
You can create another role and grant it to a user instead of previous one. You can just revoke role from a user and grant him needed capabilities directly after that.
Vladimir
KeymasterThanks for the message about role-editor.com contact form.
I re-tested it successfully. I hope it was a temporal networking issue in your case as CF uses Google Recaptcha v.3 service for protection.Vladimir
KeymasterI restored Pro Personal membership for your account.
There are no any automatic recurring payments applied to role-editor.com subscribers. So you don’t need to cancel subscription in advance.
role-editor.com will send automatic notification in a week before subscription expiration date and notify you about subscription expiration. That’s it.21/12/2018 at 02:26 in reply to: Give a role access to edit a spesific menu in Appearance > Menu #5348Vladimir
KeymasterWordPress allows to modify a list of available menus via ‘wp_get_nav_menus’ filter.
I will add UI for this feature to URE Pro at the begin of 2019.Vladimir
KeymasterProblem was discussed and resolved by email.
Vladimir
KeymasterHi Ron,
Clarify,
– What options is not shown at page edit page for your suddenly restricted account (link to screenshot is appreciated)?
– To what plugin those options belong?Vladimir
KeymasterIt’s possible with ‘ure_supress_administrators_protection’ filter (return true for it) to make users with ‘administrator’ role visible to user who can edit users, but such user will can edit “admin users” then. URE does not offer ‘read-only’ mode for users page.
So after you switched off a default URE protection for users with ‘administrator’ role you have to:
1) use ‘map_meta_cap’ filter to block editing users with ‘administrator’ role;
2) exclude ‘administrator’ role from WordPress dropdown lists in order to prevent creation of new administrators by yor Editors: ‘editable_roles’ filter.Vladimir
KeymasterHi,
Yes, it’s possible to limit user or role to publish just into selected category. Use Edit access restrictions add-on for this purpose.
Vladimir
KeymasterTry to install this code at the stage copy of your site as a Must Use plugin.
It fires the same code as URE Pro does on user “Update Network” button and replicates current user and its permissions from the main site to all other sites of the network on the ‘woocommerce_checkout_update_user_meta’ action, that is when a user makes successful checkout for his purchase.
Let me know, how it works at your side. Again, try it at the test copy, do not use it at production site until you are sure that it works as expected.
Vladimir
KeymasterSorry for a delay. I will try to work on this task this weekend.
Vladimir
KeymasterIt’s possible to realize similar access model with ‘Edit restrictions‘ add-on. But will need some special efforts with terms structure and restrictions criteria. Read this article to look how you can use categories to separate edit access between different authors and editors.
Vladimir
KeymasterHi,
“WP simple booking calendar” protects its admin menu item with WordPress built-in user capability ‘manage_options’.
If you will grant it to your user role, you may block other critical admin menu items using “Admin menu access” add-on included into URE Pro.Vladimir
KeymasterCurrently via a piece of custom code only. I will write one, and publish it here little later (2-3) days.
Vladimir
KeymasterIt may be other plugin settings. Try to deactivate all plugins temporary and re-test. Then activate plugins back one by one and make another test to isolate a problematic one.
Vladimir
KeymasterHi,
It’s possible to show ‘administrator’ role inside User Role Editor roles drop-down lists. Turn ON related checkbox at “Settings->User Role Editor->General” tab.
As you have active WooCommerce – this plugin automatically redirects to front-end any role without ‘manage_woocomerce’ and ‘edit_posts’ and ‘view_admin_dashboard’ capabilities. Such role will not have access to admin dashboard.
Role with admin access – create new role as a copy of ‘administrator’ role or just turn on all capabilities using special “bulk selection” checkbox at the top (to the left from the ‘Quick filter’ label.
Will developer install/change .php files (plugins/theme)? If Yes, be aware that user with such permissions can get full access to the site in spite of any restrictions made via WordPress user interface.
-
AuthorPosts