Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterHi Jon,
I reproduced the bug. Thanks for this report. I will work on the fix to include into the next update.
Vladimir
KeymasterCheck URE Pro settings, Add-ons tab:
if “Activate “Create” capability for posts/pages/custom post types” option is turned ON.
If Yes, then you have to grant to your role the ‘create_%’, capability for “USP Forms” custom post type. ‘%’ here is the custom post type ID.
“Add New” menu item is not available without ‘create_%’ capability if mentioned option is turned ON.Vladimir
KeymasterGraphQL plugin uses ‘manage_options’ user capability to protect all its admin menu items.
You can grant ‘manage_options’ to your role, then block unneeded menu items using Admin menu blocking add-on.
Vladimir
KeymasterHi,
This plugin uses ‘manage_options’ user capability to protect its menu/submenu items.
Vladimir
KeymasterHi,
If it’s applicable, send admin login credentials to support [at-sign] role-editor.com
I will look on the issue on site.Vladimir
KeymasterRead carefully the “Block not selected” part of the documentation article.
Vladimir
Keymaster“Gravity Forms Add-Ons” section is provided by Gravity Forms itself via GFAddOn (includes/addon/class-gf-addon.php) class.
My test showed that this group is filled by caps as expected. I may suppose that some active add-on can break the data structures used for this. Try to deactivate temporary all GF addons and activate them back one by one with test repeated to check if this is true assumption and isolate a conflict.Vladimir
KeymasterAdmin notification for 3: I don’t have a solution on hands. In theory custom code hooked to the post status change (e.g. transition_post_status) from ‘draft’ to ‘pending’ may resolve this task.
Vladimir
Keymaster1, 2 – It’s possible to setup via “Edit restrictions add-on“. Activate it, then open “Edit post” dialog for a role and select “Own data only”.
3 – You had to use as a base role for the starting point the contributor role, not the author. Revoke from a role these capabilities: ‘publish_posts’, ‘publish_products’, ‘edit_published_posts’, ‘edit_published_products’, ‘delete_published_posts’, ‘delete_published_products’.
4. You can not control with URE what fields are shown at the front-end product page.
Vladimir
KeymasterIs WpUltimo alailable at wordpress.org/plugins or is it commercial product. I need access to its copy to check the issue.
Can you share the full stack of from PHP. It should show from where remove_user_from_block() function is called and what code send to it WP_Error object instead of integer value in $user_id variable.
Vladimir
KeymasterIn general, WordPress checks delete_posts capability for images and additionally if user can delete post to which image is attached. So delete_others_posts capability may be required in that case.
If option “Force custom post types to use own user capabilities” is turned ON at URE’s Settings, then ‘delete_attachments’, ‘delete_others_attachments’ may be required the same way as with posts capabilities mentioned above.
Vladimir
KeymasterIs URE network activated?
Or is it activate for the single subsite?Vladimir
KeymasterHi,
1st, decide if you trust this person enough. Using script tags may lead to the permissions compromising and vulnerable.
2nd, go to the “Network Admin -> Settings -> User Role Editor -> Multisite” tab and turn ON the
Enable "unfiltered_html" capability
option.3rd, go to the site where you user has ‘administrator’ role and open ‘Users->User Role Editor’, select ‘administrator’ role, turn ON the ‘unfiltered_html’ capability. It’s located at the ‘Deprecated’ group.
Vladimir
KeymasterHi,
Replace ‘administrator’ role ID at the add_menu_page() call with ‘manage_woocommerce’ user capability, which is available by default for the administrator and shop_manager roles only.
Vladimir
KeymasterThank you for this enhancement suggestion. I will add a suitable filter with one of the next update.
-
AuthorPosts