Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,007
- How-to & Troubleshooting
- 129,519
- Creating & Extending
- 25,786
- Requests & Feedback
- 9,495
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,169
-
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