bbpress uses custom post types, so uses their status in the posts table (not post meta) to determine whether to display.
So on trashing a topic, I would expect the post_status on the posts table to be changed to trash.
To enable you to ‘untrash’ a topic (say if it was a mistake) in tbe post_meta table, I would then expect to see
_bbp_pre_trashed_replies a:4:{i:0;i:33965;i:1;i:33963;i:2;i:33959;i:3;i:33956;}
_wp_trash_meta_status publish
_wp_trash_meta_time 1748443956
The trash status being the status BEFORE it was trashed, so that it can go back to this if you made a mistake.
I am not sure what the other statuses are doing there, if you have been trashing and untrashing, other stuff might happen, and other bbpress plugins might be adding things.
I’d suggest you try creating a test topic and then trashing it, and seeing what happens, so that you can see a ‘clean’ set of entries.
If you still have problems, then it could be a theme or plugin issue, so I’d try creating and trashing a topic with the below happening.
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.
sorry, this is not a plugin written by bbpress. I’m not quite sure which plugin this refers to.
you could try
Inline Image Upload for BBPress
or
GD bbPress Attachments
WordPress 6.8.1
PHP 8.2.22
Could you please help fix the following issue? A fatal error has occurred on the site:
Fatal error: Uncaught Error: Call to undefined function WP_Filesystem() in /wp-content/plugins/image-upload-for-bbpress/bbp-image-upload.php on line 316.
This error causes the site to crash when attempting to delete a post. It appears that the WP_Filesystem() function is being called before it has been properly initialized. I would appreciate it if you could take a look and resolve this issue.
Thank you.
Thanks, it helps me to fix the issue, Thanks bbpress support.
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
Hello, new install of WP 6.8.1, bbPress plugin version 2.6.13. and using the included Twenty Twenty-Five theme.
I do not see a way to create a link to the forums on the site. How do I do this? I hope I’m just missing something simple, thank you.
Hello Bbpress, let me contact you on above email address.
Thanks
We are using only this 2 plugins for bbpress.
https://prnt.sc/Q3I6dcWeYcwW
I tried using Buddy-bbPress Support Topic to create support topics on my BBP current version install but it created a critcal error and I deactivated. Are there any other alternative to add that functionality? Also running the latest BP version and WP 6.81
Thanks for the help.
thanks, apologies for the wrong route – after a further check, the title is given by the theme, not bbpress.
but thanks for a solution
The link only works for logged in users, but if I have understood the problem, then if you have FTP capability :
find
wp-content/plugins/bbpress/templates/default/bbpress/single-topic.php
transfer this to your pc and edit
line 21 contains the h1 tag, so you can amend this to what you want
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/single-topic.php
bbPress will now use this template instead of the original
The h1 topic headings in bbpress have the disadvantage that, instead of wrapping to the next line when they are very long, they are squeezed together on the same line (which often happens on mobile devices in particular). What solutions are there for this? All CSS measures have been tried so far without success.
You can reproduce this issue when you go to to this page >> in mobile view.
Thank you so much 🙂
Andi
Hey everybody, this is my first time posting here. I’m a developer and I started using bbPress about two years ago to build a forum.
I just published my first plugin, which is a context-aware AI bot that responds to @mentions or specific keywords. It reads the post and gathers information from other topics and replies to users as a specified account.
It just went live on the WordPress plugin repository so I thought I’d share it here. Completely free and open source and whatnot.
AI bot for bbPress
I’m using it on my own forum if you wanted to see it in action. This is my bot user: AI forum bot on Extra Chill
Would love to hear what you think! This is my first-ever published plugin so I’m pretty excited about it.
hmmm…
Just looked on my test site, and the newest appears at the top, and changes when I add a reply.
I can see yours does not match this.
What other (if any) bbpress related plugins are you using?
Hi,
On our bbPress forum at: https://greatwaraviation.org/forums/forum/general/
We’ve noticed that **normal topics are correctly sorted by most recent activity**, but **sticky topics stay at the top in the order they were made sticky**, regardless of new replies.
Screenshot for reference: https://prnt.sc/zHWdapMx5Tw5
Is there a way to make sticky topics sort by recent activity as well, or is this the default behavior in bbPress?
Thanks for your help!
This migration process not for the faint of heart! I was never able to complete successfully. I did learn a few things tho.
- Pare down and disable as many plugins as possible before migrating. (especially optimize and cache ones).
- Be ready to disable the entire plugin directory in order to log into site.
- Realize that the activity of uploading files, importing a database, changing configurations, and adjusting dns, can spike shared server resources, leading to unstable and throttled-down results.
- Revel in the miracle of a nicely integrated bbPress/Wordpress install and always take time to break, inhale a deep breath, and appreciate the majesty of life
ok, so I’ve now had a chance to look at your steps.
Steps 1-4 are fine.
Step 5 is causing the issue. It is not needed as you are on bbpress 2.x, and that holds the data in the posts table. The site should work at this point with no further action. By importing the bbpress1 you will be overwriting the current forums.
So do it again without stage 5 and come back at that part and let us know what is happening.
Hi Robin,
The WordPress/bbPress install and all content is all on one subdomain (feedback.pdxradio.com).
It’s interesting the legacy bb_ tables are still there. I don’t want to touch (delete) them, in case they’re still being used.
Ty so much. Finally bbpress can be installed with fse theme 😄
Very good job. I release a 5* review in wp repo.
ok, I’d suspect that the bb_ tables are from versions 0.x and 1.x.
In version 2.x, bbpress was migrated to a plugin under wordpress.
I presume that your bbpress forums run on the same website and nit on a sub-domain – can you confirm?
Thanks for the clarification @robin-w. I don’t really understand anything about the WP translation scheme, or exactly when WP changed things so that these notices are shown (when I started seeing them doesn’t seem to jibe with what I can find in the WP trac). Anyway, AFAICT this isn’t in the bbpress trac (though there are similar things there). Should it be there?
Again, I’m fairly confused about this. I’m assuming that not everyone is seeing this, or there would be a lot more complaints about it. I don’t know if that’s because some special circumstances are necessary, or just because nobody has debugging turned on 🙂
Thanks for the clarification @robin-w. I don’t really understand anything about the WP translation scheme, or exactly when WP changed things so that these notices are shown (when I started seeing them doesn’t seem to jibe with what I can find in the WP trac). Anyway, AFAICT this isn’t in the bbpress trac (though there are similar things there). Should it be there?
Again, I’m fairly confused about this. I’m assuming that not everyone is seeing this, or there would be a lot more complaints about it. I don’t know if that’s because some special circumstances are necessary, or just because nobody has debugging turned on 🙂
it’s not really anyone’s ‘fault’ but bbpress would need to make the change to their code, so yes bbpress is ‘causing it’.
Today’s ACF update (6.4.1):
Fix – ACF no longer causes an infinite loop in bbPress when editing replies
I have the same problem.
Buddyboss is slow to update and has old code, so I want to switch back to BBPRESS.
Buddyboss doesn’t want to export, so they don’t provide a migration tool. For that reason, I don’t recommend it.