Notes on installing Buddy Press
1) For redirection after user login to buddypress dashboard, i have made changes in functions.php file you will find this code at line number 660.
2) For make buddypress functionality work, Instead of changing the code inside the buddypress plugin I had to make different files , so that when you update the plugin in future it will doesn’t effect your running code. These all files can be inside your theme folder => buddypress folder.
• For login page : login-form.php
• For registration page : register.php
• For lost password page : lostpassword-form.php
• For reset password page : restpassword-form.php
• For activation page : activate.php
This way when you update geo directory you will still have buddy press functioning.