Skip to:
Content
Pages
Categories
Search
Top
Bottom

Default Member Tabs

  • @boris514

    Participant

    I tried following to codex to change the default tab and it’s not working. I tried changing wp-config and also making bp-custom in wp-content/plugins but neither of them are successful. I should specify I want users to land on a special tab called events created by event manager.

    Change Default Members Profile Landing Tab

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

    Participant

    Tab is called events, but you have to use the slug name, which could be different of the tab name. I don’t use that plugin, so can’t help you for this. Mouse-over the tab and see in bottom left corner of your browser what is the path. Probably something like locations or my-bookings…

    And this is definetly working:
    define('BP_DEFAULT_COMPONENT', 'slug' );

    @boris514

    Participant

    **Edit**
    I just tried putting the code higher up in the wp-config file and it worked, seems like something was overriding it. Thanks for the help.

    Thanks for the quick response, I figured it was the slug but it didn’t work.

    I tried the main events tab which uses the slug “event”
    and also a sub-tab that uses “my-events”

    No luck with either one unfortunately

    define('BP_DEFAULT_COMPONENT', 'events' );
    define('BP_DEFAULT_COMPONENT', 'my-events' );

    @danbp

    Participant

    search on event’s manager support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default Member Tabs’ is closed to new replies.
Skip to toolbar