Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Hide posts from people who do not have accessIt’s not possible using only WordPress built-in permissions system. Look at the Content View Restrictions add-on, included into User Role Editor Pro.
Forum: Plugins
In reply to: [User Role Editor] Expire a role conditionallyURE does not include such feature. You have to use custom PHP code.
I think it’s more effective to grant user a default role instead of modifying the extended one.
Look at the wp-includes/class-wp-user.php’s class WP_User and its methods:
add_role(), remove_role(), set_role().Forum: Plugins
In reply to: [User Role Editor] Capabilities do not updateLook at the browser JavaScript console if it shows any JavaScript errors. It can prevent normal work of the URE’s script at the page. Find to what plugin error maker script belongs. Try to deactivate that plugin temporally and test again.
Forum: Plugins
In reply to: [User Role Editor] Subscribers have edit_posts capabilityI suppose that some plugin changes these WordPress default permissions for subscriber. Try to deactivate all plugins except URE, revoke edit posts capabilities from subscriber role and make new test. Then activate plugins back one by one to isolate which one adds capabilities which you do not wish.
Forum: Plugins
In reply to: [User Role Editor] Appearence > Menu OptionHi,
Thanks for the feedback.
It’s correct – ‘edit_theme_options’ allows access to the “Appearance” menu, including “Appearance->Menu” item.
Do you use some plugin which modifies admin menu (e.g. Adminimize, Admin menu editor)? If Yes, check the settings for this role there.A the final step, try to deactivate all plugins and if, “Appearance” menu will become available, activate plugins back one by one and retest to isolate which one conflicts with your needs.
- This reply was modified 5 years, 5 months ago by Vladimir Garagulya.
Forum: Plugins
In reply to: [User Role Editor] Problem DuplicateHi,
Do you use ‘Duplicate Posts’ plugin? Try to grant ‘copy_posts’ capability (if exists) to shop_manager role.
Forum: Plugins
In reply to: [User Role Editor] Capabilities Not WorkingSome times, plugin not fully redefines edit permissions. Just to check, try to add edit permissions for WordPress built-in post, like ‘edit_posts’, ‘edit_published_posts’, ‘edit_others_posts’. Will it help?
Forum: Plugins
In reply to: [User Role Editor] Woocommerce user that can ONLY list ordersHi,
Unfortunately – No. User should can edit order in order to access the orders list and more – to see the list of products purchases he should open order for editing.
Forum: Plugins
In reply to: [User Role Editor] Settings menu doesn’t workHi Vasily,
Thanks for the feedback.
Screenshot is not available.
Look at the browser JavaScript console for the JavaScript errors. Try to resolve them, if code belongs to other plugins.Another way – deactivate all plugins and try test URE. If problem will go away, activate plugins back one by one to isolate a reason.
Forum: Plugins
In reply to: [User Role Editor] GDPR complianceUser Role Editor (URE) does not collect any personal data and does not connect to external servers in any manner.
URE provides user interface for existing WordPress API to manage user permissions via editing user role and user capabilities, grant/revoke selected role(s) to selected users.
The only requirement to work with URE – user should have enough permissions in WordPress.
Forum: Plugins
In reply to: [User Role Editor] PHP8 CompatibilityThanks. I will take it into account.
Forum: Plugins
In reply to: [User Role Editor] NextGEN Gallery permissions not savingThank you very much for this bug report. Plugin returned NextGen user capabilities via AJAX as it is without escaping spaces inside as it does when builds “User Role Editor” page initial view. I fixed the bug. You can try the development version 4.57.1.
- This reply was modified 5 years, 5 months ago by Vladimir Garagulya. Reason: typos
You used a wrong forum.
You need send this to https://wordpress.org/plugins/wpfront-user-role-editor/Forum: Plugins
In reply to: [User Role Editor] Wrong or expired requestHi,
It seems like URE is not compatible with your multisite environment. Do you use domain mapping?
Error messages are related to the checking of the special wp_nonce value URE added to the GET/POST request for security reasons. I suppose that request may lose this value after redirection to the mapped domain.
Forum: Plugins
In reply to: [User Role Editor] Multisite create userHi,
Yes, all capabilities from “Users” group should be granted, especially “manage_network_users”.
Also go to the “Network Admin”->Settings and look if the “Add new users” (Allow site administrators to add new users to their site via the “Users → Add New” page) option is turned ON.