Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterThanks for letting me know. I will include this to my development plans.
Vladimir
KeymasterDo you use any caching plugin? Try to clear its and browser cache – just in case in would help.
Did you try to deactivate temporary all plugins except URE?Vladimir
KeymasterGood! Thanks for letting me know.
One recommendation – It’s the best solution to restrict a role via user capabilities 1st. So in order to not block menu items protected by ‘edit_pages’, ‘manage_categories’, ‘edit_staff_members’, etc. revoke those unneeded user capabilities from your custom role. And then block what you don’t need with “Admin menu”.
Vladimir
KeymasterEditor role WordPress default state:
https://codex.wordpress.org/Roles_and_Capabilities#EditorDoes this link work for user if you deactivate “Admin menu access” add-on in URE settings?
If ‘Yes’ then problem is not related to the user capabilities included into a role. It’s related to “Admin menu access” add-on settings for this role. So give me more details then in order I can proceed.Vladimir
KeymasterShow me the screenshots of admin menu for the “Block Selected” variant and what link does not work.
Vladimir
KeymasterThanks for the feedback.
Yes, “Admin menu access” add-on would be a reason of a problem. It blocks access to all URL with main part from admin menu if they differ by arguments list. If URE sees blocked URL it redirects user to the 1st available URL.
If you use “block not selected” model in “Admin menu” you can invert your selection for menu items and use “Block Selected” model as a workaround.Vladimir
KeymasterI see another picture when switch site language to Russian. So I suppose you have a corrupted translation file. Try to replace .po, .mo files with original copies from URE Pro .zip installation package.
Vladimir
KeymasterHi,
There are a lot of WordPress plugins which resolve this task – click here to look at the list.
Vladimir
KeymasterHi,
You have to grant to a user or role these capabilities in addition to capabilities from the “Map Locations” and “Maps” you granted already as I suppose:
MapifyPro – manage_options
Maps – edit_posts
Map Locations – edit_posts
Location Tags – manage_options
Batch Upload – manage_options
MapifyPro Settings – manage_optionsVladimir
KeymasterYes, there are some missing translations, thanks. I will fix this with the next update. Can you send a link to screenshot with a untranslated labels? I can not say that I see too much untranslated strings at User Role Editor pages.
If you write about custom post type labels and user capabilities added by plugins, that they are not translated by User Role Editor.
Vladimir
KeymasterHi,
You can define PHP constant to provide a license key for User Role Editor automatically, like this:
// User Role Editor Pro License Key define('URE_LICENSE_KEY', 'your-license-key-here');
Vladimir
KeymasterIf custom post types use the same capability type ‘post’, ‘Yes’, role may have access to all CPT with ‘edit_posts’ or to none of them.
But if every CPT uses own unique capability type then videos will be protected by ‘edit_videos’, ‘books’ – by ‘edit_books’, etc. You can grant access to the selected CPT at the role level in this case.
If you define CPT yourself via PHP or plugin, like “Custom Post Types User Interface” then use unique capability type for this purpose.
If CPT is defined by external source (theme or plugin) you can use “Force custom post types to use their own capabilities” option at “Settings->User Role Editor->Additional Modules” tab. Take into account that this option is applied to all existing custom post types, including WordPress built-in ‘attachments’. Correspondent roles modification would be required.Vladimir
KeymasterGood, that you let me know, that you found an answer.
Vladimir
KeymasterIf this plugin is available at wordpress.org send its download link. If it’s a paid product I need its copy for checking what permissions it uses. You can share it with support [at-sign] role-editor.com via DropBox or similar service.
Vladimir
KeymasterHi,
Thanks for the feedback and help with this bug isolation. I confirm it and will publish the fix with version 4.39.1 today.
-
AuthorPosts