Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Insert capability to Analytify PluginIt does not offer any hook to change this. The only way to edit its source code.
Forum: Plugins
In reply to: [User Role Editor] PHP 7.4Hi,
Yes, User Role Editor is compatible with PHP 7.4Forum: Plugins
In reply to: [User Role Editor] Insert capability to Analytify PluginHi,
Analitify plugin has internal role manager. Go to Analytify->Settings->Admin->”Display analytics to roles (posts & pages)” and select roles for which you wish to show its Dashboard.
For access to the plugin settings user should have at least ‘manage_options’ capability.
Forum: Plugins
In reply to: [User Role Editor] Remove URE capabilities on uninstallHi Eusebiu,
Thanks for pointing me this. I will add URE capabilities deletion on uninstall to the next update.
Forum: Plugins
In reply to: [User Role Editor] Create PostsHi,
User with ‘edit_posts’ capability should see ‘Posts’ menu at wp-admin.
If he does not see it, check if some plugin is not a reason. Deactivate all plugins temporally and re-test. If ‘Posts’ menu will appear for test user, then activate plugins back one by one to isolate a problem.Forum: Plugins
In reply to: [User Role Editor] Multisite SyncHi,
Pro version includes “Update Network” feature, which allows to replicate all roles and capabilities from the main site to all others at once.
Forum: Plugins
In reply to: [User Role Editor] Your plugin has a huge security flawHi,
Please send me the details to support [at-sign] role-editor.com in order I can repeat and investigate the issue?
Forum: Plugins
In reply to: [User Role Editor] Please helpThis article may help in similar cases.
Forum: Plugins
In reply to: [User Role Editor] Add user backendWooCommerce will works this way. Just add to Shop Manager this capabilities:
list_users,
edit_users,
delete_usersForum: Plugins
In reply to: [User Role Editor] User Role EditorHi,
This is happened be cause of WooCommerce places ‘Coupons’ menu item under its own custom menu, instead of allow it to be the separate custom post type menu, e.g. it does for the ‘Products’. But when you click ‘Add new’ button it tries to call post-new.php?post_type=shop_coupon, which is not linked to any admin menu item. For this reason WordPress denies access to the page, while real permissions required are ‘edit_shop_coupons’, etc., not ‘edit_posts’.
‘edit_posts’ allows access to the ‘Posts->Add New’ menu item with link post-new.php, which WordPress tries to check in this case. So you can not revoke ‘edit_posts’ if you need to leave ability to add new coupons.
Workaround is to hide unneeded admin menu items using other tools, not via user permissions. You may use for this User Role Editor Pro -> Admin menu access add-on, or Admin Menu Editor.
Forum: Plugins
In reply to: [User Role Editor] Only add tagsIt’s not possible using WordPress built-in user permissions only.
Forum: Plugins
In reply to: [User Role Editor] Remove buttom for delete order in woocomerceHi,
Go to Users->User Role Editor, select role, select Orders custom post type and revoke from selected role capabilities starting with ‘delete_’, like delete_shop_orders, delete_published_shop_orders, etc.
Forum: Plugins
In reply to: [User Role Editor] Pending review checked permanently for autorsHi
If role can not publish_posts and edit_published_post, it can send post to review only, similar the contributor role does.
Forum: Plugins
In reply to: [User Role Editor] Not showing Options for Custom Post TypesHi Simon,
I wrote the fix. It’s available currently as development version 4.53.2 (advanced view from URE plugin page).
Unfortunately it will be difficult to restrict role access by quizzes only. Learndash defines courses, lessons, topics, quizzes, certificates custom post types with the same capability type ‘course’. So all these CPTs use the same group of user capabilities (edit_courses, delete_courses, etc.).
Forum: Plugins
In reply to: [User Role Editor] Not showing Options for Custom Post TypesHi Simon,
Thanks for the information. I reproduced the issue. I will investigate the reasons and return to you with a solution.