BuddyBoss Home – Web Support Forums Themes Boss. theme Rename BP Group Home URL+Slug

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

    #47156
    @wrkazigmail

    Hello,

    I would like to rename the Home URL+Slug of a BP Group from “Home” to “Activity”. I was able to change the name using the following code

    $bp->bp_options_nav[$bp->groups->current_group->slug][‘home’][‘name’] = ‘Activity’;

    how do i change the URL from domain.com/groups/groupname/home/ to domain.com/groups/groupname/activity/

    Thanks

    Answers

    #47229

    Anonymous
    @

    Hi @wrkazigmail
    By default Home points to
    /groups/group-name/
    and it’s also displays Group’s Activity Stream
    Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘Rename BP Group Home URL+Slug’ is closed to new replies.