Here, https://bbpress.org/forums/topic/this-topic-is-empty/
if you go to the link the topic is there and can be found and replied to. and if you went to the Troubleshooting forums, you’ll find it too.
In my case, you can only do the first part, but the topic won’t show automatically in the forums unless recalculation is done.
neither is standard in bbpress, maybe in buddypress or buddyboss, I don’t know.
for the handle, you’ll need to add
/**
* Add @mentionname after bbpress forum author details
*/
add_action( 'bbp_theme_after_reply_author_details', 'mentionname_to_bbpress' );
function mentionname_to_bbpress () {
$user = get_userdata( bbp_get_reply_author_id() );
if ( !empty( $user->user_nicename ) ) {
$user_nicename = $user->user_nicename;
echo "@".$user_nicename;
}
}
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
Code Snippets
Thank you for the quick reply, I am not used to looking at IP6 addresses so it completely flew over my head.
Follow-up question: one of the reasons I was confused is because on other bbPress installs (like this one) I see their @handle and how long ago their posted under the avatar.
How do I get those to appear as well, or do they appear just not to keymasters?
ok, maybe look at
dashboard>settings>forums and look at editing time.
If that doesn’t fix, then standard fault finding applies viz :
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
WordPress: Version 5.8.3
bbPress: Version 2.6.9
Home
A couple of our members are having an issue when submitting a post or replying to one. When they press submit nothing happens so they then try again and they find they have a duplicate post. From one member: “If you press backspace after you press submit you can then see your post”. Another member sent this: “whenever I submit a discussion the gateway times me out and I have to log back in”. It’s not happening to everyone though …
Any advice/insight gratefully received.
bbpress works fine without buddypress – I don’t use buddypress on any of my sites
When I post in my forum, strange numbers are appearing under the avatar on the left hand side instead of whatever is supposed to be there.
I’ve already tried
– Posting as different users
– Completely resetting bbPress
– Loading the default theme
– Disabling every other plugin
It’s still the same every time I post. I’m at a loss

I like what I’ve seen so far with bbPress, but I’m not so sure I need/want BuddyPress. Can I run bbPress without it? What would I give up in the way of functionality? (I’m trying to create a community, not a Facebook clone.)
Thanks – a few questions please
one ‘post’ – or all posts?
edit from front end (what the user sees) or backend (wordpress dashboard)?
Topics/replies – or both?
what is your bbpress role?
I tried disable all plugin, use default theme, reinstall bbpress, did not work at all, guys can you help me.
bbpress just uses the wordpress username and password.
If you google around, you can probably find a wordpress plugin that will be close to what you want
This is what my forums look like, with all of the subforums crammed together into a single “paragraph”.
Current Forums
This is what I want my forums to look like:
Forum Example
How do I get there from here?
I currently have BuddyPress v.9.2.0 installed, but not sure I need/want it. I’m using bbPress v.2.6.9. The theme I’m using is Sydney, but not sure it’s doing what I want.
Presently I use Image Upload for bbPress on our forums until recently it worked. Now it seems to not be working and all previous images that were uploaded via that tool are now missing. Looking for any help. Site is boatnerd.com
Is there a plugin, etc. to allow my BuddyPress/BBPress forums to be displayed in a grid-format “catalog” with an image, like this:
Forum Display
I would like to let the user choose to display the forums by category, alphabetically, or by latest activity (at a minimum).
Currently using:
BuddyPress Version 9.2.0 (not sure I like it–not trying to create a Facebook clone)
bbPress Version 2.6.9
Sydney theme (can’t find version–not sure I like it, either–not really running a blog, per se)
Hi Robin, thanks so much for the reply here.
I didn’t build the integration on the site, but I believe it could be coming from one of these plugins below that I see on the backend. It seems that neither has any option to customize the messages/linking.
Curious to know what your thoughts might be? Much appreciated.
bbPress Notify (No-Spam) Digests API Key Activation
bbPress Notify (No-Spam)/Private Groups Bridge API Key Activation
bbPress Notify (No-Spam) – Reply by Email Settings
ok, so with JUST a default theme and JUST bbpress as only plugin, this occurs – yes ?
How do I change the 50 max displayed formums?
Hi everyone,
I am working on a plugin project and need a way to add a new forum and add a new topic to that forum, under my PHP code.
Can someone please direct me to where the bbp_ functions that do these things are documented? I can’t seem to find a developer guide.
I see one book on Amazon for bbpress – bbpress complete – it is like 2013. Does it help with coding stuff? Is there a new book available any one can recommend?
Thanks!
Jamie
it could be a theme or plugin issue – I know you have already switched themes but try a default one 🙂
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
When I click on the forum link it links me to the homepage and not the forum.
When I change the theme I still have the same issue
Any suggestions?
Here is the link
Seacoast Singles
Thanks
Dan
I have latest versions of WP 5.8.3 and BBPress 2.6.9
on you last point, bbpress just uses the WordPress gravatar system, so users can use gravatar to have their image
https://en.gravatar.com/
But there are a number of plugins that allow users to upload avatars, and any plugin that allows this should work with bbpress. Just google ‘wordpress upload avatar’ and you’ll find a wealth of resources.
On you other points, these are related to LMS and Memberpress I suspect, both of which are paid plugins, so suspect you should start there.
I seelcted that I wanted a toolbar with html controls and the ability to add media to the forum. But when I look at the forum, the user is given a blank textarea to type in a reply, and that is it! No formatting toolbar and no ability to post an attachment or post media.
Is it even possible to allow users to post an attached file? I need them to be able to do this. I am using BBpress as a discussion board for a course I am creating, and it will be useless if they can’t post an attachment.
Contracts
I just downloaded bbPRess so I have the newest version.