Buddypress registration
-
Hello i currently want to edit the text
Check Your Email To Activate Your Account!You have successfully created your account! Please log in using the username and password you have just created.
i have changed this in /plugins/buddypress/bp-themes/bp-default/registration/register.php
<h2><?php _e( ‘Registration complete you’re all done!’, ‘buddypress’ ); ?></h2>
<?php do_action( ‘template_notices’ ); ?>
<?php do_action( ‘bp_before_registration_confirmed’ ); ?><?php if ( bp_registration_needs_activation() ) : ?>
<p><?php _e( ‘You have successfully created your account! To begin chatting you will need to download our client.’, ‘buddypress’ ); ?></p>
<?php else : ?>
<p><?php _e( ‘You have successfully created your account! Please log in using the username and password you have just created.’, ‘buddypress’ ); ?></p>
<?php endif; ?>but does not seem to change anything any help would be appreciated.
- The topic ‘Buddypress registration’ is closed to new replies.