Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Redirecting user to profile page


Burt Adsit
Participant

@burtadsit

Howdy. You can modify the member theme’s target for successful login in the /member-themes/buddypress-theme/header.php file. Lines 53 and 55. It redirects people to site_url() you can send them where you’d like by replacing that with your destination.

If your user elects to login via the buddybar :) you can edit the file /mu-plugins/bp-core/bp-core-adminbar.php in the function bp_adminbar_login_menu() at line 33. Another similar line where they get redirected to ‘siteurl’.

Skip to toolbar