Hi,
open up this file sidebar.php. can be found at buddypress/bp-themes/bp-default/sidebar.php
around line 33, you can see this line:
`if ( is_user_logged_in() ) :`
This is the start of sidebar login widget box and below you can see line with the words “Please create an account to get started.”. If you do not want those words appear delete this line around line 37:
`printf( __( ‘Please create an account to get started.’, ‘buddypress’ ), bp_get_signup_page() );`
Just below the line above you can remove the login form and replace your subscription form or whatever.
Hope it helps.
///////////////