This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #110365
     agidulyan
    Participant
    1. How can I add the feature “Sites” into member profile, like here: http://seventhqueen.com/themes/kleo/members/kleoadmin/blogs/
    2. How can I rename some features? E.g. to rename “friends” on “colleagues”?
    #110916
     sharmstr
    Moderator

    Sites is added if you have a multisite installation

    Put this in your child theme’s functions.php file and edit as you wish

    COPY CODE
    
    function rename_bp_tabs() {
        global $bp;
        $bp->bp_nav['friends']['name'] = 'Colleagues';
    }
    add_action( 'bp_init', 'rename_bp_tabs');
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?