Forum Replies Created

Viewing 15 posts - 1,006 through 1,020 (of 2,520 total)
  • Author
    Posts
  • in reply to: Role editor affects wp backend search #5302
    Vladimir
    Keymaster

    If you restricted the custom role with Admin menu add-on pay attention on the Technical details part of the documentation article.

    in reply to: Custom Fields #5297
    Vladimir
    Keymaster

    Please try a beta version 4.49.2.b1. It is available from the same downloads page after login and includes a fix of the “empty custom fields list” issue.

    Vladimir
    Keymaster

    WooCommerce v. 3.4.6. had a bug, due to which even superadmin at WP multisite saw only ‘customer’ role. That bug was fixed by WC developers now. Only shop_manager role is limited by ‘customer’role by default. WooCommerce offers custom filter ‘woocommerce_shop_manager_editable_roles’ which allows to change this default behavior without any version rollback or any kind of a hack applied to WooCommerce source code.
    This filter is documented here and mentioned at this topic too.

    I think having this solution in the mind there is no need in any intervention to this issue from User Role Editor Pro.

    Vladimir
    Keymaster

    Hi Tom,

    I made another test with ‘author’ role and can not repeat a described issue.
    Is it possible to get access to a backup copy of your site (files except wp-content/uploads) and database created with UpdraftPlus plugin?
    If Yes, then share .zip with support [at-sign] role-editor.com via DropBox or similar service.
    I install and test such copies at my local development environment only.

    in reply to: Custom Fields #5292
    Vladimir
    Keymaster

    Thanks for the clarification. I repeated the described issue. I will investigate it and work on a fix.

    in reply to: More Unable to Select Roles (multisite) #5290
    Vladimir
    Keymaster

    License key activation is not related to this issue.

    Check if roles list is empty (not empty) at the “Users” page “Change role to:” drop-down list and at the “Role:” at some (not yours) user profile page.
    I suppose your main site may lose roles record somehow.

    in reply to: Custom Fields #5286
    Vladimir
    Keymaster

    Describe what restrictions are applied for a role which have an issue with custom fields.

    in reply to: Custom Fields #5284
    Vladimir
    Keymaster

    May be it is a some issue with caching plugin, if you use one?

    in reply to: Custom Fields #5281
    Vladimir
    Keymaster

    It’s possible to show for a user just his own posts at wp-admin. Use for that “Own data only” option, presented by “Edit posts/pages restrictions” add-on.

    in reply to: Custom Fields #5280
    Vladimir
    Keymaster

    Custom fields created by different authors are available between those users by default. If you have more than 30 custom fields list may be limited by 30 items by default. There may be fields with special protection, which will be unavailable for the ordinal users without special permissions. Read this post for more details.

    in reply to: URE Conflict with Workflow Plugin #5275
    Vladimir
    Keymaster

    @curtin-webteam, thanks for letting me know.

    in reply to: Content View Restrictions Redirect to URL #5269
    Vladimir
    Keymaster

    Thanks for suggestion. It makes code more universal. I accept it with a little addition to remove a beginning slash from a resulting value, if it’s there:

    
        private static function get_page_path_from_url() {
    
            $url = substr( untrailingslashit( parse_url( $_SERVER['REQUEST_URI'] , PHP_URL_PATH) ), 1);
            $home_url = basename( untrailingslashit( parse_url( home_url(), PHP_URL_PATH ) ) );
            $path = substr( $url, strlen( $home_url ) );
            if (substr( $path, 0, 1)==DIRECTORY_SEPARATOR) {
                $path = substr( $path, 1);
            }        
            
            return $path;
        }
        // end of get_page_path_from_url()
    
    in reply to: URE Conflict with Workflow Plugin #5267
    Vladimir
    Keymaster

    Hi @curtin-webteam,

    Do you restrict editing pages via URE Pro edit restrictions add-on?
    Is it possible to get from you a copy of “Oasis Worklow Pro” plugin for testing? If Yes, share it with support [at-sign] role-editor.com via DropBox or similar.

    Vladimir
    Keymaster

    Hi Nick,

    Issue with redirection may be related to these details of admin menu access module realization.

    Do you know that any user with access to .php file editing can get full access to the site in a seconds? Just couple lines of PHP code may give full access. Thus, there is no sense to limit access for user with .php editing permissions in any way. You should trust such users. It’s a good practice to block file editing at production sites. Even trusted user may lead to site crash due to unintended mistake or even typo during file editing.

    in reply to: Bug With redirect #5261
    Vladimir
    Keymaster

    To ensure that there is no conflict with other plugins, try to deactivate temporally all plugins except URE Pro and reproduce the issue.

    Show a screenshot with content view restrictions settings for the posts, which don’t work in your case.

Viewing 15 posts - 1,006 through 1,020 (of 2,520 total)