Great to hear that. If you notice any more problems, please let me know.
Fixed for me! Thanks for the update!
I’m getting this error after updating Wp and BBPress 
Fatal error: Class ‘BBP_Theme_Compat’ not found in /home/technoti/public_html/technotip.com/wp-content/themes/NewsDen-child/functions.php on line 31
Is it just me or is 2.1 ignoring certain template files when using bbPress as a child theme?
To illustrate I added a backtrace to the top of form-topic.php.
When viewing a forum, template file single-forum.php is used as expected (Bottom up #
:
#7 bbp_get_template_part(content, single-forum) called at [C:xampphtdocsdomain.comwp-contentthemesbbp-child-testsingle-forum.php:25]
#8 include(C:xampphtdocsdomain.comwp-contentthemesbbp-child-testsingle-forum.php) called at [C:xampphtdocsdomain.comwp-includestemplate-loader.php:43]
#9 require_once(C:xampphtdocsdomain.comwp-includestemplate-loader.php) called at [C:xampphtdocsdomain.comwp-blog-header.php:16]
#10 require(C:xampphtdocsdomain.comwp-blog-header.php) called at [C:xampphtdocsdomain.comindex.php:17]
But then if you go into a topic and click EDIT, page.php is used to display form-topic.php even though template files single-topic.php and single-topic-edit.php both exist (Bottom up #13):
#12 get_template_part(content, page) called at [C:xampphtdocsdomain.comwp-contentthemestwentyelevenpage.php:22]
#13 include(C:xampphtdocsdomain.comwp-contentthemestwentyelevenpage.php) called at [C:xampphtdocsdomain.comwp-includestemplate-loader.php:43]
#14 require_once(C:xampphtdocsdomain.comwp-includestemplate-loader.php) called at [C:xampphtdocsdomain.comwp-blog-header.php:16]
#15 require(C:xampphtdocsdomain.comwp-blog-header.php) called at [C:xampphtdocsdomain.comindex.php:17]
Or am I missing something?
New plugin version is coming soon with the updates.
I’m testing 2.1 from SVN and it is working well. I had to fight with the templates and my theme to get it to display properly, but that was an issue with the theme, and not bbPress.
The only “bug” I’ve encountered so far was that wp-content/plugins/bbpress/bbp-theme-compat/css/bbpress.css was loading even if I had a bbpress compatible theme with everything in my child theme and I was loading css/bbpress.css from my theme. So I was loading bbpress css twice.
I put: add_theme_support( ‘bbpress’ ); into my functions.php and that stopped. And then I removed the call to css/bbpress.css and instead just integrated into into my style.css which I prefer. When possible I like to combine the css files and reduce http get requests.
I disabled every plugin that ties into the admin bar other than Buddypress and I still had the issue. I can try disabling that as well. I’ll do some testing today and see if I can determine if it is a plugin conflict.
And if you still have issues, please can you list exact steps how to reproduce problems, including what plugins you have active.
bbPress by design explicitly blocks ALL short codes from functioning (except built in bbPress short codes) thus I presume why someone decided to create whitelist plugin.
I have nothing to do with any of the plugins I mentioned above, it was the only option I could think of to help you out after looking at your site, sorry it doesn’t work for you.
SKParticipant
https://bbpress.trac.wordpress.org/ticket/1669
is really the only major ticket for 2.1 for over 5 months now.
Seems BuddyPress integration is proving to be more complex than anticipated
In my case, I can’t access to the wp-admin, I’ve also an error 500…
after deleting bbpress 2.0.3 and reinstalling it.. i get the right links to my dashboard but i just get 404 error messages when i try to enter or create any forum
I made the update to WP 3.4 and then bbPress 2.0.3 : my blog is down with an error 500. I don’t know what to do, any idea ?
after installing wp 3.4 and updating buddypress and bbpress 2.0.3 all posts in the dashboard going to the forum index…. if we deactivate bbpress all post link where they should link to…
I have seen that. But, as I say, all plugin features work fine (including toolbar integration) and nothing is broken in the WP with, tested with WP 3.4 Final and bbPress 2.1-r3920.
Please test it, and let me know.
Actually that has changed now. If you download the file from https://translate.wordpress.org/projects/bbpress/plugin/ then it will have the correct name already, which would be in the format bbpress-plugin-de.mo
The ‘plugin’ part in the name has to be removed. I wrote all the steps required to change the language in my blog: http://www.anttivaihia.com/blog/2012/06/how-change-language-bbpress-20
I wrote about changing the language in my blog for anyone looking for easy step by step instructions: http://www.anttivaihia.com/blog/2012/06/how-change-language-bbpress-20
Hey guys, I’ve been trying to setup bbpress on my site but it won’t align or fit my website… could you help please?
http://www.wearemerciless.com/forums/
And… if I did that in reverse? How do I undo it so WP thinks neither have been installed before?
Thank you, John. It is, in-fact, corrected. I figured it was something small, that was likely overlooked. I truly appreciate the quick response, the Forums is like nearly the entire purpose of my BuddyPress install so without bbPress working neither was needed. But I had full faith in the Key Master, so much so in-fact, I took a nap while you fixed this. Hehe… No really, it had me so stressed sometimes a nap is the best medicine. Anyway, I’m sure you’re a busy guy so thanks again!
Andrew
If you’re experiencing slow or missing forums after updating to WordPress 3.4, updating to bbPress 2.0.3 will get your forums back up. This only effects configurations where forum visibility was toggled, and those forums still exist (I.E. were not deleted after checking it out.)
-
This topic was modified 13 years, 8 months ago by
Stephen Edgar. Reason: Remove Spam Topic Tags
lol thanks for the bbpress update bbpress didn’t think you’d let me down haha 
Andrew check your plugin updates 2.0.3 available for download 
just sad i have to redo my whole site again but i have a clearer mind and can control this I’m going to do all my test updates etc on a test install on my site.
Update to bbPress 2.0.3; should work just fine.
https://bbpress.org/forums/topic/wordpress-34-forums-extremly-slow
Someone else is reporting the same behavior with bbPress 2.0 and WP 3.4. I’m running an unreleased version of bbPress 2.1 I grabbed from SVN. It is possible the behavior is fixed with the SVN version.
You can uninstall bbPress by deleting the folder from wp-content/plugins to resolve the issue, or you can try the new version of bbPress from SVN. It isn’t a production release, so it may have bugs, but then again so does the version you’re running apparently.
https://bbpress.trac.wordpress.org/changeset/3958/branches/plugin?old_path=%2F&format=zip
I also am having trouble only my situation is much different i also was happy to see an update with wordpress i have buddypress installed and bbpress i didn’t experience any problems whatsoever till i installed the latest wordpress i tried everything reinstalled bbpress then was told page did not exist so i did a complete fresh install now I’m trying to make some forum topics and the same thing all i see is the forum header
Forum Topics Posts Freshness
I wish there can be some solution to this problem like immediately i spent a month or so by myself putting this site together and having to reinstall do everything from scratch is really straining the hell out of me.