@fmeroney – Your example was eaten by the forum software (it happens when you don’t use “backticks“ around your code)
But, i’m guessing this is what your looking for? https://wordpress.org/extend/plugins/bp-redirect-to-profile/
@fmeroney as chrisclayton mentioned above, surround code with backticks ( ` ) the symbol between the parentheses
Looks like it was fixed, thanks.
Chris, what I was looking to do is when a user lands on a certain page he or she is automatically directed to their own profile page. Not when they sign in, just when they decide to goto this certain page.
@fmeroney Was this what you where after?
https://codex.wordpress.org/Function_Reference/wp_redirect
With bp_loggedin_user_domain() as the location