Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] This doesn’t work for Shop ManagerSome plugin may have another settings for admin toolbar. Try to deactivate all plugins and make another test. If that will help, activate plugins back one by one and test to isolate a reason.
Forum: Plugins
In reply to: [User Role Editor] Unable To Access Dashboard After Editing User RolesHi,
In short, add manually “view_admin_dashbord” capability and grant it to your role. Read this article for more details.
Forum: Plugins
In reply to: [User Role Editor] How to prevent role from editing and deleting media filesWordPress looks if user can edit the parent post (post to which the media file is attached). It checks – edit_posts, edit_published_posts, edit_others_posts if user is not the author and similar the delete posts capabilities.
If media file is uploaded by other user and attached to the post or page created by other user, user with author role can not edit/delete it.Or do you write about media file not attached to any post/page?
Forum: Plugins
In reply to: [User Role Editor] modules in multisiteHi,
URE should be network activated. Configure “Admin menu” for the main site. Go to the “Network Admin->Users->User Role Editor” click “Update Network”. Turn on “Admin menu” at the opened add-ons list. All settings made for admin menu at the main site will be replicated for all other subsites of the network.
Take into account that 1st, all roles from the main site will overwrites roles at all other subsites.
P.S. wordpress.org is for the free versions support only. Use dedicated forum at role-editor.com/forums to ask questions related to the Pro version.
Forum: Plugins
In reply to: [User Role Editor] Remove Contributor ability to create postsI confirm that with related option activate at URE Pro, the “Add New” capability will go away when “create_posts” is unchecked for the role.
You can hide selected admin menu item with “Admin menu access” add-on included into URE Pro. But I recommend to make this 1st via user capabilities.
Forum: Plugins
In reply to: [User Role Editor] Не могу задать роль для менеджера магазинаSome plugins use directly ‘administrator’ role for its admin menu items. The only workaround is to edit such plugin source code, or use custom filter to replace ‘administrator’ with some other capability (in case plugins offers such filter).
Forum: Plugins
In reply to: [User Role Editor] Remove Contributor ability to create postsPro version allows to use separate ‘create_posts’ capability for “Posts->Add New” instead of default ‘edit_posts’.
If you will not grant ‘create_posts’ to contributor role, such user will not have access to this page.
Forum: Plugins
In reply to: [User Role Editor] Assign one role to anotherHi!
You can not make this via URE. It depends from the plugin/theme you use, if it has suitable option. Or you may try to achieve this via custom code linked to the new user registration event.
Forum: Plugins
In reply to: [User Role Editor] Let admin to edit user in wpmsHi,
Go to the selected site “Users->User Role Editor” and add “lists_users”, “edit_users” capabilities to the ‘administrator’ role.
If you need to create new users by single site admin, then do this:
– Go to the “Network Admin -> Settings” and turn ON the “Add New Users: Allow site administrators to add new users to their site via the “Users → Add New” page” and add ‘promote_users’, ‘create_users’ capabilities to the administrator role too.Forum: Plugins
In reply to: [User Role Editor] How to only see own posts.Hi!
There is no special capability in WordPress for this purpose. It’s not possible to achieve this purpose changing WordPress built-in user permissions.
It it’s applicable, look at the User Role Editor Pro “Posts/pages edit restrictions” add-on. It has “Own data only” option, which works a way you are looking for.
Forum: Plugins
In reply to: [User Role Editor] New added editor not appears in drop down menuHi,
Possible solution:
– turn on “deprecated” ‘level_0’, ‘level_1’, ‘level_2’ user capabilities for your custom role.
– reassign that role to your users in order to update the information about their user levels.More details here.
Forum: Plugins
In reply to: [User Role Editor] Hide tabs on other plugin – administrator user1) Ask support of b2b plugin, what user capability it uses, and add them manually at your site.
or
2) If there is not too much settings/data of b2b plugin to restore, try to delete it via WordPress->Plugins and install back. There is a chance that plugin will add own user capability again.I can not say more without access to the plugin source code.
Forum: Plugins
In reply to: [User Role Editor] Allow access to the Caldera Google Integration PluginIf you add ‘manage_options’ to ‘editor’ role it will get access to it. But you it also will get access to the ‘Settings’ menu and some other plugins. You will have look for a way to block for this role the unneeded access, like “Admin menu access” add-on of URE Pro or “Admin menu editor” plugin, etc.
Forum: Plugins
In reply to: [User Role Editor] Allow access to the Caldera Google Integration PluginHi,
cf-google-sheets plugin uses’ manage_options for its menu item directly at the PHP code:
cf-google-sheets.php:166: add_submenu_page( 'caldera-forms', __( 'Google Sheets', 'cfgsconnector' ), '<span class="caldera-forms-menu-dashicon"><span class="dashicons dashicons-media-spreadsheet"></span>' . __( 'Google Sheets', 'cfgsconnector' ) . '</span>', 'manage_options', 'caldera-forms-google-sheet-config', array( $this, 'google_sheet_config' ) );You can not change this via custom filter, e.g. you made for Caldera Forms itself.
Forum: Plugins
In reply to: [User Role Editor] Role Change Not SavingPlease confirm, do you mean “remove other roles from administrator USER”. That is you click “Capabilities” link under administrator user then try to revoke other roles from it. Right?