This topic has 1 reply, 2 voices, and was last updated 11 years by SQadmin.

  • Author
  • #4189
     gideon1210
    Participant

    How do you change the photos tab at the top to the album tab instead

    #4234
     SQadmin
    Keymaster

    You mean instead of rtMedia?
    This topic shows how to manipulate tabs next to profile image:
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    you can add this code to sweetdate-child/functions.php

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
        global $bp_tabs;
    //remove rtmedia
    unset($bp_tabs['rtmedia'] );
    
            $bp_tabs['bp-album'] = array(
                    'type' => 'bp_album',
                    'name' => __('My photos', '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
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Photos profile tab’ is closed to new replies.

Log in with your credentials

Forgot your details?