Login box Redirect to Registration Page (Resolved)
-
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 activatedsolved 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.