Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
Quick fix: add to the “Administrator” role these capabilities defined and used by GF Salesforce Add-On:
gravityforms_salesforce, gravityforms_salesforce_uninstallVladimirKeymasterPlease check if code you inserted into the functions.php contains real single quotes like this “‘”, not as the message above “‘’”.
VladimirKeymasterHi,
In general you need to use ‘Admin Menu’ button after activating ‘Activate Administrator Menu Access module’ option at URE’s Options page, and block unneeded menu items for the “Editor” role.
If you can not send the links here, please, send the screenshots of the settigns you made to the support [at-sign] role-editor.com
VladimirKeymasterThe most probable reason is a JavaScript error, raised by some code from other plugin or theme. Please check browser JavaScript console for the error messages and try to isolate them. Or let me to help you with that.
VladimirKeymasterHi,
add to the active theme’s functions.php file this code:
add_action('wp_head', my_hide_admin_menu_bar); function my_hide_admin_menu_bar() { if (current_user_can('role_for_which_you_block_admin_bar')) { show_admin_bar(false); } }
VladimirKeymasterPopups plugin uses ‘manage_options’ capability. So you need to add ‘manage_options’ to the editor role and block for it other menu items (like ‘Settings’) prohibited by the same ‘manage-options’ capability with admin menu blocking add-on:
https://www.role-editor.com/block-admin-menu-items
The similar situation was described in this post:
https://www.role-editor.com/wp-statistics-access-other-roles/VladimirKeymasterIf you just create role under network admin – new role will be available at the main site of the network only. All updates made to the roles under Network Admin are applied to the main site.
If you wish to replicate all roles data to the all other subsites use “Update Network” button.
VladimirKeymasterOption “No role for this site” is available at the roles list starting from the version 4.19. Currently version 4.19 is in a beta state. You may download it for testing from
https://www.role-editor.com/download-plugin/VladimirKeymasterHello,
Rules defined at both plugins should be agreed. If you use URE to give marketing chap access to the certain pages and posts only, as you can not achieve the same at WPMU Dev Membership, try to make that user a member with full access to the posts and pages at WPMU Dev Membership 1st.
VladimirKeymasterHi,
Good question. It is not possible currently with roles selection metabox. I will add such functionality for the next update.
VladimirKeymasterHi Laurence,
Thanks for the good feedback. Please read my answer at this topic
https://www.role-editor.com/forums/topic/user-pagesposts-only-viewable/VladimirKeymasterHi Laurence,
You may achieve this by 2 ways:
1) Try my other plugin https://wordpress.org/plugins/view-own-posts-media-only/
or
2) Use posts/pages edit restrictions add-on of a Pro version:
https://www.role-editor.com/allow-user-edit-selected-posts/
But do not input that users post IDs as restrictions list.
If you wish that user add new posts add him or to the his role the ‘create_posts’ capability.
In order to restrict him to view his own posts do the following:
– Add to the user or to the his role ‘edit_others_posts’ capability. This will activate ‘edit posts/pages with author user ID (comma separated)’ section at that user profile.
– Input that user ID to that field to restrict him to view/edit just his posts and any other custom posts types, like WooCommerce products, etc.VladimirKeymasterThank You.
VladimirKeymasterIs this question still actual?
VladimirKeymasterPlease give more details about a problem? Don’t you see users with ‘author’ role at the ‘Author’ drop-down list at post editor or something else?
-
AuthorPosts