hi korban
I had worked on the same concept and came out with my own plugin.
You can download it using the following link
http://www.thinkinginwordpress.com/download/bp-auto-activate-user-and-blog2.zip
Upload it to wp-content/plugins activate and it will remove the confirmation email.
It works with buddypress 1.1.x .Please note it will not work with buddypress 1.0.3
Hope it helps.
thanks
Brajesh
Thanks a lot, that’s exactly what I was looking for. It really help me out.
There is one little thing: now there is written that the account is now activated and that it will be activated when the user clicks on the link sent by mail. Do you know how to remove the second sentence?
Korbn
you are most welcome
Well,just go to your current theme and edit registration/register.php,remove the line saying “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”.
you will see it somewhere written under
‘<?php if ( ‘completed-confirmation’ == bp_get_current_signup_step() ) : ?>’
Remove that.
Better I just suggest to remove the avatar uploading step,as the account gets already activated and the uploaded avatar(the second screen of registration)(which earlier were used at the time of activation will not work)
so,If you are using un modified default theme,you can remove the code from line 215(where the if starts) to 276,where the if ends safely.
Please note,The avatar uploading step at registration will not work,so just remove that step.that’s it.
Thanks
Brajesh
This could be the answer I am looking for. Let me test this out thank