Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterTry to set this additional option for a role.
Vladimir
Keymaster@nordin:
Hi,
I plan to publish the next update (v. 4.50) until February 1st, 2019. I will try to add this feature to it.22/02/2019 at 03:57 in reply to: Remove Protected Content (Post / Pages) from REST API, RSS Feeds, and Search #5502Vladimir
KeymasterI made another test and discovered the mistake during previous test of RSS feed. I made that as logged-in user and checked access to the post allowed for logged-in users only. It’s content was hidden after I logged-out.
So I will add the missed filter for exceprt ‘the_excerpt_rss’ with the next update.22/02/2019 at 03:47 in reply to: Remove Protected Content (Post / Pages) from REST API, RSS Feeds, and Search #5500Vladimir
KeymasterHi Jake,
Thanks for the good question.
1) REST API – protected content is not shown;
2) RSS feeds – It seems that some filters were missed. Protected content is available. I will work on a fix for this issue. Thanks again for paying my attention on the subject.Vladimir
KeymasterHi Evan,
role-editor.com script supports one license key for one user account. So Yes, you have to use another user name and email address to purchase additional license key.
I restored former Pro Business Lifetime subscription for your existing account.
Send desired user name and another email address for a new user account to support [at-sign] role-editor.com. I will register new account with Pro Personal Lifetime subscription then.Vladimir
KeymasterYes, if this is not critical for your site, switch to the “Classic Editor” for a while. It limits categories list according the restrictions made.
Limited categories list for Gutenberg is a subject of further development.
Vladimir
KeymasterHi,
Do you use older editor with meta boxes provided by “Classic Editor” plugin or a Gutenberg editor?Vladimir
KeymasterHi Aniello,
Thanks for the access to the site. There was misunderstanding. I thought you have a problem with revoking access to the “Products” menu at /wp-admin, but you wish to manage view access to the products at front-end.
You are at almost 1 step from your purpose. Setting you made for products with category “Gioielli” is correct in case you wish to block view of post content (product decsription) but still leave post title (product title) available in the listings (catalogo or shop page) and product page itself (just without content). In case you wish to exclude product from the listing and fully hide its page, you need to select action “Return 404 HTTP error”Vladimir
KeymasterDevelopment version 4.50.b1 is available from this page.
It allows to replicate “Plugins activation access” add-on data to the whole network from the network admin.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; } -
AuthorPosts