unfortunately that is another post where someone says ‘fixed it’ but does not share the fix.
if you are not using buddypress, where the user says the problem was, then this would not apply to you
If you are using buddypress, then it would be worth posting in the buddypress support forum
But in any case that was 10 years ago, and against a very old version of both bbpress and buddypress, it is unlikely that the problem is the same.
So we’ve done some digging around on the forum and found an instance where someone had the same issue? https://bbpress.org/forums/topic/participants-cant-create-topicspost-replies/
and they then say: ‘Found it – buddypress was applying a filter, and it does some wonky logic. Overwrote it in my theme.’
Would the you guys know what we could do to force override this to ensure all participants can reply to solve this?
I am building a new community forum per a client’s request and they would like their members to not have the ability to create post / topics but only comment on topics they create. Is this a feature in bbPress or do I need to add additional plugins?
This is one of the new FSE themes, so you need a fix to work with bbpress.
install
bbp style pack
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
I am using Twenty Twenty-Four Theme, But bbPress Not Support Block Theme, so When Support Block Theme?
you rock, I’ll test it some more as time goes on, unless you think I’m good? Does this BBPress try to login in any other BBPress pages?
I do not want BBPress login anywhere, nowhere at all, because I’m already handling login:
https://veganlinked.com/forums/forum/welcome/ see login at the bottom? That comes from BBPress, that is a BBPress forum. BBPress is a forum that has a login by default. I do not want their login.
ok, so I see a login at the very top left of the homepage, and one in the footer.
so what is the bbpress login you wish to remove
Hello, I’m very excited to use BBPress on my website! My website already has a login form. So, I really need the login form removed from BBPress because for some reason it doesn’t work. After putting in the username and password it redirects to my login page where they have to re-enter the information.
The “Log in” button is “ok” since it directs to the login page. But, I would rather not have that either since I already have login button in my navigation.
I searched a few times on this over the last few days and even asked the plugin developers I’m using if they knew of a way to resolve this. I can’t find anything. I have Code Snippet plugin if someone wants to offer some code for that. Or is there some CSS that would just hide all that and remove the space it occupies?
Website is VeganLinked.com and there’s a link to forums in the very top navigation and footer.
Newest version of WP and BBPress.
locked the forum down to be under Membership Requests only.
is this a plugin/ a theme or what?
bbpress just uses WordPress registration, so anything that does this for WordPress will work.
you could hook to this to send
user_register
but without knowing how they are registering, difficult to help further.
Come back with further details
Hi folks,
I am currently working with a client who has a bbPress forum on their WordPress install. They have locked the forum down to be under Membership Requests only. This works great, however we are wondering if there is any way we can send the “new user” notification email that admins usually get to specific users/moderators/roles of the forum at all?
Kind Regards
Sam
You keep repeating the issue – I fully understand the issue.
1. I am not paid to do any of this – I try and spend around hour a day helping others as people have helped me over the years, but I have a full time job.
2. I have bbpress and 6 other plugins that I try to help.
3. I receive 30-40 emails a day on many things, and I do not keep old emails.
4. If I had access to your site a. I would have deleted any details b. It is not up to me to get you site working, if I ask you for details I do not expect to have to look them up myself.
so if you are running both my plugin and adding snippets you are very unlikely to get to any solution. Consider my plugin to be blue paint, and you snippet to be red paint. If you run both, the room you want to paint might end up red because that is the only color that got painted, or red because it was pained blue first and then painted red. Only by having one bit of code running do you get a true test.
so to fix your site.
1. do not have any other attempts at solutions
2. use the auto login in my style pack
3. tell me if it works in staging – ie it goes to login and then to the topic
4. tell me if it works in live – – ie it goes to login and then to the topic
5. tell me the settings you have in
dashboard>settings>bbp style pack>plugin information>subscription emails
copy/paste here or send to me by email
for both live and staging
If you do not understand what this means, the use google to translate or find someone who can understand this.
ok you doing the equivalent of sending me an image of your car engine and expecting me to tell you what the noise it is making is caused by. 🙂 🙂
I would suspect it is theme related, and menus and scroll are theme related.
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
Hi!
I’m using bbpress for the first time and everything works right, except that in the topic pages there is some error, I can’t scroll down the page. There’s no scroll bar. There’s something wrong with the sticky menu at the top too. I don’t know what the issue could be. I hope you can help me.
This is what it looks like:

