bbPress has seen some pretty interesting development over the past weeks. Just to keep people in the know, and since many were expecting bbPress 0.80 to come out a couple weeks ago (we’re still learning here ), here’s a short list of some new features that will be in the next release. Better support for [...]
Some up and coming features
Published on February 1st, 2007 by Michael Adams (mdawaffe)New Mailing List
Published on February 1st, 2007 by Michael Adams (mdawaffe)For those of you interested in keping closer tabs on bbPress development, we now offer a new bbPress Trac Mailing List. Subscribers to this “read-only” list will receive an email every time a ticket on bbPress’ development center is changed. I tried generating an RSS feed for such changes, but my Trac-fu is pretty poor. [...]
bbPress options API
Published on January 6th, 2007 by Michael Adams (mdawaffe)In the previous post, I alluded to a place to store options (basically, any arbitrary data) in the database. Plugin developers shouldn’t try to access that data directly; we’ve got an API for you. bb_get_option( $option_name ) This one function grabs data from all the different places bbPress uses to store such data: hardcoded data, [...]
bbPress 0.74
Published on January 6th, 2007 by Michael Adams (mdawaffe)After a month of waiting, bbPress 0.74 is finally available for download. Even if it did take a while, we’ve fixed a several important things. Aditya has a great overview of the changes, but here’s a few of the bigger ones. init hook has been changed to bb_init for better compatibility with WordPress. When users [...]
Site Cleanup
Published on October 14th, 2006 by Matt MullenwegWe’ve now gone around the site, swept up the corners and shined the mantel. If you visited when things first launched you’ll notice everything is tidier now. Please take a look around! The forums are already starting to buzz. I’m really excited about getting bbPress out in the public with its first public release. Michael [...]
Changes afoot
Published on October 12th, 2006 by Michael Adams (mdawaffe)There have been several changes at bbpress.org over the last couple weeks. First off, the content of this site has been updated substantially. There is now somewhat more thorough documentation, and a more fleshed out about page. Second, bbPress’ code has been made just that much more pluggable and convenient by syncing several of its [...]
Simpler integration with WordPress
Published on September 19th, 2006 by Michael Adams (mdawaffe)If you’re looking to integrate bbPress and WordPress, life just got a little easier.
Template Changes
Published on September 11th, 2006 by Michael Adams (mdawaffe)There have been a few template changes recently. post-form.php should no longer have <form> opening or closing tags. These tags are included by the post_form() template tag. Same for tag-form.php and tag_form(). edit_form() no longer needs any parameters. login-failed.php has been moved to login.php.
API changes
Published on September 8th, 2006 by Michael Adams (mdawaffe)I’ve done a quick pass over the bbPress API to clean up the obvious API oddities. I’ll also soon be looking for redundant actions and filters. This may break some of your plugins, but will hopefully make things easier for everyone in the end. There will likely be quite a few changes over the next [...]
External DBs
Published on June 23rd, 2006 by Matt MullenwegI just checked in a new database layer that allows bbPress to connect to a completely separate database for its user information, in addition to just having custom table names. This is very useful if you want a bunch of blogs and forums running off the same user system, but don't want to stuff them [...]