Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 2,506 total)
  • Author
    Posts
  • in reply to: Add new forum menu item gone #1334
    Vladimir
    Keymaster

    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.

    in reply to: Users Not Showing Up #1330
    Vladimir
    Keymaster

    Thanks for the detailed information. I will check what in URE may prevent users with incorrect capabilities data from being shown in the users list.

    in reply to: left menu hide #1322
    Vladimir
    Keymaster
    in reply to: Update failing #1318
    Vladimir
    Keymaster

    Do 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-software

    Pay 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”.

    Vladimir
    Keymaster

    Hi,

    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.

    in reply to: Invoice #1316
    Vladimir
    Keymaster

    Hi,

    I sent the invoice to this user email.

    Regards,
    Vladimir.

    in reply to: Update failing #1310
    Vladimir
    Keymaster

    Thanks 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?

    in reply to: Update failing #1308
    Vladimir
    Keymaster

    What operation system, what browser, version?

    in reply to: Update failing #1306
    Vladimir
    Keymaster

    If we don’t clear the cache before hit the update button the modifications don’t apply.

    About what cache did you write above?

    Vladimir
    Keymaster

    Hi,

    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-items

    If 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.

    in reply to: Update failing #1303
    Vladimir
    Keymaster

    Hi,

    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.php

    in reply to: add capability #1299
    Vladimir
    Keymaster

    Send it to support [at-sign] role-editor.com
    What role is assigned to your subcribers?

    in reply to: add capability #1297
    Vladimir
    Keymaster

    Hi,

    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/

    in reply to: Update failing #1295
    Vladimir
    Keymaster

    Hi,

    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?

    in reply to: add capability #1294
    Vladimir
    Keymaster

    Hi,

    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.

Viewing 15 posts - 2,386 through 2,400 (of 2,506 total)