Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Modifying the Registration Page and how it works (4 posts)

Started 3 months, 3 weeks ago by: Elson James Solano

  • Profile picture of Elson James Solano Elson James Solano said 3 months, 3 weeks ago:

    Hi there,

    I want to modify the registration page of buddypress wherein when I click on the “Complete Sign Up” button, I want to do something. If only know how buddypress handles the registration page then I could get started. I noticed that the form has no action so its something like this

    <form action="">
    </form>

    So i’m not seeing where it redirects when a user clicks on the “Compete Sign Up” Button.

    Anyhelp would be greatly appreciated! Thanks!

  • Profile picture of @ChrisClayton @ChrisClayton said 3 months, 3 weeks ago:

    It doesn’t redirect anywhere. It simply shows a new message based on what their doing.

    The “check your email” message is between lines 228 and 244 of /registration/register.php

  • Profile picture of Elson James Solano Elson James Solano said 3 months, 3 weeks ago:

    Wow! Thanks for your answer. I noticed that one too. :)

  • Profile picture of @ChrisClayton @ChrisClayton said 3 months, 3 weeks ago:

    Anytime, so – you can either enter what you want them to see between thoes lines, or; if you really want to redirect them you can use the bp_core_signup_user action

    Source: http://wordpress.stackexchange.com/questions/18301/redirect-after-registration-in-buddypress (untested)