Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Profile links & member pages (5 posts)

Started 7 months, 3 weeks ago by: rlarusso

  • Profile picture of rlarusso rlarusso said 7 months, 3 weeks ago:

    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!

  • Profile picture of Brajesh Singh Brajesh Singh said 7 months, 3 weeks ago:

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

    define('BP_DEFAULT_COMPONENT','profile');

    That will do it.

  • Profile picture of rlarusso rlarusso said 7 months, 3 weeks ago:

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

  • Profile picture of Brajesh Singh Brajesh Singh said 7 months, 3 weeks ago:

    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).

  • Profile picture of rlarusso rlarusso said 7 months, 3 weeks ago:

    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?