Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3286 closed defect (bug) (no action required)

Redirect to Friends Activity on Profile

Reported by: chrisgagner's profile chrisgagner Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

Hey, I currently have the following redirect function on my buddypress website:

function bp_profile_homepage()
{

global $bp;
if(is_user_logged_in() && bp_is_front_page())
{

wp_redirect( $bp->loggedin_user->domain );

}

}

This redirects me to my profile activity when I'm logged in.
Ex: www.mysite.com/members/userid

I am trying to figure out how to alter this code so that it will redirect to my friends profile activity located at the url:
www.mysite.com/members/userid/activity/friends

Change History (2)

#1 @boonebgorges
13 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Please post support questions at http://buddypress.org/support. This forum is for discussing the development of BP itself. Thanks!

#2 @johnjamesjacoby
13 years ago

  • Milestone Awaiting Review deleted
  • Severity set to normal

Moving closed ticket out of Awaiting Review.

Note: See TracTickets for help on using tickets.