Search Results for 'bbpress'
-
Search Results
-
Hi there,
I’ve only just started using bbpress and still learning how to use it.
Is there a way to restrict a certain user role to one forum only? In other words, they can only view topics and replies in that forum.
Thanks in advance.
I’ve just installed the latest version of bbPress and I’m having a little trouble solving this. I’m running a test site and would like to edit my profile frontend. The only problem is, I can’t see the text to know what I’m typing (the text is white on white background).
Any thoughts?
Hi,
I’m running the latest bbPress with Divi 5 as parent theme and a basic child theme.
My forum root page (/forums/) renders correctly using a Divi Theme Builder layout.
However, the following bbPress routes break the layout:/forums/search/
/forums/users/username/They load, but the page structure is incorrect. I get a large white space and weird styling of the logo and menu in sidebar. The forum is for users only but you can see an example here: https://beterbeleggendandebank.nl/forums/search/test/
I tried serveral fixes but nothing seems to work. Does annyone have experience with this or a similar issue and has a solution?
Thank you in advance!
I have an issue where Forums subscribe/unsubscribe does not work
The page just reloads when clicking on “subscribe”
There seems to be an incompatibility between BuddyPress or my Theme
I am looking for suggestions
WP 6.9.1
Highend Theme 1.0.2
bbPress 2.6.14
BuddyPress 14.4.0Here are some troubleshooting steps I took
Using the Highend theme: (the normal theme)
bbPress Activated
BuddyPress Activated
Forums work however subscribe/unsubscribe does not functionUsing the Highend theme: (the normal theme)
bbPress Activated
BuddyPress Deactivated
Forums work and subscribe/unsubscribe functions correctly————————————-
Using the Twenty Twenty-Eleven theme:
bbPress Activated
BuddyPress Activated
Forums work and subscribe/unsubscribe functions correctlyUsing the Twenty Twenty-Eleven theme:
bbPress Activated
BuddyPress Deactivated
Forums work and subscribe/unsubscribe functions correctly————————————-
Using the Twenty Twenty-Five theme:
bbPress Activated
BuddyPress Activated
Forums do not work (they don’t even appear in the Navigation Menu)Using the Twenty Twenty-Five theme:
bbPress Activated
BuddyPress Deactivated
Forums do not work (they don’t even appear in the Navigation Menu)Topic: PHP Fatal error
Hi,
Every day at same time, I can read PHP fatal error, concerned with 2 plugins:
BBPress for a forum with very few articles and comments,
WP-Optimize, for page cache and image compression.
No idea where it comes from. No cron at that time….
Every thing is up to date: WP6.9.1 PHP 8.3.30, all plugins with automatic update.
Thank in advance for helping
Didier
[26-Feb-2026 15:46:52 UTC] PHP Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /xxx/wordpress/wp-includes/functions.php on line 6131
[26-Feb-2026 15:46:52 UTC] PHP Fatal error: Uncaught Error: Call to a member function get() on null in /xxx/wordpress/wp-includes/query.php:29
Stack trace:0 /xxx/wordpress/wp-content/plugins/bbpress/includes/common/template.php(2204): get_query_var()
1 /xxx/wordpress/wp-content/plugins/bbpress/includes/common/template.php(2193): bbp_get_query_name()
2 /xxx/wordpress/wp-content/plugins/bbpress/includes/common/template.php(891): bbp_is_query_name()
3 /xxx/wordpress/wp-content/plugins/wp-optimize/cache/file-based-page-cache-functions.php(376): bbp_is_search()
4 /xxx/wordpress/wp-content/plugins/wp-optimize/cache/file-based-page-cache-functions.php(1003): wpo_restricted_cache_page_type()
5 /xxx/wordpress/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(206): wpo_can_serve_from_cache()
6 /xxx/wordpress/wp-content/plugins/wp-optimize/includes/class-wpo-page-optimizer.php(54): WPO_Page_Cache->should_cache_page()
7 /xxx/wordpress/wp-content/plugins/wp-optimize/includes/class-wpo-page-optimizer.php(39): WPO_Page_Optimizer->maybe_cache_page()
8 [internal function]: WPO_Page_Optimizer->optimize()
9 /xxx/wordpress/wp-includes/functions.php(5481): ob_end_flush()
10 /xxx/wordpress/wp-includes/class-wp-hook.php(341): wp_ob_end_flush_all()
11 /xxx/wordpress/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
12 /xxx/wordpress/wp-includes/plugin.php(522): WP_Hook->do_action()
13 /xxx/wordpress/wp-includes/load.php(1308): do_action()
14 [internal function]: shutdown_action_hook()
15 {main}
thrown in /xxx/wordpress/wp-includes/query.php on line 29
Hello bbPress Support Team,
I am having an issue with my bbPress forum on my WordPress site. When I try to open the forum, it displays a blank white page.
I also received a warning about a potential slug conflict:
“Potential bbPress conflict: Forum slug”Here is what I have tried so far without success:
Changing the forum slug
Deactivating and reactivating bbPress
Checking for conflicting pages or posts
Flushing permalinks
Clearing browser and server cache
The forum contains important data (topics, replies, users) that I cannot afford to lose.
Could you please advise how to resolve the blank page issue and the slug conflict safely while keeping all forum data intact?
Thank you very much for your help.

