Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Changing Member Profile Submenu Order

  • @ceuwer

    Member

    When I click on a member on my BP site, I want the first thing that pops up to be their profile, not their activity stream. How do I do this?

    PS: how do I search the BP Support forum?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @shanebp

    Moderator

    Put this
    define(“BP_DEFAULT_COMPONENT”,”profile”);

    in your bp-custom file
    https://codex.buddypress.org/extending-buddypress/bp-custom-php/

    Search is broken.
    I believe the fix is ‘coming soon’ as part of a larger site update.
    It will be nice when search is working.
    Yours were frequent questions.

    @qrahaman

    Participant

    @ceuwer @shanebp,

    FYI: If you copy/paste, be sure to modify the double quotes to the proper double or to single quotes…

    `define(“BP_DEFAULT_COMPONENT”,”profile”);` or,

    `define(‘BP_DEFAULT_COMPONENT’,’profile’);`

    @ceuwer

    Member

    Nice! Thank you @shanebp @quint

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Changing Member Profile Submenu Order’ is closed to new replies.
Skip to toolbar