Skip to:
Content
Pages
Categories
Search
Top
Bottom

How can I add my registration form below forum topics?


  • gregfielding
    Participant

    @gregfielding

    I’d like to add my registration form below forum topic for visitors to easily log in and participate without having to change screens and find the thread again. Pasting in the form is easy, but I’m having issues with the form action and I have no idea how to keep users on that thread.

    Right now, I use BP Disable Activation (email) and I redirect logged in users to their profile pages. I would need a custom script after the form to keep/return new members on the thread.

    Anyone figured out how to do this?

Viewing 2 replies - 1 through 2 (of 2 total)

  • @mercime
    Keymaster

    @mercime

    Edit – too many browsers open, wrong post

    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 )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I add my registration form below forum topics?’ is closed to new replies.
Skip to toolbar