Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2010 12:10:32 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1802

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/registration/register.php

    r2464 r2583  
    4242                    <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" />
    4343
    44                 </div>
     44                </div><!-- #basic-details-section -->
    4545
    4646                <?php do_action( 'bp_after_account_details_fields' ) ?>
     
    5151                <?php /***** Extra Profile Details ******/ ?>
    5252
     53                <?php if ( bp_is_active( 'xprofile' ) ) : ?>
    5354                <div class="register-section" id="profile-details-section">
    5455
     
    155156                    <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="<?php bp_the_profile_group_field_ids() ?>" />
    156157
    157                 </div>
    158 
    159                 <?php endwhile; endif; endif; ?>
     158                    <?php endwhile; endif; endif; ?>
     159
     160                </div><!-- #profile-details-section -->
     161                <?php endif; ?>
    160162
    161163                <?php do_action( 'bp_after_signup_profile_fields' ) ?>
     
    196198                        </div>
    197199
    198                     </div>
     200                    </div><!-- #blog-details-section -->
    199201
    200202                    <?php do_action( 'bp_after_blog_details_fields' ) ?>
     
    205207
    206208                <div class="submit">
    207                     <input type="submit" name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> &rarr;" />
     209                    <input type="submit"name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> &rarr;" />
    208210                </div>
    209211
     
    226228                <?php endif; ?>
    227229
    228                 <?php if ( !(int)get_site_option( 'bp-disable-avatar-uploads' ) ) : ?>
     230                <?php if ( bp_is_active( 'xprofile' ) && !(int)get_site_option( 'bp-disable-avatar-uploads' ) ) : ?>
    229231
    230232                    <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.