#39606
 sealagency
Participant

YES !
it’s work perfectly with this code

COPY CODE
  .....
   $bp_tabs['A propos de moi'] = array(
             $bp_tabs['A propos de moi'] = array(
            'type' => 'cite',
            'name' => __('A propos de moi', 'kleo_framework'),
            'group' => 'A propos de moi',
            'class' => 'citetab'
    );

    $bp_tabs['Profil'] = array(
            'type' => 'regular',
            'name' => __('Profil', 'kleo_framework'),
            'group' => 'Profil',
            'class' => 'regulartab'
    );

    if (class_exists('RTMedia'))
    {
        $bp_tabs['rtmedia'] = array(
                'type' => 'rt_media',
                'name' => __('Photos', 'kleo_framework'),
                'class' => 'mySlider'
        );
    }

Very big thanks
If I could I would do you a kiss!

Acteur – comédien – figurant are separated groups? or 1? I suggest to not use special symbols as names like –
This code explains how to do it, also check:

Yes is one group, but this group is not use in custom tabs. It’s annoying to use “-” anyway?
I can use “,” but I prefer “-” …

Attachments:

Log in with your credentials

Forgot your details?