Forum Replies Created
-
AuthorPosts
-
VladimirKeymaster
Thanks for the help in testing 4.18 beta.
Starting from version 4.18 URE supports not posts/pages restrictions only, but any custom post types too. Please check if your role has not turned on checkboxes, like ‘create_posts’, ‘create_pages’, related to the forums and include them to the role.VladimirKeymasterThanks for the detailed information. I will check what in URE may prevent users with incorrect capabilities data from being shown in the users list.
VladimirKeymasterDo you have similar issue at any other wp-admin pages, except User Role Editor?
It really could be the reason of a problem:
https://www.varnish-software.com/blog/step-step-speed-wordpress-varnish-softwarePay attention on the item “2. Add the plugin”. If that will not help, try to check with your server support if Varnish is configured to work with WordPress properly according to the document above, especially this item “9. Exclude URLs”.
12/12/2014 at 06:33 in reply to: When user prohibit to access certain page, instead of 404, redirect #1317VladimirKeymasterHi,
Thank you for the valuable feature request.
No, it does not exist yet. I will work on it to include into the one of the next versions.VladimirKeymasterHi,
I sent the invoice to this user email.
Regards,
Vladimir.VladimirKeymasterThanks for the information. Unfortunately, I can not reproduce a described issue.
I just tested URE under OS X 10.8.5, Google Chrome version 39.0.2171.71 (64 bit) and did not see any problem with role update.
What’s about data updates from other plugins pages?
Could it be related to some local settings of your computer? Did you try other computer?VladimirKeymasterWhat operation system, what browser, version?
VladimirKeymasterIf we don’t clear the cache before hit the update button the modifications don’t apply.
About what cache did you write above?
VladimirKeymasterHi,
If you wish to block ‘Dashboard’ menu at the admin back-end for your members role use ‘Admin menu access’ add-on for that:
https://www.role-editor.com/block-admin-menu-itemsIf you add this code to the end of active theme’s functions.php file (replace ‘subscriber’ to the role assigned to you site members.):
function hide_admin_menu_bar() { show_admin_bar(false); } if (current_user_can('subscriber')) { add_action('wp_head', 'hide_admin_menu_bar'); }
your members will not see black top menu bar at front end.
VladimirKeymasterHi,
What plugin does provide caching for your site?
Check its configuration. It could be possible to setup the exclusion (do not cache rule) as for the role, like ‘administrator’, for the full back-end, or for the single User Role Editor’s ‘page’,
wp-admin/users.php?page=users-user-role-editor-pro.phpVladimirKeymasterSend it to support [at-sign] role-editor.com
What role is assigned to your subcribers?VladimirKeymasterHi,
As it is a paid product, I can not show you ready to use decision, as I don’t have it on hands.
Try to use this post as a guide to realize your own solution to allow subscribers to use ‘Events’ plugin:
https://www.role-editor.com/wp-statistics-access-other-roles/VladimirKeymasterHi,
That is you see that update is available, but it is not installed after press ‘Update’?
Is this happened with User Role Editor Pro plugin only?VladimirKeymasterHi,
Every user capability has ID or name, e.g. ‘edit_posts’ or ‘manage_options’.
What do you wish to realize for the ‘Events’ plugin?
Send please a download link to this plugin. I will check what user capability it uses. -
AuthorPosts