Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile links & member pages

  • On my members pages, the links to the people on my Friends list profile is:
    /members/rlarusso/

    I want it to point to:
    /members/rlarusso/profile

    I dug around with the search function, and even saw others who had the same problem but this was pre-1.5 and the solutions didn’t help. That’s not to say I could not have missed something — I’m a bit fried over this!!

    My install is an upgrade from 1.2 -> 1.5
    Wordpress MU latest version.

    Anyone have any insight? Permalinks? Known issue? Gremlins?!?

    I have the BP default templates copied into my child theme. Everything is working as expected *except this issue*

    Thanks in advance to anyone who can point me in the right direction!

Viewing 4 replies - 1 through 4 (of 4 total)

  • Brajesh Singh
    Participant

    @sbrajesh

    put this either in bp-custom.php or wp-config.php

    `
    define(‘BP_DEFAULT_COMPONENT’,’profile’);
    `
    That will do it.

    Thank you Brajesh but it did not work in either wp-config or bp-custom. This line was already in my bp-custom, actually.


    Brajesh Singh
    Participant

    @sbrajesh

    Hi there,
    The url may not be exactly as you wanted(since the profile becomes default component, the profile slug is not shown in the url for the first time), but the tab opened on user profile should be profile tab. Can you please check if the default landing page is not user profile(Under the user navigation tabs).

    It is going to Not Found page when I click on the friend’s link. In the address bar it shows just the members area e.g. “/members/brajesh/”

    So you’re saying I have to set the default members landing page to be the profile tab — where is that done?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Profile links & member pages’ is closed to new replies.
Skip to toolbar