Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How can I add my registration form below forum topics?

use the redirect_to param (either get or hidden)

what i use on each topic but just a link to the login form.
$bp->root_domain . '/wp-login.php?redirect_to=' . urlencode( site_url() . $_SERVER )

Skip to toolbar