This is one of the new FSE themes, so you need a fix to work with bbpress.
install
bbp style pack
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
Hi!
I have just installed bbPress, configured the settings, and created some categories/forums, but when I go to the link where the forum should have been, I only see a blank page.
I have tested with the shortcode, and added that to a blank page. That works, but links to posts and categories open up as blank pages
yes Robin,that was a mistake. Sorry for this confusion. They both work similar.
I also tried to put forums public + snippet to redirect visitors to login.
But the result is exactly the same. After login there is no redirect to the topic.
here is the snippet if you are curious :
/**
* Redirect bbPress pages for visitors
*/
function yzc_redirect_bbpress_to_login_page() {
if ( ! is_user_logged_in() && ( function_exists( 'is_bbpress') && is_bbpress() ) ) {
// Set Redirection Url
$redirect_url = 'https://www.website.com/login';
wp_redirect( $redirect_url );
exit();
}
}
add_action( 'template_redirect', 'yzc_redirect_bbpress_to_login_page' );
Do you think possible to redirect to private topic after login ?
regards
Hello I am wondering whether this issue was investigated any further.
I have the same issue where WP Forms User Add On registration is not assigning a user role on approval.
When I deactivate the BBPress plugin. the problem goes away.
Hi guys,
when new topic /new post bbPress private Forum subscribers receive by email a link to the new topic/new post. But, if they are not already logged in, of course they have to log in first and then they are not redirected to the new topic/new post.
I’d like they have direct access URL from email link after login.
Any snippet or else to do that ?
This is one of the new FSE themes, so you need a fix to work with bbpress.
install
bbp style pack
once activated, navigate to
dashboard>settings>bbp style pack, and you should see the first tab called ‘Theme Support’ – if you don’t see this, come back.
In that tab, select
Enable Theme Support
and save
The forums should then display
Hi all,
I’m having white pages issue while I setup a very simple forum on that testing sub-domain:
https://greensquare.c-serp.fr/
https://greensquare.c-serp.fr/forums/
https://greensquare.c-serp.fr/forums/forum/gestion-de-la-copro/
My current configuration
– WordPress: 6.5.2 – multi-site
– PHP/MySQL: 7.4.30 / 5.5.5
– Theme: TwentyTwentyFour Child
– Enabled extensions: bbPress (2.6.9), WordPress Importer (0.8.2)
– Enabled network extensions: Comet Cache (170220), Error Log Monitor (1.7.7), Fixed Widget (6.2.3), Forum_wordpress_fr (4.2), Solid Security Basic (9.3.2), WP-Sweep (1.1.8), WP Dashboard Notes (1.0.11)
I’ve read several topics including that one (https://wordpress.org/support/topic/blank-topic-pages-on-bbpress-while-using-twenty-twenty-two-theme/) I’ve put the code in my functions.php child, but it didn’t get any better. (I removed it)
But, I’m not too good at geek things, so I’ll appreciate any advices, clues if you read that topic, so I can enjoy testing bbPress extension.
Cheers.
Right now, my forums seem to be formatted according to my theme’s single post template, which uses a cover style layout in my theme. This doesn’t suit the pages generated by bbPress (see forum, topic compared to forum index).
How can I tell bbPress to use a default page template rather than post?
Thanks very much!
=> Hello, we have identified it’s bbpress bug, So when user click on add new replay and forget to add post title, then it is not saving in database, and giving error.
=> While normally in WordPress, when we create new post and page, if we forget to add post title, then it automatically add title into that post.
Replay Add New: https://prnt.sc/DKkwONX0HsQN
Normal post (When title is not added): https://prnt.sc/_oEP2WsaezuL
I am just a moderator here, and not a bbpress author.
The authors tend to release updates every few years, rather than more frequently.
My personal view is that you should consider bbpress to be a ‘mature’ product, ie any releases will be to fix issues rather than add functionality.
bbpress is written really well, and has loads of hooks. In essence it is a WordPress product, written by the founder of Wordress, and taken into a plugin by sponsorship from WordPress. There are no show stopper bugs in it, it may throw a few deprecation notices (and these are very few at the moment), but WordPress recommends that you should not show error messages in live sites.
I currently have my test site running WordPress 6.4.x and php 8.2 with no issues.
The only major issue with bbpress at the moment is that it does not work well with FSE themes.
However my bbp style pack plugin has fixes for this
bbp style pack
as well as block versions of the widgets and a ton of styling and functionality add-ons.
All plugins are subject to the authors commitment, and bbpress is no different.
The main WordPress support forums use bbpress, and it would be mega work to move those over to some other product.
I am guessing that you are being told by Wordfence, which is telling you based on the fact that the plugin has not been updated, rather than any actual security risk.
But with open software you make your choices….