« BB_Query Class and custom bbPress views bbPress “Roundtable” at WordCamp Melbourne »

bbPress 0.8.3

September 27, 2007 12:50 am — Releases — mdawaffe

A new version is finally here, and ready for download! The biggest news is better search and compatibility with WordPress 2.3, but it also fixes a lot of bugs.

Other bug fixes include:

  • Broken forum hierarchies
  • Tag inconsistencies
  • and a bunch of fixes making it easier to write cool plugins.

In addition to the above bugs, you can also check out the exact code changes.

10 Responses to bbPress 0.8.3

  1. Nick Young says:

    Awesome!

    1 thing… You need to change the description on the download page.

    The latest version of bbPress, “Desmond” version 0.8.2.1, is now available for download:

    Should say 0.8.3 right? The download link points to the new version though :)

    Thanks for the great work!

  2. Pingback: BBPress 0.8.3 has been released » Reaper-X .:[ ID ]:.

  3. Pingback: bbPress 0.8.3 « Alex Seo

  4. Pingback: BlogAjuda » bbPress 0.8.3

  5. kannued says:

    RE: Tickets 672 and 673 dealt with subforum problems. I am not sure whether this is appropriate forum to bring up this matter. But on the index page which shows the latest discussions, and the forums, I would think the posts in a sub-forum would be counted as posts in the parent forum. Now a post in a sub-forum is not numbered in the the parent forum. For example in the larger definition, I could have an American state (Ohio) as a parent forum, with subforums of main cities in Ohio. If I had posted in the cities, which are subforums, but not posted in the parent directory of Ohio, it would show zero posts in the Ohio parent forum. I would think it should count all subforum posts in the parent directory to encourage me to enter the parent forum.

  6. Pingback: bbPress 0.8.3 リリース at orioa

  7. Brian says:

    I’m really lazy so I’ll just post this here.
    in bb-settings.php there is a typo

    if ( isset($bb->uri) ) {
    $bb->domain = preg_replace(‘|(?uri);
    $bb->path = substr($bb->uri, strlen($bb->domain));
    } elseif ( isset($bb->path) && isset($bb->domain) ) {
    $bb->domain = rtrim($bb->domain, ‘/’);
    $bb->path = ‘/’ . ltrim($bb->path, ‘/’);
    } else {
    bb_die( ‘$bb->uri must be set in your config.php file.’ );
    }

    not a big deal I know :P

  8. Brian says:

    ha.. okay it’s / cade after bb_die

  9. mdawaffe says:

    Brian, if you’ve found a bug, please report it at http://trac.bbpress.org/ .

    Sign in with your bbpress.org/wordpress.org forums username and password and then create a new ticket.

    Thanks!

  10. Sinema izle says:

    I would think the posts in a sub-forum would be counted as posts in the parent forum. Now a post in a sub-forum is not numbered in the the parent forum.