How to update Activation link
-
Hi,
Currently my Buddypress’ Activation message links the login to ordinary wp-login which I need it to go to http://mydomain.com/my-account/ where I have all my new registration and login.
I have gone to: /plugins/buddypress/bp-themes/bp-default/registration/activate.php
…and on line 23:<p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', 'buddypress' ); ?></p> <?php else : ?> <p><?php printf( __( 'Your account was activated successfully! You can now <a href="%s">log in</a> with the username and password you provided when you signed up.', 'buddypress' ), wp_login_url( bp_get_root_domain() ) ); ?></p>
Can somebody please help me to incorporate my link in this code?
Thanks very much.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to update Activation link’ is closed to new replies.