BuddyBoss Home – Web Support Forums Themes Boss. theme Profile Landing Page

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

    #58031
    @aaronmcnany

    Currently when a user clicks on a member’s profile/username it will go to the ‘Wall’ instead of the ‘Profile’. I would like the user to be brought to the ‘profile’ when the username is clicked. How can I accomplish this?

    URL is http://www.hamconnect.com

    I appreciate the help!

    Answers

    #58073

    Anonymous
    @

    Hi @aaronmcnany, Please add this code to your theme’s function.php to make the default tab to Profile

    
    define( 'BP_DEFAULT_COMPONENT', 'profile' );
    

    Regards

    #58074
    @aaronmcnany

    Thank you! Works perfectly.

    #58094

    Anonymous
    @

    Great 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Profile Landing Page’ is closed to new replies.