There is something strange going on here.
I suggest you delete the bbPress plugin from the plugins section of your WordPress install.
Verify that Jetpack is working correctly.
Now download bbPress and install it again. https://wordpress.org/plugins/bbpress/
By script I meant the file SMF.3.PHP found attached in THIS TICKET as written in the first post of this topic.
You download it an then upload it to your site in this path
/bbpress/includes/admin/converters/
Should be in the plugins folder
Then follow the instructions in the link from my other post.
Hope that helps
Thank you for the hints but in my case, I have the bbpress as plugin in WordPress.
How do I approach it? Thanks.
When I have the plugin “bbPress” activated I get this video (https://www.youtube.com/watch?v=EDAp8M7CuPk) included in the slideshow on every product page as well as a blank image and a pop up message that reads “The page at http://www.curioclayworks says: Image cannot be loaded. Make sure the patch is correct and the image exist”. When the plugin is deactivated (which it is right now) the video disappears and I only have the blank image with the pop up. I’d like to only have the images I select to be in the slideshow on each product page and I certainly don’t want an install video to be apart of that slideshow. When I disable the bbPress plugin I lose functionality of the “Jetpack WordPress.com Stats: Put a chart showing 48 hours of views in the admin bar” which I’d like to keep and I’d like the functionality of the bbPress plugin itself for the future. I’ve looked through my media library and I the video isn’t there. I’m not sure how to remove it and keep bbPress active. Any tips?
WordPress version: 3.7.1
bbPress version: 2.4.1
Link to my site: http://www.curioclayworks.com
Ok, I see what your trying to achieve.
Create a ticket on Trac for this http://bbpress.trac.wordpress.org
I have a client experiencing the same issue, using bbPress 2.4.1 with WordPress 3.7.1 – replies showing up not in sequential time order, so it’s hard for users to keep track of the discussion.
In a post I just checked reply #9059 shows below #9056 but above #9057. Threaded replies are enabled to 6 levels.
Any advice would be much appreciated.
Newbie question…
bbpress reports lots of topics within a forum but doesn’t list any. Any idea what’s going on?

http://www.salessummits.com/wp-content/uploads/2013/11/bbpress.pdf
This is a very simple site with a discussion forum. The image is a screenshot as the site is protected.
bbpress 2.4.1
Wordpress 3.7.1
I am running WordPress 3.7.1 and bbPress 2.4.1. When logged in as an admin, when I try to edit a large Page, I get a completely blank screen, not even showing the WordPress sidebars. When I deactivate bbPress, I can edit the page with no issues.
WordPress sends emails for user registration not bbPress. I suggest you check to see if emails are being sent for blog post notifications and/or new comments etc and post to https://wordpress.org/support/ if you need more help troubleshooting your WP install. You should also check with your web host that there are no issues on that side of things.
Additionally I have it set up for new users to be assigned the role of “participant” for the forums, and when they register no role is selected for them until I change it manually. I am running bbpress
The forum role is not actually set until the user logs in for the first time at which time they will then be assigned the role defined in the settings.
When new users register on my website, they are not being sent an email with their password. Additionally I have it set up for new users to be assigned the role of “participant” for the forums, and when they register no role is selected for them until I change it manually. I am running bbpress plugin 2.4.1 on WordPress 3.7.1. My site is http://birdingacrossamerica.com. I am using the shortcode [bbp-login]. Previously I had no problems with users registering, getting their passwords, and being assigned the particpant role. I’m not sure when it changed, but it is no longer working.
Thanks for your help.
It sounds more like a job for the P2 theme rather than bbPress 😉
P2
See also http://p2theme.com/ & https://p2demo.wordpress.com/
You should be able to logout log back in again (just to forcibly confirm that with WordPress), enter the same details on the bbPress import settings you used 5,000/0.2 etc and just click ‘Start’ and it will resume from where it left off.
All of what you mention in that a huge list of forums is not the ideal user experience so break that list of forums into some categories was the decision made. 😉
https://wordpress.org/about/philosophy/
Decisions, not Options
When making decisions these are the users we consider first. A great example of this consideration is software options. Every time you give a user an option, you are asking them to make a decision. When a user doesn’t care or understand the option this ultimately leads to frustration. As developers we sometimes feel that providing options for everything is a good thing, you can never have too many choices, right? Ultimately these choices end up being technical ones, choices that the average end user has no interest in. It’s our duty as developers to make smart design decisions and avoid putting the weight of technical choices on our end users.
Cool, got it, your issue is because you have more than 50 forums.
Purposely limited to 50 forums. If your site has that many main forums or subforums, it’s time to reconsider your categorization strategy.
See https://bbpress.trac.wordpress.org/ticket/1997
This could be an issue with your rewrite rules. To fix this try resetting your permalinks. In your WordPress Administration Screens navigate to Settings > Permalinks, select a different permalink structure and save. Then select your preferred permalink structure and save again.
Also try the repair tools https://codex.bbpress.org/repair-forums/
Did you use single or double quotes around wp_?
The error you show above showing the error as \”wp_\”forum_forums is an odd one, if things were working correctly I would expect the error to look more like this wp_forum_forums.
Open up your wp-config.php file again:
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'database_name_here');
/** MySQL database username */
define('DB_USER', 'username_here');
/** MySQL database password */
define('DB_PASSWORD', 'password_here');
/** MySQL hostname */
define('DB_HOST', 'localhost');
Make sure the values above are the ones you are using on the bbPress import settings and that you select Mingle as the import type.
If you still have the same issue you might have to have a chat with your web host to see if there is some extra SQL settings needed by them.
Hello Stephen,
Thank you so much for replying. I opened the wp-config.php and looked up the $table_prefix and it was ‘wp_’ so I tried to run the convert/import and it came up with this message:
Starting ConversionRepair any missing information: Continue
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_\”forum_forums AS forum_forums LIMIT 0, 100’ at line 1]
SELECT convert(forum_forums.id USING “utf8”) AS id,convert(forum_forums.parent_id USING “utf8”) AS parent_id,convert(forum_forums.name USING “utf8”) AS name,convert(forum_forums.description USING “utf8”) AS description,convert(forum_forums.sort USING “utf8”) AS sort FROM \”wp_\”forum_forums AS forum_forums LIMIT 0, 100No forums to convert
I’m really not sure what to do here. Like I said I’m a SQL newbie so I really don’t understand much about it yet.
Thank you for your assistance so far,
Scott
It looks like you used wp_forums_\ as the table prefix on the importer settings, as a quick guess I think it should be wp_
Edit: You can confirm what this value should be by opening the wp-config.php file in the root of the WordPress install that has Mingle forums installed.
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = 'wp_';
Thanks for this and yes, confirmed 🙁
I have added a patch to the bbPress Trac Ticket #2472
I also added the full Mingle.php with the patch included, could you download this and test it.
It should fix both the issue where multiple topics have the same title and also renamed topics.
Update: WordPress SEO by Yoast can do this! At the Title & Metas tab —>Post Type —> Custom Post Type Archive, there are options for BBpress titles so all the problems above resolved! If am not wrong, All In One SEO can not do this (I have this experience with All In One SEO before). Thanks. Nice day
I’ve just created a fresh wordpress site 3.7.1 with theme twentytwelve, and added bbpress 2.4.1 to it.
I am able to create forums, set up users, tools etc. etc.
$retstr = sprintf( esc_html__( 'This forum contains %1$s, and was last updated by %2$s %3$s.', 'bbpress' ), $topic_text, $last_updated_by, $time_since );

Warning: sprintf() [function.sprintf]: Too few arguments in /xxx/xxx/xxx/wp-content/plugins/bbpress/includes/forums/template.php on line 187
bbPress Version 2.4.1
WordPress 3.7.1.
Buddypress Version 1.8.1
WPML Version 3.0.1
.
.
.
I need help please,
David
Hello, I have installed bbpress and added a forum and topic.
WordPress and BBPress are both the latest version.
The forum shows in a really odd way with items stacked on top of each other.
http://imagphoto.com/forums/forum/new-forum/
Secondly, the breadcrumb link to the forum results in a 404 http://imagphoto.com/forums/forum/
Yet the parent link in the breadcrumb works http://imagphoto.com/forums/
Is it possible to use pages and the shortcodes to have the forum within a page so that I can control the settings of the page and maybe dump the sidebar to see if that corrects the issue? I checked the documentation but could not see anything about this specific issue.
Many thanks for your help 🙂
Hi, for breadcrumbs and notice you can to edit bbpress teplate files and remove the line… for first title and posted by you must to edit your wordpress page template!!