Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
This plugin adds its own menu with empty capability (3rd parameter):
// define the plugin admin menu pages add_menu_page( self::$plugin_title, self::$plugin_title, '', self::PLUGIN_NAME, array(__CLASS__, 'include_admin_file') );
This is the reason why Admin menu add-on does not show “Participants Database” menu item. I will try to fix this compatibility issue.
Alternative way to manage access to the “Participants Database” plugin is to use its own drop-down menus to select roles for 2 levels of access to it: admin and records editing.
28/10/2014 at 03:46 in reply to: Getting an "insufficient permissions" for some admins but not others #1255VladimirKeymasterTest admin you created for me can not add new coupons too. Quick checking shows, that You have ‘Activate “Create Post/Page” capability’ option active. It turned on automatically with “Activate user access management to editing selected posts and pages” together. But “Administrator” role does not have ‘create_posts’ and ‘create_pages’ capabilities included. This is the reason of the problem. Administrators who may add new coupons has those capabilities added directly to their users.
After I added ‘create_posts’ and ‘create_pages’ capabilities to the “Administrator” role, test admin (you created for me) can add new coupons. I’m sure that it will be the same for the rest administrators.28/10/2014 at 03:12 in reply to: Getting an "insufficient permissions" for some admins but not others #1253VladimirKeymasterSend it to support [at-sign] role-editor.com
28/10/2014 at 01:36 in reply to: Getting an "insufficient permissions" for some admins but not others #1251VladimirKeymasterCan not reproduce described problem:
1) Activated User Role Editor Pro.
2) Created user with ‘Administrator’ role.
3) Logged in under that user.
4) Created WooCommerce coupon successfully.Is it possible to look on the issue on site? I need such problematic user account access.
VladimirKeymaster@CutBlow76: Hi,
I can not repeat this issue. Is it possible to look on it at your site? I need administrator privileges and know what user does not have ‘logout’ menu item at admin backend.VladimirKeymaster@JJSpringer: Thanks for letting me know. This feature will be available until the end of this year.
VladimirKeymasterIt is good that you found a workaround. Your situation is something special. Of course you should not give to the user an ‘add_users’ capability in order he sees ‘howdy’ menu.
If sometime in the future you will desire to investigate this issue I’m ready to take part in it.VladimirKeymasterIf issue remains with the only URE plugin active, do you use Admin menu blocking URE add-on? What will be if you deactivate this add-on turning off its check box at the ‘Additional Moduls’ tab of URE Settings?
VladimirKeymasterI can not reproduce it. Topbar menu “howdy” is always visible. It seems I need more information.
Try to deactivate all other plugins except User Role Editor. Does issue remain? If ‘No’, what other plugin together with URE does lead to this issue?VladimirKeymasterThanks for you answers.
At this point, as single site admin I can see URE under Users and under Settings, but not under Plugins.
URE is available at single site “Plugins” list (multisite) under the same condition as it’s available under “Users” and “Settings”. User should have URE’s key capability. It is ‘manage_network_plugins’ in case URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE constant is not set or ‘administrator’ – the same as for single site, in other case.
So I understand when you report the 1st issue, that single site admin does not see URE at all. But I don’t see the reason for the current state. Add here the fact that I can not repeat this issue at my test WP multisite, where single admin sees URE under “Plugins” of his site.Is it possible to get FTP and superadmin access to your test WP mulitisite installation in order to try to find the reason of the problem?
VladimirKeymasterWhat role your single site administrator has? Is it “administrator” or it has some other name?
VladimirKeymasterDoes single site admin see other plugins under “Plugins” menu at your configuration?
There should be the way to tell WPEngine that your update to wp-config.php is legal and should not be stripped. Other way it loses the sense as you can not customize WP configuration for your own needs.
You are right about ‘Enable “unfiltered_html” capability” option. So I will just hide the other options from local admin, not the whole “Multisite” tab. Thanks.
VladimirKeymasterAnd ‘Yes’ I should re-test what is happend now with network wide settings from the ‘Multisite’ tab. It may stop working.
After thinking a little I went to the conclusion that there is no problem here. If plugin activated for single site, all plugin’s settings should be applied to that single site only. So if it is needed to restrict single site administrator, super admin will set needed options at the “Multisite” tab at this site. Single site admin will not see the “Multisite” tab of URE.
VladimirKeymasterIn case we activate URE for single site it reads options from the site for which it is activated, not from the primary blog.
And ‘Yes’ I should re-test what is happend now with network wide settings from the ‘Multisite’ tab. It may stop working.Other problem you showed to me – the “Multisite” tab of single site activated URE plugin should be available to the super-admin only. I will hide it from other administrators.
Try this hack as a quick workaround to provide single site administrators access to the URE: add this line to the wp-config.php
define('URE_ENABLE_SIMPLE_ADMIN_FOR_MULTISITE', 1);
VladimirKeymasterIs “Plugins” menu item available for the single site admin at your WordPress multisite?
“Activate access restrictions to User Role Editor for single site administrator” – this add-on allows to limit single site administrator access to the user capabilities when he edits roles. It does not influences on the URE visibility at the plugins list.
-
AuthorPosts