Adam, what I was saying is get a NEW database. Export the database from existing BBpressDB into the NEW database. With the new database install a fresh version of WP. This will give you BBpress with all your old forums and WP with nothing in it. After everything works well, then go to your old WP admin section export all the “authors and post” and then imported into the new WP.
I think it’s very cool, I love it.
As some of you know, I migrated my forum from SMF to bbPress. This caused a lot of broken URLs that Google is now returning as 404 pages in my Google webmaster tools account.
While analyzing on how to 301 all the old links, I discovered that bbPress took the existing topic id’s and patched that to the new URLS, e.g:
domain/index.php?topic=270 became domain /topic.php?id=270
domain/index.php?topic=200 became domain/topic.php?id=200
Is there a way to redirect all old pages, to the new ones giving the old id’s to the new ones? Apart from creating a big ass list.
I was able to login using the forum’s login credentials.
Here is my profile : https://codex.bbpress.org/developers/ashfame/
Just found this : http://codex.bbpress.org/developers
lolz! Why it is like that? Looks like someone trying to port BuddyPress theme to bbPress codex by hardcoding links
Found the solution for the “nofollow” in signatures, similar to the one you proposed for posts:
https://bbpress.org/plugins/topic/bbpress-signatures/page/2/#post-3179
Ooops, I think we posted at the same time. Ok, I tested it and it works so now all links in the message area are nofollow with no holes and the profile has the follow as I wanted. Very good
Thank you, mwaterous.
mwaterous, thank you again. Did I say thank you?
I followed your advise and created the file functions.php where I placed that line of code and incorporated it to the bbpress theme at the root. This worked equally well. The only url that wouldn’t get the “nofollow” is the one at the signature. Never thought about the upgrade issue 
Correct, the signature corresponds to _ck_’s plugin. Never thought about that either. Perhaps I should contact him privately for adding a piece of code? (maybe I should read discussions on this topic too.)
Style sheet solved. Yes, it was an issue with the “textarea” field. Problem was actually “cache” on my browser that wouldn’t let me see the changes. So I flush the dns and all was working fine.
—
I have found another bug in another plugin “subscribe to topics” where after activation admin will only be able to logout from within the forum. Attempting to logout from the admin panel will result in a serious of errors:
Warning: Cannot modify header information – headers already sent by (output started at /home/skincare/public_html/bbpress/bb-includes/functions.bb-core.php:596) in /home/skincare/public_html/bbpress/bb-includes/backpress/class.wp-auth.php on line 292
Should I discuss the above 2 topics (signature and subscribe-to-topics) in the corresponding threads?
If bbPress can’t find user data for someone who’s made a post, it marks them as Anonymous
https://bbpress.org/forums/topic/unexpected-anonymous-posts
Cool; phpMyAdmin I can do. 
So, I could probably upload that file into the same database as the WordPress install, right, since the prefixes are different? That would help integration immensely, if I’m not mistaken… and then configure bbPress to use WordPress’ user tables (which has been described before in many places)?
What happens then w/ the old bbPress users? Not that I actually care, much, if we’re using WordPress’ user tables… I guess I just don’t know what happens for the posts made by defunct users. Any advice there?
(and thanks again, everybody… this is supremely helpful.)
@adamkayce – you might want to look into an application called phpMyAdmin, it provides a visual interface for database interaction. From there you could easily export your original bb_ tables to an .sql dump file, and then simply reupload the file to the new database via import.
If your theme doesn’t already have a functions.php, you can create one and add that code to it – it will automatically be found and run by bbPress, and it’s a lot safer than adding it to the core code (next time you upgrade, it will overwrite).
1. bbPress doesn’t have signatures by default, so I’m guessing you’re using a plugin for this? If you are, hopefully the designer has added a filter which you can hook into, but we’d have to take a look at the specific plugin you’re using.
2. You should have a style.css file in your bb-templates/yourthemename/ directory. Find that file, and do a search for ‘textarea’. It should possibly be under ‘.postform textarea’ to be more specific. Look and see if there’s a font-size attribute there, and up the size.
Great – so how do I do it?
That would greatly simplify the work involved!
@gerikg – how do we import bbPress database info into an existing database? (I’m no database pro; I can find my way around phpmyadmin, though.) I’m totally familiar with the WordPress side of things, but not so much w/ bbPress.
@johnhiler – yeah, that might be okay… at this point, I think the client would be thrilled if I can pull off the phpBB › bbPress conversion and have a single login between WordPress and bbPress. If the existing forum info ends up being “archived”, so to speak – not associated with their current usernames – I think they’d be okay with that.
Is it critical that a user have their old phpbb posts tied to their new WordPress/bbPress identity? Is it ok if their old posts are tied to their old username?
I would leave both databases and then import both information to new DB. I’m not sure if anyone has tried doing this.
OR
Import the BBpress info into a New Database. Then intergrate it with a fresh WP. WP’s info is exportable through the admin section you can try to export all the information (posts) and then inport it to the fresh install.
How much overlap between your userbase is there… how many of the 115 WordPress users also have phpBB accounts?
All of them (except maybe one admin account). There won’t be anyone in WordPress who isn’t in bbPress.
The only ones with separate accounts might be the three admins, and they’d need to be the same across WP & bbP.
How much overlap between your userbase is there… how many of the 115 WordPress users also have phpBB accounts?
Also – if “Mister X” has two accounts (one on each system)… is it critical that the comments in WordPress and in bbPress be merged into the same account? Or would you be ok with having them be separate accounts…
There are ~115 in WordPress, and even though there are ~400 in the old phpBB forum we’re about to bring over, we really only care about the current 115 (the ones in WP).
The latest WordPress is definitely the most secure, b/c Automattic has not released security patches for earlier versions. But bbPress 1.0 is not clearly more secure than 0.9 – in fact, because bbPress 1.0 uses BackPress, it’s possibly less secure. Plus 0.9 has been stable for a long time, while 1.0 is new and still has a fair number of bugs.
Integration is easiest when you share a user table. It’s possible to integrate bbPress with other software (WordPress, or even something else) without sharing a user table but it’s not easy and there are no publicly released plugins which allow it.
How many users do you have on your WordPress install?
The latest versions of wordpress and bbpress are the most secure and bbpress is designed to integrate with wp. The only possible advantage to keeping an older version of bbpress is the amount of plugins that have not been updated to ensure compatability (in other words, if you want a lot of plugins, stick with 0.9 until the ones you can’t live without are brought up to speed. My recommendation – upgrade now that you don’t have too many plugins to worry about).
If you’re going to upgrade bbpress, do it first.
Install wordpress and integrate with bbpress. Basic (shallow) integration eliminates the need for users to log in to each seperately.
Hi, I’m a total novice at this. Trying to set up a closed member only forum for a group. Will bbpress work for this? We currently have blog set up for group (irecee.wordpress.com) and want to add link in to access member forum from it. As we have no server for this site, I have uploaded bbpress to my org website (www.moldovavision.org) and hope to link from there. I have uploaded ok into new dir called ‘talk’. What now? I can’t access the weblink to activate it – tried http://moldovavision.org/index.php/talk which is returning an error code:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
Confused. Can anyone help?
Thanks a mill
Ah the red X… the solution to that is mentioned in the comments of the plugin:
https://bbpress.org/plugins/topic/bb-attachments/
Here’s the situation: I’m moving a membership site from an old static HTML site w/ a phpBB forum over to a WordPress install and a bbPress forum. The WordPress site is set up, users added, membership issues handled w/ the WishList Member plugin, and my phpBB › bbPress conversion questions have been answered; my questions are about integrating that newly converted bbPress w/ the WordPress.
- Is it possible to use WP 2.8.4 and bbPress 1.0.2, or should I stick with bbPress 0.9?
- Is there any way to integrate the two that would allow for a continuous login?
- And perhaps the biggest question is: how do I upload/merge the converted bbPress database with the existing WP database?
- And once that’s done, how to deal with the disparity of users in WP with the old bbPress?
One idea I have is to create a new bbPress install that’s integrated with WP, and then once the conversion of the old forum is complete, to try to import that data into the existing install. Would that make sense?
Or, is it possible to just have the two databases separate, but use plugins (assuming I’m sticking with 0.9) to create the continuous login? Is that even possible? How would that share user data?
So, what would you do if you were in my shoes? Thanks for all your help.