Redirecting to Profile page when viewing member

Hi:

I would like to redirect to profile page of member instead of viewing their activity by default when accessing members

How can i do this?

  • Richie_KS
    • HummingBird

    hi sakthi54086

    yeap..i noticed this changes too in bp 1.2+ core, when clicking members link, instead of

    profile component..it goes to activity..care to submit ticket to bp trac?

    as far as i know..this is core related problem

    like andrew said..come custom plugins need to pull it off..

    or try add this to wp-config.php

    //redirect user to profile instead of activity when viewing member link

    define( 'BP_DEFAULT_COMPONENT', $bp->default_component = 'profile' );

    cheers