Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterJust successfully retested [user_role_editor] shortcode with Gutenberg shortcode block. It works at my test environment. Let’s find a reason why it stopped work for you. Yes, try to deactivate all other plugins and make another test.
Vladimir
KeymasterLet me know the result of your investigation. I’m ready to take part in case of any trouble.
Vladimir
KeymasterMy test shows that your issue probably is not related to the mentioned versions of WP and URE. Shortcodes just work.
Do you use shortcode with Classic Editor or under Gutenberg? Re-check if some auto-conversion is not took place and ‘[‘ or ‘”‘ symbols were not replaced with come HTML entities, etc.Vladimir
KeymasterUnfortunately, GTranslate developer uses ‘administrator’ role to protect its menu item under ‘Settings’ menu. Look at the gtranslate.php file, line #231:
add_options_page(__('GTranslate Options', 'gtranslate'), 'GTranslate', 'administrator', 'gtranslate_options', array('GTranslate', 'options'));The only way to make possible to add access to this menu item for other roles except ‘administrator’ is to replace ‘administrator’ at this line with ‘manage_options’, or any other user capability suitable for your purpose.
22/10/2019 at 14:15 in reply to: Post Edit Access: Granting other users access to uploaded media files #6058Vladimir
KeymasterHi,
The custom filter ure_attachments_show_full_list helps to resolve this.
Vladimir
KeymasterSend admin credentials to support [at-sign] role-editor.com
I will look how to make needed settings.Vladimir
Keymaster“Admin menu” shows menu items available to the selected role according to permissions granted to this role. When you need to look what permission/capability is required for some menu item, open “Admin menu” for “administrator” role, which has all existing capability by default.
Table press is protected by these user capabilities:

Vladimir
KeymasterWordPress shows admin menu items on the base of capabilities granted to a role or directly to a user. You should work with capabilities 1st to show/hide admin menu.
Often we meet a situation when we need to hide from user some part of admin menu, but they use the same capability, like ‘manage_options’. For example, you have 2 plugins which create menus A and B protected by the same capability manage_options. You wish to show for a role menu A, but not show menu B. You can not revoke ‘manage_options’ from a role, as it will lose access to menu A too. In this case and only in this case you may use admin menu blocking feature from URE Pro. URE Pro works on the base of WordPress permissions system and does not try to replace it.
Vladimir
KeymasterGo to Users->User Role Editor, select ‘Editor’ role, click ‘Admin Menu’.
Click: “Selected” at the top of the window and switch OFF all checkboxes to the left from the menu items. You may use top checkbox (to the left from “Menu” word” to turn ON/OFF all checkboxes at once. Click ‘Update’ to save changes.When nothing is selected, nothing is blocked.
Vladimir
KeymasterRead carefully the “Technical Details” part of the “Admin menu access” documentation page. It contains an explanation and possible workaround for this problem.
Vladimir
KeymasterHi, do you use “Admin menu access” add-on for this role?
If Yes, try to switch it Off temporally. Will it resolve a problem?16/10/2019 at 16:41 in reply to: Give a role access to edit a spesific menu in Appearance > Menu #6038Vladimir
KeymasterHi edering,
I re-started work on this feature recently. Progress is about 2/3. I plan to include it into the next update (possibly November).
16/10/2019 at 15:52 in reply to: Subscriber permissions require the "delete users" permission to be checked #6036Vladimir
KeymasterWhat plugin do you use in order to restrict content view?
Vladimir
KeymasterThis function itself is not needed without filter line. So you may remove a whole part of the code: function with the filter line together.
Vladimir
KeymasterHi,
Look at the Other roles access add-on. You may block access to the other roles for the selected role.
-
AuthorPosts