Skip to:
Content

BuddyPress.org

Ticket #3220: improve_activation_notice.diff

File improve_activation_notice.diff, 1.9 KB (added by dwenaus, 14 years ago)
  • wp-content/plugins/buddypress/bp-themes/bp-default/registration/register.php

     
    224224                                <?php do_action( 'bp_before_registration_confirmed' ) ?>
    225225
    226226                                <?php if ( bp_registration_needs_activation() ) : ?>
    227                                         <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>
     227                                        <p class="confirmation confirmation-via-email"><?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>
    228228                                <?php else : ?>
    229                                         <p><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ) ?></p>
     229                                        <p class="confirmation confirmation-log-in"><?php _e( 'You have successfully created your account! Please log in using the username and password you have just created.', 'buddypress' ) ?></p>
    230230                                <?php endif; ?>
    231231
    232232                                <?php do_action( 'bp_after_registration_confirmed' ) ?>
  • wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css

     
    753753        width: 90%;
    754754        margin: 0 0 10px 0;
    755755}
     756.confirmation-via-email {
     757    padding: 25px;
     758    font-size: 16px;
     759    background-color: orange;
     760}
    756761
    757762
    758763/* > Buttons