Hi All,
I’m a newbie here, but willing to give it a go!
Setting up a simple forum.
Need help, there is not adequate padding/line breaks before the bbPress plugin.
So the ‘Subscribe’ button gets chopped off at the top.
Wish I could post an image or link for you, but the forum is members only.
Have tried this in the theme Customize CSS section:
BBPress Top Margin:
.bbp-the-content-wrapper {
margin-top: 16px; */
}.bbp-submit-wrapper {
padding: 16px 0;
overflow: hidden; /* Fixes container issues */
}Thanks in advance, your help massively appreciated.
Warmly, Pasha
I’ve noticed some strange behavior and I’m not sure if it’s intended. When a topic is approved after being sent to moderation, and the user subsequently edits that topic, the revision log displays two revisions instead of one. Ideally, the log should only display the specific edit the user marked for logging, rather than all revisions.
I found this line of code which appears to accept any revision, including those not typically found in the bbPress log. Ideally, it should skip any IDs that are not explicitly present in the bbPress log.
Hi, I have a somewhat unusual question. On my site, I have a specific post with 78 comments. Now that I’ve set up bbPress, I’d like to move the entire discussion—including the post and all comments—into a forum as a topic with replies.
I haven’t found a ready-made way to do this. Using WP-CLI, I exported all 78 comments to a CSV file in the following format:
“author_id”,”date_time”,”comment_text”
I then tried creating a shell script that uses tail on the file, processes it with sed and cut to separate the columns, and then loops through an import with wp cli post create using post_type=reply and post_parent set to the main post (which I can easily create manually).
But with my very basic knowledge, I haven’t been able to get it to work, so I’m giving up trying on my own. 🙂
I only want to do this operation for this specific post, and maybe one more with 12 comments. It would be wonderful to have it moved as a topic in the bbPress forum.
Does anyone happen to have a ready solution, or a bit of time to help me out? 🙂
I’m encountering a strange behavior in my new bbPress installation. Here’s what happens:
Setup:
• Forum: “General”
• Sticky post in this forum containing the rules (closed for replies)
• A test topic: “Now I’m drinking coffee”
• A reply added to the test topicSteps to Reproduce:
1. Create the topic “Now I’m drinking coffee” in the “General” forum.
2. Add a reply to this topic. Everything works as expected.
3. Go to wp-admin → Topics → All Topics.
4. Move the “coffee” topic to the trash.Observed Behavior:
• The reply added to the trashed topic also goes to the replies trash.
• Its post_parent changes from the “coffee” topic to the sticky rules post (still published).
• If I restore the topic from the trash, the reply is no longer associated with the topic.Expected Behavior:
• The reply’s post_parent should remain linked to the original topic.
• When emptying the topics trash, the reply should be deleted along with the topic, similar to how comments are handled with regular posts.Environment:
• bbPress latest version
• WordPress latest version
• No child theme active
• Plugin: “Enable bbPress for Block Themes”Has anyone else experienced this, or is there a fix/workaround?