Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
Yes, I tried PressApps plugin. Look this demo video and let me know what you do in a different way.
VladimirKeymasterShow the screenshots: capabilities checked for this role, admin menu window. I will try to reproduce the issue.
VladimirKeymasterHi,
A workaround is to add user capability ‘pa-non-existent-capability’ to the roles with ‘manage_options’ capability. ‘PressApps’ menu will be available for blocking in the “Admin Menu” for those roles after that.
24/08/2016 at 00:43 in reply to: How to allow role to edit users but not those of Administrator or Editor role? #2645VladimirKeymasterIt’s possible with “Other Role Access” add-on:
VladimirKeymasterHi,
I looked at the WpProQuiz plugin code. It uses its own database tables, not custom post type. So User Role Editor can not help you to show to the users just their own quiz. It’s seems that user with ‘wpProQuiz_edit_quiz’ capability can edit any quiz.
It’s possible to set restrictions with additional programming only.VladimirKeymasterHi,
Yes, it’s possible. Thanks for a good suggestion. I will include this feature to my development plan (1-2) months.
VladimirKeymasterUser Role Editor Pro does not have any special settings related to the new user registration email notification. It should not influence on this email in any manner.
What if you deactivate URE Pro temporally? Will you receive notification email about new user registration with URE deactivated?VladimirKeymasterIt’s possible. But it’s not realized yet. I will include sidebars access feature to the next version.
VladimirKeymasterOpen “Users->User Role Editor” and check the browser JavaScript console for the error messages. If there are any send here a copy.
VladimirKeymasterHi,
Try again, just in case it was a temporary network problem. If error will be repeated send a domain name of your site. I will check my update server logs.
VladimirKeymasterYes, ‘Admin menu’ works in read-only mode for the ‘Administrator’ role, as we should not restrict site administrator.
Create for a new role as a copy of administrator role. Revoke from it unneeded capabilities, like manage_options. We should minimize access using capabilities 1st, whenever it’s possible.
Open “admin menu” window for ‘administrator’ or ‘shop_manager’ role, look what capabilities protect WooCommerce related menus. Revoke from a new role unneeded capabilities.
After then open admin menu window for this new role and block the rest of menu items which you can not remove using capabilities.12/08/2016 at 04:32 in reply to: Unable to Restrict Access within WP Admin on One Specific Site #2624VladimirKeymasterHi Kevin,
I make my own test with active W3TC and can not repeat the issue. If you use CDN, cached version of the page may be provided from there and it could be built for other user.
May be it has sense to use one of these W3TC options:
– Don’t cache pages for logged in users;
– Don’t cache pages for following user roles;
available at the “Page Cache -> General” section?VladimirKeymasterThanks for sharing your experience.
In general if plugins use the same capabilities you may block unneeded plugin menus via “Admin menu access” add-on you referenced at your post.
Some plugins changes capabilities, which they use for menu protection, dynamically:
use one for ‘administrator’ role and another one for other roles. Such cases require investigation as the admin menu access module shows menu items list using capabilities it got from menu for the ‘administrator’ role.10/08/2016 at 05:17 in reply to: Why URE restricted role when it is clearly given permission (on Submenu)? #2618VladimirKeymasterA workaround which will allow to not define ‘dummy’ ‘Add New’ submenu items is to add to the user role ‘create_posts’, ‘edit_posts’ capability. It’s possible to block that menu with URE Pro “Admin menu access” add-on.
In other cases WordPress requires that there was a correspondent menu item available for current user if he tries to access ‘post-new.php’ page.
You can find logic at user_can_access_admin_page() function.
It’s located at wp-admin/includes/plugin.php file, line # 1697.
It’s called from wp-admin/includes/menu.php file, line # 333.VladimirKeymasterHello. It’s there already:
It’s not a capability. But the checkbox at the “Edit post restrictions” dialog window for the role. -
AuthorPosts