Thank you for adding a ticket. Hopefully this will be fixed.
Maybe it is a good idea to add another ticket as well: the bbPress does not follow switching color scheme in the default WP theme (Twenty Sixteen). Here are the details and a screenshot: https://bbpress.org/forums/topic/bbpress-does-not-support-the-default-wp-theme-when-switching-to-dark-scheme/
Thanks for the test. I have the same issue on 2016, so I created trac ticket https://bbpress.trac.wordpress.org/ticket/2921
Let see if something can be done, for now you will have to live with the CSS trick above
Pascal.
Just tested several default WP themes with bbPress (from 2010 to 2016). Here they are: http://vkondakoff.synology.me/photo/share/8erFChRr
2010, 2012, 2013 and 2015 are looking good. 2011 is cropped by it’s right side even without anything in WP sidebar. 2014 is just to small is size (don’t know why). 2016 is just cropped on the left side…
Here it is: http://rugby-forum.ru/wp3/forums/
Looks like this code helps a little bit:
.bbpress .entry-content {
float: none !important;
width: auto !important;
}
Are there any better solutions? And why bbPress reserves this space?
Thank you!
OK it seems to work only if you been to the wordpress logon screen. When i restart the browser i cannot login. I have now added a button to login via wordpress logon screen. If i click it, then back the login BBpress login fields work! so strange!
I did it very nice with activated TinyMce for bbpress (simple one) and media upload button.
Then with one snippet limmited users to se only own uploads. It is easy to find on Google.
Now with Shortcode UI (Shortake) it is very easy to make plenty of visual shortcodes for forum. So play with it and use it for attachments.There is allways way to remove other media modal tab items.
I will play a bit with it in future. BBC codes as shortcodes, etc.
@mimbelli, try not to revive 4y old posts please. Just post your own 🙂
For uploading files, the 3 products I know of are ‘GD bbpress Attachments’, ‘Image Upload for BBPress’ and ‘bbPress Multi Image Uploader’. Have a look if it would fit your needs.
If you use BuddyPress as well, then there is also ‘BuddyPress Forum Editor’.
Pascal.
yes i am doing php code and what my point is :
let us suppose we have 5 forum categories i want 3 of them to be listed separately and 2 of them listed separately no intermixing can i do that using bbpress ?
OK, my original premise was wrong but the results are much the same.
I will post this here to hopefully prevent anyone else going through the same pain.
My import didn’t fail because of an inability to deal with non-alpha chars. It failed because I have all the user emails set to anon@anon.com
This is because my import to bbPress started as a Yahoo group and I’m going via phpBB.
I wanted a way to easily identify the newly added users.
Anyway, if the email already exists, the converter will carry on.
Silently.
Leaving you to guess what the hell went wrong.
Rather than just output a single line at the end of user import:
Users Read [x] Duplicates found [x] Users added [x]
What do you mean with ‘Thread’ or ‘post’ ?
bbPress has forums, topics and replies. Depending on what you need I could point you in the correct direction.
Pascal.
Hi,
Some answers from my side:
– I don’t know IPB, so no idea what’s in there, but for almost everything there is somewhere a plugin available
– website and forum share users and the environment. Again with plugins a lot can be done (e.g. my bbP Move Topics is doing one switch from one to the other and soon also the other way around)
– version 2.6 is coming out very very soon, so yes, it’s still alive ! If you want to do a test, go for 2.6 immediately on https://bbpress.org/download/
Pascal.
codewise – start at
bbpress/templates/default/bbpress/content-archive-forum.php
That is the template that displays the forum list, and work forward from there
Hello!
I just made a fresh WP install and added bbPres as the one and only plugin. Here is how bbPress looks with the default theme Twenty Sixteen, when the color scheme is switched to Dark: http://goo.gl/Lfw3ii
Absolutely unusable! I’m pretty sure the default WordPress theme should be supported by bbPress. Is this a bug?
To be sure there is nothing wrong with my WP+bbPress install, I just reinstalled WordPress from scratch and added bbPress as the one and only plugin (this is the default theme Twenty Sixteen).
Here is a screenshot: http://goo.gl/1Bll3A
Why bbPress ‘reserves’ this left-margin space. Can this indentation be disabled?
Thank you!
I’m currently managing a IPB 3.X forum with about 300 users and 20k posts. I have also a huge website with hundreds of articles. For several reason I would like to move away from IPB and I’m considering BBPress to manage in one way forum and website.
I would like to test a migration on a test site in the next few weeks. In the meantime I have some questions.
– Coming from IPB, what are the minimum essential plugins I need to get similar features?
– Which kind of integration I get between web site and forum? Could I share content each way?
I mean: a new article become a forum topic and a forum topic become an article.
– is BBPress still actively developed? Not to be polemic but looking at latest commit count and contributors it seems an alarming situation.
Thank you in advance
Hello!
I just placed bbPress to a page, using the shortcode ‘[bbp-single-forum id=xxx]‘. Here it is how it looks: http://goo.gl/nawXlP (this is a default Twenty Sixteen theme).
Now, if i click on a topic link, a giant left indentation is introduced: http://goo.gl/LxqQVf
Is there a way to disable this indentation? Forum is almost unusable in such a small width. I was trying something like:
.bbpress #primary {
margin: 0 auto;
max-width: 980px;
width: 100%;
}
But this does not works. Are there any ideas, how to eliminate this indentation?
Thank you!
Update:
I upgraded to bbPress 2.6 and the site seems to be responding now. Will keep everyone updated on how it goes.
Thanks
Hi @Pascal,
I successfully ran all the repair tools, but unfortunately I still have the issue.
I also moved my website later to a managed WordPress hosting provider that is optimized for performance, however I have same/worst performance issues. The only solution I had was to disable the bbPress plugin.
I am confident now that my server is okay.
Any more things I can try? I am thinking of trying 2.6 as well tonight.
Regards,
T
Just registered few minutes ago and I found this discussion…
Is BBPress still actively under development?
I’ve narrowed this down to the fact that it seems to be an issue with the display of subforums on the main forum index page. We have quite a few subforums so generating the list of forums and subforms takes a long time.
I can’t easily cache this page because different logged in users see different forums based upon permissions. I would think that some of this would be handled with object caching, but this performance is horrendous compared to our previous vbulletin install. I love many of the features of bbpress, but having users wait four to ten seconds for a page load isn’t a good experience.
Any suggestions on how I might improve performance (other than not displaying subforums on the home forums page)? I’m using xcache and have W3 Total Cache with object caching enabled.

For uploading files, the 3 products I know of are ‘GD bbpress Attachments’ (as Robin indicated), ‘Image Upload for BBPress’ and ‘bbPress Multi Image Uploader’. Have a look if it would fit your needs.
If you use BuddyPress as well, then there is also ‘BuddyPress Forum Editor’.
Pascal.
suspect it is plugin related
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back