This topic has 14 replies, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #11132
     rudik2
    Participant

    Hi,
    where i can change from profile site section “My photos” to “About Me”?

    #11206
     Abe
    Keymaster

    There is an example here: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11262
     rudik2
    Participant

    I know, i found it but i don’t knowe where i can change option between 3 standart option (looking for, about me and photos). Please help.

    #11386
     Abe
    Keymaster

    There is was also an example to change the name there

    //my changes to profile tabs
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
        global $bp_tabs;
     
        /* rtMedia tab - only if plugin installed */
        if (class_exists('RTMedia'))
        {
            $bp_tabs['rtmedia'] = array(
                    'type' => 'rt_media',
                    'name' => __('About me', 'kleo_framework'),
                    'class' => 'mySlider'
            );
        }
     
        /* Bp-Album tab - only if plugin installed */
        elseif (function_exists('bpa_init')) {
            $bp_tabs['bp-album'] = array(
                    'type' => 'bp_album',
                    'name' => __('About me', 'kleo_framework'),
                    'class' => 'mySlider'
            );
        }
    
    }
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11414
     rudik2
    Participant

    Robert wrote “By default we have added 3 tabs: Looking for, About me, My photos(gets photos form rtMedia or Bp-Album)”.

    Did i must edit sweetdate-child/functions.php that show in profil page Looking for, about me and my photos tabs??

    #11563
     Abe
    Keymaster

    I don’t understand what you want to achieve. Yes you must add the code to sweetdate-child/functions.php if you want to change default tabs

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11593
     rudik2
    Participant

    Sorry for my english.

    I have this option now: http://s24.postimg.org/avxbjxvw5/Bez_nazwy_2.jpg
    but i would like to have this option http://s22.postimg.org/wgco2sy4x/Bez_nazwy_4.jpg

    How to make it? 🙂

    #11790
     rudik2
    Participant

    Please help 🙂

    #11815
     Abe
    Keymaster

    Hi, By default if you haven’t changed any field group name under WP admin – Users – Profile fields they should appear just like on the demo. If you have changed the names then you new to put your new names using the code from this post: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    For example you have a fields group named “My group” then change in that code:
    ‘group’ => ‘Looking for’,
    to

    ‘group’ => ‘My group’,

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11830
     rudik2
    Participant

    Thank You, working ok now!
    I have one more problem.
    I paste this code in sweetdate-child theme, but when i activated sweetdate theme these changes are not active. Why?

    #11836
     Abe
    Keymaster

    in sweetdate-child/functions.php. make sure you put the whole code and the theme is active

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11840
     rudik2
    Participant

    Sorry for my english.

    I activate theme SWEETDATE-CHILD and all working good now.
    But, when i activated SWEETDATE theme these changes are not work good.
    Why?

    #11853
     Abe
    Keymaster

    Because the code is added to sweetdate-child and since it is not active… it is normal not to work.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #11862
     rudik2
    Participant

    Did i paste this code to sweetdate theme and active this theme or use only active sweetdate-childe theme?

    #12231
     Abe
    Keymaster

    I already said that: in sweetdate-child/functions.php and use child theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?