If you’d like to help out with bbPress, please leave a post here with brief info about yourself, what you’re most talented at, and what part of bbPress you’d like to be a part of.
Strategically the most important thing we need to figure out is how to integrate bbPress better with WP more for people who want that — right now it’s easier to use one of the WP plugins for forums than bbPress.
You have told it yourself, just turn bbpress into a wppress plugin. Actually, you can turn wppress into a forum with plugins like tdo-mini-forms. So, you could be including a forum with the next version of wp in a matter of minutes with a couple of silly tweaks. I’ve been on the point of doing this myself several times, I don’t know why I keep on struggling with bbpress integration.
The cookies that are sent to your browser by bbPress and WordPress.
I’ve lost track of the number of topics that describe how to do this. Can someone please post the best one for synchronizing the cookie settings? Thanks.
Thanks hatter for posting that. I hadn’t heard about that plugin before.
Is it possible to break pages up if topics get too long in bbPress?
Thanks.
Hello Everybody
I’ve just updated my regular wp blog to mu and now I cannot access the bbpress backend. I also noticed that when in mu my users don’t have roles and I cannot assign roles to them. I’m wondering if this is related. Any asistance on this would be appreciated
~O~
One could run a filter function on bb_template to check for templates in both the parent and child themes.
Or, the user could set it in bb-config.php:
define( BB_DEFAULT_THEME_DIR, 'path/to/default/theme/directory' );
I don’t really like either of those two options. Your average user gets confused enough as it is. Trying to tell them to input PHP code can cause headaches sometimes.
As far as I know, there’s no way to filter the default theme directory either. I’m open to ideas though. If anyone could offer a solution with a few lines of code, I’ll be happy to give it a whirl.
Ideally, the constant BB_DEFAULT_THEME_DIR would be based off the theme’s Template line in style.css. Or, bb_get_default_template() would recognize the Template line.
Justin, couldn’t you just add something into every child theme which made it automatically load the parent theme’s “theme”? Would only take a single require to load the parent theme into I’d have thought … says the person who knows infinitely less about PHP than you do :p
You can use the bbPress-Wordpress Syncronization plugin for this, found at http://bobrik.name/code/wordpress/wordpress-bbpress-syncronization/. We are currently running bbPress 1.0.2 and WordPress 2.8.5 and have no issues.
I should change that to say, 10 seconds for a connection, not a query. Occasionally when the server is under heavy load due to a lot of users, the total time used on a connection may exceed 10 seconds, causing this issue.
Make sure your cookies are set properly and match between bbPress and WordPress. Usually, if you have to login when going between the two, the cookies don’t match. Also, when testing this, make sure you delete old cookies from your system as they may be causing a conflict.
This plugin powers a support forum/ticketing system:
https://bbpress.org/plugins/topic/support-forum/
Hi all,
does anyone know if there is a Ticket system plugin for bbpress?
Tnx
Just a reminding note that I will be on this soon.
Sounds a bit like part of BuddyPress really…
Read this:
https://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration
The plugins that used to allow this, bbPress Live (for newer bbPress) and bbSync (for older bbPress) are both broken, I believe.
You can also parse the RSS feed, going either way, but that’s a lot of work to do what you want.
Akismet will catch some (the plugin comes with bbPress). Or, use the human test plugin to prevent most spammers from registering in the first place.
https://bbpress.org/plugins/topic/human-test/
I never said that. The search engines will read what’s on the page. You determine how many tags are in the tag heat map. The search engines can see that, but you don’t show the tags after 40 (41, 42 …) so that cannot be picked up by any search engine.
Regarding tags on each individual post, please start another topic, or see how it works with the search engines to see if any sites’ tags are indexed. Like here:
http://www.google.com/search?hl=en&q=site%3Abbpress.org%2Fforums%2Ftags
There was a plugin that allowed you to extend the user profile, but it’s very old and I would be surprised if it still worked. You could use something like that to allow people to add their blog URL to their profile. You could also probably figure out how to display their feed in their profile as well once you enable them to add that URL to their profile.
https://bbpress.org/forums/topic/plugin-allow-additional-or-custom-profile-fields
10 seconds is a long time for one query. Have you logged slow queries in your installation to see what’s taking so much time? bbPress doesn’t do that by default. Maybe it’s a plugin or something else on that site?
Would anybody know how to display parts of bbpress in wordpress? My wordpress category pages are the same as my bbpress forums. Would it be possible to include latest 10 posts from bbpress forum ‘apple ipod’ on an apple ipod category page in wordpress?
..
Further thought, possibly the other way around? Display wordpress posts from ‘apple ipod’ category above the bbpress forum ‘apple ipod’?
I want a feature that will enable user to add their own blogs plus display the blogs feeds in a public profile page.
Is there something in bbPress that can help stop spam comments?
Thank you.