BuddyBoss Home – Web Support Forums Themes Boss. theme redirect members profile link to specific page

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

    #46697
    @surfbuddy

    Hi guys, How can I redirect the dynamic members profile link (sitename.com/members/username) to a specific page e.g. sitename.com/members/username/messages ? Thanks

    Answers

    #46715

    Anonymous
    @

    Hi @surfied
    You will need to edit member-header.php inside buddypress/members/single

    with
    messages

    #46739
    @surfbuddy

    Hi @vapvarun, There are sitename.com/members/username links in other locations as well, how can I change it sitewide?

    #46743
    @surfbuddy

    Currently, the default redirect for sitename.com/members/username appears to go to sitename.com/members/username/activity (Wall/Personal) but is displaying in address bar as sitename.com/members/username. This is fine, but how can I change the underlying ‘activity’ to ‘messages’?

    #46785

    Anonymous
    @

    Hi @surfied, these are specific customization related to BuddyPress, you can try to consult in BuddyPress Forums.
    Regards

    #46807
    @surfbuddy

    It’s actually only in boss theme. BP default theme is the opposite and lands on sitename.com/members/username/activity when clicking on sitename.com/members/username. Could you point me in the right direction?

    #46930

    Anonymous
    @

    You will need to modify all instance
    < ?php bp_displayed_user_link(); ?>
    with
    < ?php bp_displayed_user_link(); ?>messages

    You will also need profile page to display profile thus only profile page redirect to message will not work
    You will need to modify all links via overriding BuddyPress template files
    Regards

    #46949
    @surfbuddy

    Great, thank you!!

    #46952

    Anonymous
    @

    🙂

Viewing 9 posts - 1 through 9 (of 9 total)
  • The question ‘redirect members profile link to specific page’ is closed to new replies.