Skip to:
Content
Pages
Categories
Search
Top
Bottom

Login box Redirect to Registration Page (Resolved)


  • Asdrubal
    Member

    @namaguideras

    Hy peopleware, buddypress 1.5 is amazing
    but when i active the “registration”
    with the template “bp-default”,
    when someone click on login form (to login)
    they redirect to Register page IF registration is activated

    solved this problem moving the line of “buddypressbp-themesbp-defaultsidebar.php”:
    `

    <?php printf( __( 'Please create an account to get started.’, ‘buddypress’ ), site_url( bp_get_signup_slug() . ‘/’ ) ) ?>

    `

    below the code:
    `

    <input type="submit" name="wp-submit" id="sidebar-wp-submit" value="” tabindex=”100″ />

    `

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Login box Redirect to Registration Page (Resolved)’ is closed to new replies.
Skip to toolbar