Skip to:
Content

BuddyPress.org

Ticket #7973: 7973.01.patch

File 7973.01.patch, 1.4 KB (added by r-a-y, 6 years ago)
  • src/bp-templates/bp-nouveau/buddypress/members/register.php

     
    1414
    1515                <?php bp_nouveau_template_notices(); ?>
    1616
    17                         <?php bp_nouveau_user_feedback( bp_get_current_signup_step() ); ?>
     17                <?php bp_nouveau_user_feedback( bp_get_current_signup_step() ); ?>
     18
     19                <?php if ( 'request-details' === bp_get_current_signup_step() ) : ?>
    1820
    1921                        <form action="" name="signup_form" id="signup-form" class="standard-form signup-form clearfix" method="post" enctype="multipart/form-data">
    2022
    2123                        <div class="layout-wrap">
    2224
    23                         <?php if ( 'request-details' === bp_get_current_signup_step() ) : ?>
    24 
    2525                                <?php bp_nouveau_signup_hook( 'before', 'account_details' ); ?>
    2626
    2727                                <div class="register-section default-profile" id="basic-details-section">
     
    102102
    103103                                <?php endif; ?>
    104104
    105                                 </div><!-- //.layout-wrap -->
     105                        </div><!-- //.layout-wrap -->
    106106
    107                                 <?php bp_nouveau_submit_button( 'register' ); ?>
     107                        <?php bp_nouveau_submit_button( 'register' ); ?>
    108108
    109                         <?php endif; // request-details signup step ?>
     109                        </form>
    110110
    111                         <?php bp_nouveau_signup_hook( 'custom', 'steps' ); ?>
     111                <?php endif; // request-details signup step ?>
    112112
    113                         </form>
     113                <?php bp_nouveau_signup_hook( 'custom', 'steps' ); ?>
    114114
    115115        </div>
    116116