No success Robin. I used troubleshooting mode. I switched to a default theme, enabled bbpress and style pack – notification was still the same. On my theme the same.
ok, so I am wondering if something else is interfering.
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
Then come back
find
wp-content/plugins/bbpress/templates/default/bbpress/feedback-no-access.php
transfer this to your pc and edit the text as desired
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/feedback-no-access.php
bbPress will now use this template instead of the original
untested, but of you add
<?php bbp_get_template_part( 'form', 'user-login' ); ?>
to the end of that form, it should also show a login
Hi,
I am using bbpress for my forums, and the issue I am facing is – When adding a reply to a topic, the newly added reply is not showing. It will get shown only after another reply is added(At that point, this newly added second reply is not showing.)
The topic updated time period and author info seem to be updated correctly. Also, the replies to a reply are also updated correctly.
Changing my forum theme to 2019 helps to get the latest reply.. but what change should I do to get it back with my theme?
Any help would be appreciated.
HI. I have bbp Style Pack. I set up nice templates in Subscription Emails tab, but users don’t receive those mails. They receive default WordPress notifications. How to force bbPress to send those nice looking templates I’ve created?
Thank you
Chris
Just these!
We also use custom themes:
buddypress uses bbpress for it’s forums
Is this forum made from bbPress as it looks identical to buddypress forum?
yes. it happened again about 40 minutes ago and resetting permalinks alone cleared the problem.
So deactivating bbpress clears the problem
and resetting permalinks clears the problem
Any idea what the root cause may be?
Thanks.
Okay… this issue just recurred. Deactivating bbpress resolved the issue, but upon reactivating the issue immediately returned. Resetting permalinks resolved the issue independent of deactivating/reactivating bbpress.
Any idea of the root cause of the permalinks not working?
I appreciate your frustration, but not sure ‘fault’ is the correct word.
bbpress has changed something – but the ‘fix’ when it comes may not ‘fix’ you, as your site is adding a no-js class (from either the ‘Publisher’ theme or a plugin) which then isn’t overwritten as is normal practice by a test within your theme or the plugin.
you could try adding this to the custom css of your theme
.no-js {
display : inline !important
}
to override the bbpress setting
Nop, its a dam fault of bbpress, I have rolled back to 2.6.6 and it works again.
Untested, but find
wp-content/plugins/bbpress/templates/default/bbpress/form-topic.php
transfer this to your pc and edit
change line 31
from
<?php if ( bbp_current_user_can_access_create_topic_form() ) : ?>
to
<?php if ( bbp_current_user_can_access_create_topic_form() && (bbp_get_forum_id() != '2927') ) : ?>
and save
where 2927 is the forum you don’t want to show the form for
then create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpress
where %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-topic.php
bbPress will now use this template instead of the original
If you want multiple forums, you could create and array and test against that
@oscowordpress1 – it does on my test site
it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Health Check & Troubleshooting
it’s great that you have taken the time to understand the standard tests required, they do solve 80% of issues which is why we ask for them, we don’t do it to annoy you.
the issue may well be a 3 plugin combination thing – so bbpress in combination with another plugin and jetpack, which is why ideally you would carry out the tests.
Given that you cannot, then there are two elements to user access – the wordpress level and the bbpress level
eg ‘administrator’ for wordpress and ‘keymaster’ for bbpress.
I think you best bet would be to set up a user and work through the combinations to see what works and what doesn’t – eg does admin and participant work, but not subscriber and keymaster, does admin work with moderator etc etc. That would help decide what the override that is allowing ‘admins’ to see stuff is.
Then come back and report
The blog (https://bbpress.org/blog/) now states:
bbPress 2.6.9 is a minor release that improves the Akismet clean-up routines introduced in the 2.6.7 release. If you are using Akismet with bbPress and saw some debug notices in your logs, this release is for you!
My dashboard takes me here when I click for latest updates.
Releases
But that is not up to date, how do we know what is in an update before we install it?
Our website uses the bbPress plugin to create forums. When I connect the Jetpack plugin to WordPress.org, non-admin users get a “Well, this is embarrassing” 404 not found error when they try to access any of the forums, whether the forums are public or private. Users with the Administrator role are able to access the forums without difficulty. When I disconnect the Jetpack plugin, forum access for non-admin users is restored.
Before you suggest that I disable all plugins and themes, and reactivate them one by one until I find the offending plugin/theme, be advised that I can’t do that on our live site because it would cause all sorts of issues for our users. I can’t troubleshoot this issue in my local development environment because I can’t connect the Jetpack plugin to WordPress.org when the website is running in my local development environment.
And yes, I already tried switching to a different permalink format/structure temporarily, and then switching back. It did not solve the problem.
I’m running WordPress 5.8.2, and bbPress plugin version 2.6.9. Our website is located at https://evangelizationschool.com
Just to add some information – running the latest version of BBPress.
Hi!
I have a straightforward question – how do I move the existing bbpress data (Forums, Topics, Replies) from one WordPress installation to another?
I see there is an ‘Export’ and ‘Import’ function in WordPress, where Forums, Topics and Replies can each be exported separately.
But – would importing them into a functioning website overwrite existing pages and posts?
Or is there something I am just missing in this whole process, and it is really just super easy, barely an inconvenience?
I got the html text editor to appear in bbPress 2.6.9 after installing the bbp style pack plugin, going to the “topic reply form” tab, verifying that #9 Show editors is set for “text editor only” and then clicking “save changes” at bottom.
Very cool plugin, by the way! Thanks for creating.
bbPress Version 2.6.9
WP version 5.8.2
site: https://branchtheworld.com
I have searched and haven’t found an exact case like what I’m looking for. I would like to hide the “New Topic” form that displays when using this shortcode:
[bbp-single-forum id=$forum_id] – Display a single forums topics. eg. [bbp-single-forum id=32]
See screenshot here:

Is this something I’ll need to do with custom coding, or is there a plugin or another simple way to achieve this?
bbPress 2.6.9 was just released, but it does not make changes to this yet.
I needed to rush out an Akismet fix first, and I’ll look more into this next.
Thank you for being patient. Sorry for the wait. 🙏
And the bbpress developer has disappeared all together