I was also looking for documentation for Bricks Builder + BBPRESS. It is the most lightweight and extensible forum plugin, and has been further upgraded with BBPcore to become more active.
My error is that the BBPRESS front form cannot be written to in Bricks.
View post on imgur.com
I can write the title, but not the body.
Forum tool to migrate from buddyboss to bbpress
View post on imgur.com
Buddyboss is not included in this tool, can someone tell me how to do it?
Hi,
Somebody know the 2.6.1 bbpress is compatible for Twenty-twenty-five theme?
When i’m use 2025 theme or child theme, i get white blank page. Debug logging on, but no new record.
So i don’t get error, just simple white page.
When i change to Twenty-seventeen theme, it’s working, so not plugin or any problem.
Only i get when i’m use 2025 theme…
Anybody, any idea? 🙂
bbPress Live Topic Suggestions
bbPress Live Topic Suggestions
I used to use WPFORO because I liked its topic suggestions, but it was difficult to make it multilingual, so I went back to BBPRESS.
This plugin hasn’t been updated in 10 years, will it ever be introduced as a core plugin for BBPRESS?
Hi, problem fixed. I am using an external plugin for registration and it was there the problem, I didn’t look at the assigned role on first login inside that plugin. On wordpress and BBPress I had it well configured.
Thank you.
I’ve just taken a look, and you are using Oshin.
Try adding this to the additioanl/custom css part of your theme
.bbpress .reply {
position: relative !important ;
top :0px !important;
right : 0px !important;
}
I suspect you are using 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’m looking to add a creative “broken screen” effect to my bbPress forum. The idea is to make it look like the screen is cracked, either when someone first enters the forum or after performing a specific action.
I’m unsure of the best way to achieve this. Should I use custom CSS or JavaScript to create the effect? Or is there a plugin or feature in bbPress that could help with this?
Any suggestions will be very helpful for me.
Example page: Broken Screen
I’ve explored custom CSS and JavaScript options, and also checked out the following resources:
bbPress
Codex
https://wordpress.org/plugins/
Even after going through these, I’m still unsure of the best way to achieve the effect.
I’ve just installed bbPress, but after the installation, I’m getting a white screen when I try to access the forum.
Some things which I have tried so that it get fixed:
Clearing my browser cache
Disabling all plugins (except bbPress)
Checking for errors in the wp-config.php file
Reinstalling bbPress
I’ve checked these resources, but they didn’t resolve the issue:
Codex
Troubleshooting
https://wordpress.org/support/
The white screen still shows up, and I’m not getting any error messages. Has anyone else faced this issue or have any suggestions?
Hi! Thanks for your help. I tryed it but with no luck. I installed the plugin, changed the theme to the Twenty Twenty Four and deactivated all the plugins except bbpress. It didn’t work. Then I changed to my theme, did the same and the same error appears: the replies are not shown underneath the topic, but above it and overlapped.
Intenciones del foro
Any other help you can provide?
Thank you
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
Hi! I just installed bbpress on my site and I am having troubles on how the replies are being displayed. In this link you can see what I mean: https://construyendoultraciclismo.com/forum/hilo/intenciones-del-foro/
Replies don’t appear one after the other, but they overlap in the upper section of the forum.
Thanks for any help.
Borja
Is it possible to put the bbpress profile within the armember profile? The general armembers profile is better, but i want to be able to add a link to the bbpress profile, as its list of contributions us get good.
I haven’t found a way to list bbpress contributions within armember profile – i hours someone has seen a way to do that?
Hello,
Newbie in BBpress here 🙂
1/ Create a new subject from WP-Admin
2/ From forum list, there is a count of 1 : https://prnt.sc/CbvBNCvJiG5Z
3/ When inside forum, 2 subjects displayed, but only count of 1 : https://prnt.sc/cqKxiGpGY498
Problematic subject is 130…
Here are it’s details : https://prnt.sc/32N7xKAkiWa7
Any help to debug would be highly appreciated :-/
Thanks,
Vince
Is there a way to import categories from a csv file?
If not I could create the categories on wordpress with the plugin “wp alla import” and then import them on bbpress if there is a way.
I found this read with a plugin but it is old
Any Way to Convert WordPress Comments to BBPress
sorry, I’m just a guy sat at home trying to help others. bbpress is a free product, but with that comes support only from the community.
I don’t do teams/zoom as I don’t have the time – sorry.
Your issue is almost certainly css related.
I suspect that you are using 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
Bonsoir, j’ai un souci. J’ai créé un forum sur bbpress version 2.6.9 avec WordPress version 6.6.2, cependant lorsque je me rends sur le site pour voir le rendu ça affiche une page blanche. j’ai essayé de désactiver bbpress puis le réactiver mais rien n’y fait. j’utilise xampp server version 8-2-12. J’ai essayé avec les version les plus récentes à savoir bbpress 2.6.11 et wordpress 6.7.1 mais toujours rien. Aidez moi s’il vous plait!
Not sure how this is related to bbpress, but go to
dashboard>settings>general and there you will see the admin email address, this is where the email will have gone to. that email will detail what the error is
that will be theme dependent.
you may be able to use the function is_bbpress()
PLZ.. I want to change the logo image for the bbPress forum only, not for the whole WordPress blog.
TIA
function rew_change_text( $translated_text, $text, $domain ) {
if ($domain!='bbpress') return $translated_text ;
$translated_text = str_replace('Forum', 'Elephant', $text) ;
return $translated_text;
}
add_filter( 'gettext', 'rew_change_text', 20, 3 );
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
I’ve no idea if this thread is relevant or not
bbPress + Elementor
I am tied up in other work at the moment, but I may get back to this soon
I’ve also tried the following:
– Deactivating Elementor + Elementor Pro.
– Added the code in then last step on this thread: https://bbpress.org/forums/topic/bbpress-elementor/
– – I’m not sure that thread is super relevant to my situation. I didn’t try putting any templates at all.
I’m also experimenting with adding a brand new WP install at /forum/, and managing the forums as a separate CMS instance.
I went to dashboard>users>all users and edited the user. I could not find any “role”, but the user is NOT a superadmin (box not checked)
I don’t see the word bbpress anywhere in the user’s settings.