Changeset 2209 for trunk/bp-themes/bp-default/registration/register.php
- Timestamp:
- 12/27/2009 10:41:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/registration/register.php
r2170 r2209 12 12 <?php if ( 'request-details' == bp_get_current_signup_step() ) : ?> 13 13 14 <h2 class="pagetitle"><?php _e( 'Create an Account', 'buddypress' ) ?></h2>14 <h2><?php _e( 'Create an Account', 'buddypress' ) ?></h2> 15 15 16 16 <?php do_action( 'template_notices' ) ?> … … 161 161 <?php do_action( 'bp_after_signup_profile_fields' ) ?> 162 162 163 <?php if ( 'all' == bp_get_signup_allowed() || 'blog' == bp_get_signup_allowed() ) : ?>163 <?php if ( bp_core_is_multiblog_install() && 'all' == bp_get_signup_allowed() || 'blog' == bp_get_signup_allowed() ) : ?> 164 164 165 165 <?php do_action( 'bp_before_blog_details_fields' ) ?> … … 216 216 <?php if ( 'completed-confirmation' == bp_get_current_signup_step() ) : ?> 217 217 218 <h2 class="pagetitle"><?php _e( 'Sign Up Complete!', 'buddypress' ) ?></h2>218 <h2><?php _e( 'Sign Up Complete!', 'buddypress' ) ?></h2> 219 219 220 220 <?php do_action( 'template_notices' ) ?> 221 221 222 <p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ) ?></p> 222 <?php if ( bp_registration_needs_activation() ) : ?> 223 <p><?php _e( 'You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.', 'buddypress' ) ?></p> 224 <?php else : ?> 225 <p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ) ?></p> 226 <?php endif; ?> 223 227 224 228 <?php if ( !(int)get_site_option( 'bp-disable-avatar-uploads' ) ) : ?> … … 227 231 228 232 <h3><?php _e( 'Your Current Avatar', 'buddypress' ) ?></h3> 229 <p><?php _e( "We've fetched an avatar for your new account. If you'd like to change this, why not upload a new one while you wait for your activation email?", 'buddypress' ) ?></p>233 <p><?php _e( "We've fetched an avatar for your new account. If you'd like to change this, why not upload a new one?", 'buddypress' ) ?></p> 230 234 231 235 <div id="signup-avatar">
Note: See TracChangeset
for help on using the changeset viewer.