Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,006
- How-to & Troubleshooting
- 129,530
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,170
-
I took a different approach to handling a second step. I just redirect the user after the initial registration:
function bp_redirect($user)
{
$redirect_url = ‘http://redirect-page.com ” ;
//redirect to URL
bp_core_redirect($redirect_url);
}
}
/*Add an action to redirect user after registration*/
add_action(“bp_core_signup_user”,”bp_redirect”,100,1);
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS