Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterHi Armel,
Right. I said exactly this. Current version does not support replication of plugins access restriction for the whole network.
I can not explain a reason why, though. It seems, that it’s a bug, which prevents including “Plugins activation access” add-on to the list of add-ons available for network replication. I will investigate it and try to fix with the next update.With current version you need set restrictions for every subsite manually.
Vladimir
KeymasterHi Armel,
Thanks for letting me know.
Remember that I wrote you here that editing add-on settings at the main site is not enough to get the same settings at the subsite. “Apply to All sites” checkbox does not transfer add-ons data, but roles capabilities only. You should to use “Network admin->Users->User Role Editor->Update Network” for that.
And if you will use it, you see that “Plugins access” add-on is not included into the list of add-ons which data are available for replication for the whole network.Check if needed settings for that add-on are in place for subsite. Go to the ‘lite’ subsite menu Users->User Role Editor, click “Plugins” button and look, if needed plugins selected for this role at this subsite. Then proceed with testing.
Vladimir
KeymasterHi Armel,
I did not receive a message with the updated login link. Please re-check.
Vladimir
KeymasterProvided single site admin permissions is not enough to view all settings and try to reproduce the issue. Superadmin access is required.
Btw., I do not see it at your older video, – what role was granted to the user armel at the ‘lite’ subsite when you recorded that video?
I got a thought about possible confusion of pmpro level ‘lite’ and user role ‘lite’, for which you added admin menu access restrictions. Definitely pmrpo level is not a user role and vise versa.
2nd, after more careful look at the same video, I see that you did not really fulfill “Network Update”. When you clicked “Update” from admin menu ajax data exchange with server took some time and your next click on the “Network update” button did not take effect as URE Pro just waited/received ajax response from a server and showed notice at the top about “admin menu access data update” for the current role. It was made for the main site only. When you will click “Network update” you see 1st the dialog where you can select what add-ons data to replicate for all subsites. Look at this screenshot.
Vladimir
KeymasterYes, send admin login credentials to support [at-sign] role-editor.com
Let me know also what user do you test.Vladimir
KeymasterURE does not hide this admin bar menu item by default.
Add this code to your active theme functions.php file or setup it as a must-use plugin to change default behavior:add_filter('ure_do_not_remove_from_admin_bar', 'ure_do_not_remove_from_admin_bar', 10, 1); function ure_do_not_remove_from_admin_bar( $exclusions ) { foreach( $exclusions as $key=>$item ) { if ( $item==='edit-profile' ) { unset( $exclusions[$key] ) ; break; } } return $exclusions; }
Vladimir
KeymasterCheck full list of user capabilities granted to this user. I mean some capabilities may be granted directly to a user, without using role. Go to “Users” page, select user row and click “Capabilities” link under it. Look for capabilities granted to this user.
Vladimir
KeymasterI resolved a coockie issue with access to local copy of your site.
I can not repeat the problem with admin menu access. Testing showed that admin menu access works as expected, look this video.
Local copy differences: “iThemes Security” plugin is not active. I can not activate it for a while as I did not use SSL at local development environment yet. I hope to resolve this configuration issue and proceed if you give me more time.
It would be good if you send me (via email) a fresh temporal login link for superadmin user. I wish to compare some settings with your live site.
Vladimir
KeymasterHi Armel,
Thanks for this information. I will continue my investigations.
Vladimir
KeymasterI did not have a solution yet.
Just FYI: I met a problem with local setup of your site copy. It’s the 1st time when even after removing from a copy all mu- and casual plugins, activating WP default theme and comparing all WP files with wordpress.org’s WP 5.0.3 installation package I still can not login to the local site copy – it reports about troubles with cookies. The 10+ other sites allows to login from the same browser but this copy does not… So I still finding what may be wrong.
Btw., can you try to deactivate temporary “iThemes Security (Better WP Security)” plugin? I have assumption that it may be a reason of a conflict with URE Pro admin menu access add-on. Let me know the result.
Vladimir
KeymasterNot yet. I will try to find a solution tomorrow.
Vladimir
KeymasterThank you.
I will not touch any settings at the live site. I will contact you with the results of my investigation.Vladimir
KeymasterI see. Is it possible for you to share with me a copy of database and files (themes and plugins folders only)?
I would try to setup and analyse the issue at my local development environment.If Yes, share files with support [at-sign] role-editor.com via DropBox or similar or provide access to FTP and MyPhpAdmin in order I can make needed copies myself.
Vladimir
Keymaster1st, it’s not enough to block just top level menu item if you wish to block full menu. You have to mark as blocked all unneeded submenu items too.
2nd, be sure that you test admin menu access at the same subsite where you made restrictions for the role. “Apply to all subsites” option from the main site works for the roles only. It does not replicate add-ons data. You have to use “Update Network” button from the “Network admin->Users->User Role Editor” page for this purpose.Do you have active some other plugin related to admin menu management? Like “Admin menu editor” or similar? It’s possible to get conflict in this case.
Vladimir
KeymasterI recorded short video in parallel with you. I shows that ‘Admin menu access’ add-on blocks menu item for ‘tawk.to’ plugin included into the list you shared.
I will look your video now.
-
AuthorPosts