Skip to:
Content
Pages
Categories
Search
Top
Bottom

Registration does not work with new child theme

  • Hello,

    I am making my first Buddypress child theme with version 1.5.2
    Once I hit the register button, the page only refreshes and does not create a new user.

    Any ideas? Here is my /registration/register.php file:

    `

    <img src="/images/thumbs.png” alt=”thumb” />

    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusan- tium doloremque laudantium, totam

    Register a new account

    <input type="text" name="signup_username" id="signup_username" value="” />

    <input type="text" name="signup_email" id="signup_email" value="” class=”email” />

    <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="” />

    `

Viewing 1 replies (of 1 total)

  • Tammie Lister
    Moderator

    @karmatosed

    You probably want to take a step back and look at how register.php is done in the default theme. You’re doing a few things differently and whilst I don’t know the reasons I’d recommend that as a starting point for you. For instance using the same form submitting:

    `

    `
Viewing 1 replies (of 1 total)
  • The topic ‘Registration does not work with new child theme’ is closed to new replies.
Skip to toolbar