Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
Thank you. Fix will be available with version 4.11.
VladimirKeymasterHi Bernhard,
I published the post with example how to restrict access to the widgets area for selected role
https://role-editor.com/restrict-access-wordpress-widgets-area-per-role/Regards,
Vladimir.VladimirKeymasterIf this is possible send the link to your site and, administrator login/password to [email protected]
I will check the issue on site and return to you with decision.VladimirKeymasterHi,
There is no user interface for this in the User Role Editor. You may restrict access for posting to the list of categories this way
http://shinephp.com/block-posting-to-selected-categories/P.S. My apologies for the delay with answer. I did not get automatic notification email about this post for some reason. You may email directly to [email protected] in case your question was not answered in 24 hours.
VladimirKeymasterHi,
It is possible to update User Role Editor Pro as any other WordPress plugin. You need install the license key to use this feature. After that you will get WordPress notification when update is available.
VladimirKeymasterHi,
Thanks for the suggestion. I will include user menu access management to my development plan.
I work on access by role feature for posts and pages just now.
P.S. My apologies for the delay with answer. I did not get notification email about this post.
VladimirKeymasterHi,
Thanks for the suggestion. I will realize it.
P.S. My apologies for the delay with answer. I did not get notification email about this post.
VladimirKeymasterHi,
My apologies for the delay with answer. Is this problem resolved already or you still need a help?
VladimirKeymasterHi,
The easiest way to achieve that – use “Admin Menu Editor” (http://wordpress.org/plugins/admin-menu-editor) plugin in conjunction with “User Role Editor”.
VladimirKeymasterHi,
Please send FTP and WordPress admin credentials to [email protected]
I will check what was happened with your site.VladimirKeymasterHi Bernhard,
It is impossible with built-in WordPress capabilities as “Widgets” menu uses the same capability as the upper level menu “Appearance”.
We may block selected menu items for selected role by adding some code. Yes, I plan to add the interface for such functionality.As about permissions for specific widgets this subject needs additional investigation. I have no ready to use decision for this moment.
VladimirKeymasterHi Joe,
If user with ‘administrator’ role has no any GF capabilities he automatically get full access to GF plugin functionality, line #841 of
gravityforms.php
file:else if(current_user_can("administrator")|| is_super_admin()){ //checking if user has any GF permission. $has_gf_cap = false; foreach($gf_caps as $gf_cap){ if(rgar($all_caps, $gf_cap)) $has_gf_cap = true; } if(!$has_gf_cap){ //give full access to administrators if none of the GF permissions are active by the Members plugin $all_caps["gform_full_access"] = true; } }
Try to leave at least one minimal capability, e.g. “gravityforms_view_entries” and check how the access of administrator user will be changed.
VladimirKeymasterDeactivate free version. Install Pro version.
Insert license key at the User Role Editor Pro Options page: Settings->User Role Editor.Yes, you can assign specific page to edit to one specific user. Read this post for more details:
https://role-editor.com/allow-user-edit-selected-posts/VladimirKeymasterHi,
1) License key input field is available for the Pro version of URE only. If you have the free version, deactivate it, delete if you wish. Then install the Pro version. Goto the “Settings->User Role Editor” (Network admin->Settings->User Role Editor – for the WordPress multisite) and insert license key there.
2) You may find license key at your personal membership account page
https://role-editor.com/membership-account
after login to role-editor.com
3) Pro version is available for download from this link
https://role-editor.com/download-plugin/
after login to role-editor.com
4) General description of core functionality included into free version is available here
http://shinephp.com/user-role-editor-wordpress-plugin/
5) For description of additional features of Pro version read posts at our blog
https://role-editor.com/blog/
6) Some details for Pro version module are available here:- https://role-editor.com/allow-user-edit-selected-posts/
- Per plugin access for users with “activate_plugins” capability:
Look youtube video - https://role-editor.com/restrict-users-access-gravity-forms/
- Giving access to the User Role Editor to the single site administrator of your WordPress multisite network, make available for him the selected capabilities only:
Look youtube video
If you have any additional questions, please ask. I will try to answer.
VladimirKeymasterHello,
Some times (year?) ago users started complain that there is a conflict between URE plugin and bbPress. bbPress did not store its own custom capabilities at the WordPress user roles storage but created them dynamically every page load. URE works directly with WP roles storage. It saved bbPress caps to the database when user edited some role. Thus I excluded bbPress capabilities from the User Role Editor scope of view apparently. That’s why you don’t see them in URE.
Let me investigate the question again (couple of days). I may provide you special URE version with opened access to the bbPress capabilities. Are you ready to test how the things will go?
-
AuthorPosts