Forum Replies Created

Viewing 15 posts - 1,021 through 1,035 (of 2,529 total)
  • Author
    Posts
  • 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.

    in reply to: Delete From List of Available Meta Boxe #5259
    Vladimir
    Keymaster

    In order to restore deleted meta box just visit a page for which it is registered (where it is shown) – like posts editor, etc.. User Role Editor will remember it and will show at the list of meta boxes for blocking as earlier.

    A reason – meta box exists just at the page where it is shown. So you have to visit a page with meta boxes in order to let URE know about existing meta boxes.

    in reply to: Unable to select roles #5256
    Vladimir
    Keymaster

    Good news 1: URE works at your site as expected. It takes a couple of seconds to get new selected role capabilities from a server, but it refreshes capabilities view normally.

    Good news 2: You helpled me to find a bug. If 1st click “Granted only” checkbox then try to change a current role, checkboxes are not refreshed as they should. They stay in the same state as for previously selected role.

    Let me know if you tried to change current role with “Granted only” checkbox turned ON.

    Any way I will develop a fix for this bug ASAP.

    in reply to: Unable to select roles #5255
    Vladimir
    Keymaster

    Is it possible to look at your site with administrator privileges?
    If Yes, send credentials directly to support [at-sign] role-editor.com

    in reply to: Unable to select roles #5253
    Vladimir
    Keymaster

    OK. Will be some error message shown at JS console after you select another role from a dropdown list?

    in reply to: Unable to select roles #5251
    Vladimir
    Keymaster

    Look at the browser JavaScript console for any error messages. Usually some problem with loaded JavaScript code prevents to AJAX request execution, which should provide data for a new selected role.

    in reply to: Add login redirect! #5250
    Vladimir
    Keymaster

    Thanks for suggestion. I took it into account.

Viewing 15 posts - 1,021 through 1,035 (of 2,529 total)