Viewing 5 replies - 1 through 5 (of 5 total)
  • s2Member will never customize that.

    If you want a custom registration form — note, not page — then you will need to upgrade to the Pro version.

    Thread Starter Omtesla

    (@itesla)

    Thanks for reply but i don’t think so, today i updated the plugin but same problem then i changed theme to 2013 and same thing, after i disabled BuddyPress plugin the registration form works as in the video please watch it http://youtu.be/uhRP16kHtHU?t=2m53s i think BuddyPress takes over control of registration process,now i need to find some way to disable it.
    I have try as in this topic explained by @rsm08 user (https://wordpress.org/support/topic/simplemodal-login-registration-form-is-not-working-with-buddypress?replies=4) but it give me 2 errors.
    function bp_remove_signupredirect() { remove_action( ‘bp_init’, ‘bp_core_wpsignup_redirect’ ); } add_action(‘init’, ‘bp_remove_signupredirect’);
    Warning: Cannot modify header information – headers already sent by (output started at /home/itesla1985/public_html/wp-content/plugins/bp-custom.php:7) in /home/itesla1985/public_html/wp-login.php on line 424
    Warning: Cannot modify header information – headers already sent by (output started at /home/itesla1985/public_html/wp-content/plugins/bp-custom.php:7) in /home/itesla1985/public_html/wp-login.php on line 437

    Thread Starter Omtesla

    (@itesla)

    After added this code there is no more redirect to register page

    /** Disable BuddyPress Register page redirection http://www.adminblog.com **/
    if ( bp_core_is_multisite() )
    	remove_action( 'wp', 'bp_core_wpsignup_redirect' );
    else
    	remove_action( 'bp_init', 'bp_core_wpsignup_redirect' );

    but if i disable open registration in s2member then there is another problem login page is not found anymore no register,no login.

    Can someone tell me what to do or to buy the plugin is the only solution to solve this trouble?

    Whoa! Slow down!

    I can’t read your mind, and nor can anyone else. You asked about customizing a page, and I told you it couldn’t be done by s2Member, which is correct. I also told you that it was possible to customize a form, which is also correct.

    Now you tell me that was wrong because you can customize a form!!

    Instead of throwing in lots of points all at once, try making a list of what it is you are trying to achieve. I don’t promise that I or anyone else will be able to help, but at least we’ll know then what you are really asking.

    Thread Starter Omtesla

    (@itesla)

    Ok after more testing that code really worked i needed only to clean browser history and cookies.
    My problem was when you press register on the login page it redirect anyone to BuddyPress page without what is said in s2member>general options>Registration/Profile Fields & Options
    Some fields are already built-in by default. The defaults are: *Username*, *Email*, *First Name*, *Last Name*.
    in reality s2member did not take over control of register page to use its default fields as in video but instead BuddyPress was taking control with its own profile fields,i think you did not watch the video or read the original topic which i post accidentally because i m new here,anyway thanks for trying to help as i told problem is solved using that code.

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

The topic ‘Registration page customization not work.’ is closed to new replies.