You just remove the components that live in /mu-plugins.
I DID it but still have stuff in my DB and the template in wp_content/themes. Now everytime i add a new blog it shows a blank page because no template is choosen. When i switch de BP Template off in the admin the other Templates disapear too!
Pretty simple really:
1) Make a backup of your DB just in case you change your mind.
2) Remove anything that has prefix of bp in your /mu-plugins/ folder
3) Delete the folder /wp-content/member-themes/
4) Delete the folder /wp-content/themes/buddypress-home/
5) Delete any tables in your DB that start with the prefix bp
6) Delete the tables that are in format of wp_user_X_activity ….. Not wp_users, just those specific to BP
7) Change your main WPMU blog to use a different theme
Be prepared for hits to non-existent information if you have been hit by search engines
Really, it is just reversing what you did in the installation process. Making backups before and after are really important as you don’t want to make a mistake. It is also good practice to tell your members that you are doing it since they might have issue with the changes, or at least need to be notified.
Hope that helps.
Trent
thank you!
6) Delete the tables that are in format of wp_user_X_activity ….. Not wp_users, just those specific to BP
– i found nothing like this in my wp_users, running a fresh installation for testing.