This topic has 3 replies, 2 voices, and was last updated 11 years by inboxi.

  • Author
  • #1395
     inboxi
    Participant

    Can i set BP-Album as default in profile menu instead of RTMedia?

    I tried this in sweetdate-child/functions.php remove rtmedia tabs and add this but it did not work. advise? thanks.:

    $bp_tabs[‘bp-album’] = array(
    ‘type’ => ‘bp_album’,
    ‘name’ => __(‘Photos’, ‘kleo_framework’),
    ‘class’ => ‘mySlider’
    );

    #1400
     SQadmin
    Keymaster

    Hi,
    So you want to use both of the plugins and just display bp-media.
    Make sure you are adding the code like this: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    because you need that add_action line, that function and the global $bp_tabs inside the function
    You need to have this inside the function:

    COPY CODE
    
    global $bp_tabs;
    $bp_tabs['bp-album'] = array(
    'type' => 'bp_album',
    'name' => __('Photos', 'kleo_framework'),
    'class' => 'mySlider'
    );
    $bp_tabs['rtmedia'] = array();
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #1404
     SQadmin
    Keymaster

    Hmm. also replace the contents of this file bp_custom/class-bp-tabs.php in the parent theme with this one:
    https://archived.seventhqueen.com/files/class-bp-tabs.txt

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

    perfect.

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

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?