Forum Replies Created

Viewing 15 posts - 211 through 225 (of 2,511 total)
  • Author
    Posts
  • in reply to: admin can’t create templates using themify #7873
    Vladimir
    Keymaster

    I don’t have Themify on hands to give you more exact information.
    Goto “Users->User Role Editor”, select your role, go through the existing ‘Custom Post Types’ and look if there are any not turned ON checkboxes.

    in reply to: Gravity Forms Restrictions No Longer Working #7871
    Vladimir
    Keymaster

    I found and fixed the bug. I will include it to the next update.

    To @epss: I uploaded to dev copy the updated file user-role-editor-pro/pro/includes/classes/gf-access-user.php.

    The begin of get_roles_data() function was replaced from:

    
        private static function get_roles_data( $user_id, $user_what_to_do ) {       
            $all_forms = array();
            $access_data = get_option( URE_GF_Access_Role::ACCESS_DATA_KEY );
            if ( !is_array( $access_data ) ) {
                return $all_forms;
            }        
            $what_to_do = -1;   // Not initialized
     

    to

    
        private static function get_roles_data( $user_id, $user_what_to_do ) {                
            $access_data = get_option( URE_GF_Access_Role::ACCESS_DATA_KEY );
            if ( !is_array( $access_data ) ) {
                $data = array(
                    'what_to_do'=>1,
                    'forms_list'=>array()
            );
                return $data;
            }        
            $all_forms = array();        
            $what_to_do = -1;   // Not initialized
    
    in reply to: Gravity Forms Restrictions No Longer Working #7870
    Vladimir
    Keymaster

    I confirm the issue. Thank you for the provided information and access/data for testing. I work on the fix.

    in reply to: Gravity Forms Restrictions No Longer Working #7867
    Vladimir
    Keymaster

    Thanks for the notification. Error in line 211 is caused by a typo skipped the tests somehow. Valid method name for call here is URE_GF_Access_User::get_gf_list(). Fixed.

    Related update was introduced with version 4.61 “New: Gravity Forms Edit Access add-on: It’s possible to set what forms is allowed to edit for the selected role.”. It should use “Allow” value by default for not updated user profiles.

    I’m ready to investigate the issue. If it’s possible to get admin access to your site (stage/development copy better) send credentials to support [at-sign] role-editor.com

    Vladimir
    Keymaster

    Thank you. I will investigate this and apply your fix, enhance this part if needed.

    in reply to: Sorry, you are not allowed to access this page. #7861
    Vladimir
    Keymaster

    @City_Employee,

    Right, Admin Menu Editor Pro plugin fully redefines WordPress admin menu, including its permissions if you select such option. It’s expected behavior from it.

    in reply to: www.role-editor.com being blocked by firewalls #7860
    Vladimir
    Keymaster

    I fully agree with your enhancement request. Thanks.

    I have hosted role-editor.com at AWS servers many years, taking in account the international clients base. Recently, as I lost ability to pay bills from the foreign service providers, I had to move role-editor.com to the facilities located in Russia. Sorry, I will work on the request as soon as the international payments/hosting services become available again.

    in reply to: Import roles and capabilities in bulk mode by CSV #7851
    Vladimir
    Keymaster

    Thank you.

    in reply to: Sorry, you are not allowed to access this page. #7850
    Vladimir
    Keymaster

    Hi,

    Try to deactivate/activate back User Role Editor Pro plugin. If you don’t see URE Pro in the plugin list, rename its folder, e.g. user-role-editor-pro-0, open plugins page – WordPress will deactivate URE Pro automatically. Then rename folder to original back and activate URE Pro. URE grants full list of capabilities to administrator role on activation.

    in reply to: Import roles and capabilities in bulk mode by CSV #7847
    Vladimir
    Keymaster

    @geascedia-com, try the updated Beta 2 version.

    in reply to: Import roles and capabilities in bulk mode by CSV #7845
    Vladimir
    Keymaster

    @geascedia-com, thanks for the help with testing.

    What about 3 checkboxes?
    [x] Append additional roles.
    [x] Overwrite existing roles.
    [x] Remove not existing roles.

    When all 3 checkboxes are selected we have full rewrite case as it works currently.

    in reply to: Import roles and capabilities in bulk mode by CSV #7842
    Vladimir
    Keymaster

    Beta version 4.62.b1 includes “Export from CSV” feature (Settings->User Role Editor->Tools). Download it for testing from the “Download” page after login.

    You can use previously exported from User Role Editor CSV file.

    Vladimir
    Keymaster

    Hi,

    Unfortunately it’s not a question of user permissions. It’s more a question of the post/product flow programming. WordPress built-in post flow includes states: draft, pending (not visible to public and wait for moderation), published. If user can not publish a product, he can move it into a pending state and wait for moderation. Such product is not visible to a public.
    In order to use/realize another logic of product flow and/or states changing you need to use special plugin.

    in reply to: Fatal Error w/ SG Security #7834
    Vladimir
    Keymaster

    To @colli239,

    Show the error message. You can switch WordPress to debug mode to write it into the debug.log file: https://wordpress.org/support/article/debugging-in-wordpress/

    in reply to: Export roles and import to a new role #7832
    Vladimir
    Keymaster

    Unfortunately, No. Or just delete theme and create again as a copy of existing one.

Viewing 15 posts - 211 through 225 (of 2,511 total)