If you just delete the bb_ tables, and remove the files who belong to bbPress, then you are just fine. There are no specific tables (as far i can see) who are used by buddypress in combination with bbPress. If you ever plan to install bbPress again, just install it in a seperate database, that also just works fine in combination with WordPress <> bbPress 
So:
1: Delete bb_ tables
2: Delete the bbPress files.
And youre actually done with the uninstall
Hi, i made the below post on wordpressmu forum but not had much luck so think maybe it is a bddypress issue:
ok, now i am really confussed. I so far have two blogs on my site, one i have wrote as admin and this display ok but i wrote one as a member and when i click to display the blog the page goes blank.
To see this, click on OLF official blog at http://www.ourlordsblogs.com
I do not know if this is a wordpressmu setting problem or a buddypress problem or even a dns problem even though i have wildcards set ok.
I have looked but can not find anyone who has had the same problem unless i have misread what they were saying.
Has anyone else come accross this problem?
By the way, if you\\\’re a premium member we\\\’ve released our Communities plugin, including wiki functionality, here: http://wpmu.org/an-alternative-to-buddypress-three-new-wordpress-mu-plugins-communities-messaging-and-friends/
There is a wp classifieds – https://wordpress.org/extend/plugins/wp-classified/
I think he\’s adapted it for wpmu. He\’s very responsive. Your mock ups are sweet, though. Maybe you could twist his arm to devote some time specifically to bp to get that tight integration look.
Also, I second Photo Galleries. Why are there no photo galleries???? Wish I could code.
2217625Inactive
David just posted this on my wire:
Hello:) Hey, I updated twitter to wire. I am sorry you had such a hard time with it. Please let me know if you need more help or if you want more features.
Thanks,
Dave
Thanks alot David!
https://wordpress.org/extend/plugins/twittertowire/
Does it work on wordpress MU? If so maybe a global function is needed to add as widget on the home theme…
Hi Burtadsit,
Your right, on the RC-1 I can upload an avatar during signup, I can also change it afterwards with a new image in my profile… Funny I didnt see that!
I guess it confused me a little that I was unable to change my avatar on the new buddypress.org layout without going to gravatar.com. (Not like RC-1)
It says:
Your avatar will be used on your profile and throughout the site.
Avatars on BuddyPress are controlled by the globally recognized avatar system (Gravatar). To change or create a new avatar for your account, please login or signup at: http://gravatar.com.
If you are signing up for a new Gravatar account, make sure you use the same email address that is registered with your WordPress.org account.
—
So I would have to goto gravatar.com and upload a new avatar instead of just uploading it on the buddypress site. I guess the avatars on the new layout is all controlled by gravatar.com.
I would like to see something like the “tag surfing” feature on http://en.wordpress.com/tags/
If u run a large community it is essential to “categorize” ur posts in some way to make them accessable. I think the tag surfing idea is a pretty simple and good solution!
A tag cloud on the frontpage and a feature like “Browse by recent Tags” would be great!
Thanks for the compliments guys. Glad to have a platforms like WordPress and BuddyPress to work off of. Thanks for the showcase Andy.
http://wannanetwork.com/members/dakota/ gets a 404
while
http://wannanetwork.com/members/markmadsen/ works
I don’t have the error logs on hand but I will post them later.
Thanks!
Is there somewhere a tutorial how to uninstall or remove bbress properly from the wordpress+mu & buddypress database?
Thanks for guiding me to a link
i’m using hostgator and it’s fine for wordpressmu (and obviously buddypress too)
1. congrats on the members
2. I don’t believe it has been done yet.
Depending on your mysql abilities, you may find it easier to just write a quick and dirty php file with a mysql connect to show members. The overhead that wordpress and buddypress would add to this process wouldn’t be worth the minimal gains of the buddypress functions.
But if you don’t know much mysql, then you may be forced to do it inside of an admin plugin.
Here are a few quick and dirty sql lines to get you started:
find all users:
SELECT user_nicename FROM wp_users;
find all users, and show full name (from profile fields)
SELECT users.user_nicename , profile.value FROM wp_users users, wp_bp_xprofile_data profile WHERE users.ID = profile.user_id AND profile.field_id =1
If by “deep integration” you mean loading wordpress at the top of bb-config.php, no, we don’t do that. But, if the tables share the same database, that’s not needed.
If the xmlrpc method WILL break when retrieving large topics, then I don’t see a choice but to directly query the bb tables. Otherwise, using bbpress for the group topics is fatally flawed.
Try the bp job board Kathleen. https://buddypress.org/groups/buddypress-job-board Gotta close this topic.
I am getting the same / escape issues I just saw in the newly created Topic here
“I\’m looking for a developer to install WordPress MU and Buddypress”
created in the Install Buddy Press section. Couldn’t find this as a bug yet submitted. Shall I report?
We are looking for a developer to install/create a WordPress MU and Buddypress . If you are interested, please email me a kathleendragon@gmail.com
Hey Maxaud, Off topic but nice job on becoming a Showcase Site at wordpress.org!
I just gave you five stars. Go BuddyPress!
I’ve been thinking about a Classifieds plugin for Buddypress and I thought a good place to start would be with a Photoshop mockup of how it might work, so I made one and posted it here:
http://www.flickr.com/photos/28730426@N03/sets/72157615860642132/detail/
I decided to only use For Sale, Housing and Help Wanted ads and excluded Personals, Announcements and a Service Directory, because I think there are better ways to handle those. (I have an idea about a Pro Account/Business Directory combo plugin, if anyone’s interested I’ll draw it up)
I lifted most of the categories and copy text from Craigslist. Oopsy.
I’m new to WordPress and my PHP abilities suck, so if anybody wants to tackle this then by all means go for it. Sell it, give it away, whatever, if you want it, it’s yours. I just hope this helps to get something like this made, because if I have to code it, it might take years.
Opinions wanted!
Why fix something when it’s not broke!
You should keep the same practices as wordpress!
Is this a buddy press issues or wordpress mu issue?
Even blog titles,
http://yaksocial.com/blog/2009/03/24/yak-social/
The title is non existent! It’s simply displaying the website name omg!
echo 'Welcome' . ??????????????(field_7, $curauth->the_user). ' , How Are You' ;
notice the ????????????? aboveā¦. what do i put there to get Xprofile fields?
here is what I use on regular wordpress profile field…
if( get_user_option(first_name, $curauth->the_user) ):
echo 'Welcome'. get_user_option(first_name, $curauth->the_user) .' ' ;
endif;
OK. I did a fresh install and only added Database Integration. Actually I did it both ways with cookies as well as with only database integration. On both I get this setup errors…
>>> WordPress “auth” cookie salt not set.
>>>>>> Could not fetch “auth” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “auth” cookie salt in your database.
>>> WordPress “logged in” cookie salt not set.
>>>>>> Could not fetch “logged in” cookie salt from the WordPress options table.
>>>>>> You will need to manually define the “logged in” cookie salt in your database.
The problem is that these are not defined in the database to my knowledge. I think the ldap plugin takes these out? Any suggestions on how I could integrate the forums with the LDAP WPMU Plugin??
What’s the max size can one upload in wordpress MU/BP for a blog because I get an error msg when uploading 50mb (size to big) ! maybe in future there’s going to be a bottleneck on video media uploads on servers?
Being a nub at anything PHP, is there an example of this somewhere?
Kel