Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • in reply to: Collapsible Attribute #6473
    weseoweseo
    Participant

    I installed the new version, but the same issue also exist 🙁
    MB Group Version: 1.2.10

    in reply to: Collapsible Attribute #6310
    weseoweseo
    Participant

    Thank you very much

    Best regards
    Markus Fröhlich

    in reply to: Collapsible Attribute #6297
    weseoweseo
    Participant

    Hello, here 3 images for better understanding.
    http://imgur.com/a/wGtR9

    Thank your ver much
    Markus

    in reply to: Collapsible Attribute #6281
    weseoweseo
    Participant

    Thank you for the update!
    But now, when both groups (The main and the nested) are collapsed and i click on the "Add" Buttton, all nested groups going to be unfolded.

    Best regards
    Markus

    in reply to: Collapsible Attribute #6270
    weseoweseo
    Participant
    $meta_boxes[] = array(
        'id'             => 'my_form_id',
        'title'          => __('Custom Fields'),
        'settings_pages' => my_settings,
        'tab'            => 'custom_user_fields',
        'fields'         => array(
            array(
                'name'          => __('Users').' '.__('Profile'),
                'id'            => 'custom_user_fields',
                'type'          => 'group',
                'clone'         => true,
                'sort_clone'    => true,
                'collapsible'   => true,
                'save_state'    => true,
                'group_title'   => array(
                    'field' => 'field_id'
                ),
                'fields'        => array(
                    array(
                        'name'          => __('Field ID'),
                        'id'            => 'field_id',
                        'type'          => 'text',
                    ),
                    array(
                        'name'          => __('Predefined Values', 'weseo-crm'),
                        'id'            => 'field_values',
                        'type'          => 'group',
                        'clone'         => true,
                        'sort_clone'    => true,
                        'collapsible'   => true,
                        'save_state'    => true,
                        'group_title'   => array( 'field' => 'label' ),
                        'fields'        => array(
                            array(
                                'name'      => __('Label'),
                                'id'        => 'label',
                                'type'      => 'text',
                                'columns'   => 6,
                            ),
                            array(
                                'name'      => __('Value'),
                                'id'        => 'value',
                                'type'      => 'text',
                                'columns'   => 6,
                            )
                        )
                    )
                )
            )
        )
    );
    in reply to: Collapsible Attribute #6258
    weseoweseo
    Participant

    Thank you, now it works very well.
    But when i have a nested collapsed group, i cant add a new group.
    When i click on the "new element" Button, all other groups become a display issue.

    Big Thanks

    in reply to: Collapsible Attribute #6249
    weseoweseo
    Participant

    But on a settings page with nested group fields, the feature wont works 🙁

    array(
        'name'          => __('Users').' '.__('Profile'),
        'id'            => 'my_custom_user_fields',
        'type'          => 'group',
        'clone'         => true,
        'sort_clone'    => true,
        'collapsible'   => true,
        'default_state' => 'collapsed',
    in reply to: Collapsible Attribute #6248
    weseoweseo
    Participant

    Wow thank your very much for this fast support.

    in reply to: Post field with post_type page and wpml #5363
    weseoweseo
    Participant

    "WPML auto changes the query to include only posts in the current language."
    This is the problem, all posts are translate.
    But the option page can only save one page value.

    When i save a german page value and i switch to the english backend (in wpml).
    The select box can't find the value, because the page id is not available.

    in reply to: Include Meta Box directly #5282
    weseoweseo
    Participant

    Ok i understand, but
    Plugin 1 have to load Metabox 4.7.1 and
    Plugin 2 have to load Metabox 4.9.8.

    Plugin 1 is not compatible with Metabox 4.9.8 and
    Plugin 2 is not compatible with Version 4.7.1

    The only possible way is with namespaces or?

    Thank you very much

    in reply to: Include Meta Box directly #5267
    weseoweseo
    Participant

    Hello this is my situation:

    Plugin 1 (need Metabox 4.7.1):

    define( 'RWMB_VER', '4.7.1' ); // Example
    require_once 'plugin-1/path-to-meta-box/inc/loader.php';
    $loader = new RWMB_Loader;
    $loader->init();

    Plugin 2 (need Metabox 4.9.8):

    define( 'RWMB_VER', '4.9.8' ); // Example
    require_once 'plugin-2/path-to-meta-box/inc/loader.php';
    $loader = new RWMB_Loader;
    $loader->init();

    But this can not work because the class RWMB_Loader already exists.

    Thank you very much

    in reply to: Include Meta Box directly #5248
    weseoweseo
    Participant

    Is it possible to destroy the Metabox Class or add namespaces?
    So that i only use the one metabox libary with is included in the plugin?

    Thank you

    in reply to: Date / Datetime field with clone and timestamp wont work #5172
    weseoweseo
    Participant

    Thank you very much 🙂

    in reply to: How to show child items in a post field #4941
    weseoweseo
    Participant

    Sorry please close this topic, the solution was already here.
    The child page is automatically displayed.

    in reply to: Conditional logic + clonable group #4830
    weseoweseo
    Participant

    Hello, same Problem here, how you change the ids in $meta_boxes field definition?

Viewing 15 posts - 1 through 15 (of 26 total)