bbPress

Simple, Fast, Elegant

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

bbPress 0.8.3

September 27, 2007 12:50 am — Releases

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 Comments »

  1. 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!

    Comment by Nick Young — September 27, 2007 @ 8:45 am

  2. [...] god i subscribe to the BBPress site feed, because if i’ll never know that BBPress 0.8.3 has been released if i’m not subscribed to their site [...]

    Pingback by BBPress 0.8.3 has been released » Reaper-X .:[ ID ]:. — September 27, 2007 @ 12:19 pm

  3. [...] Una nueva versión de bbPress aparece debido a que la versión anterior no era compatible al usarla con Wordpress 2.3. bbPress 0.8.3 nos trae las siguientes novedades: [...]

    Pingback by bbPress 0.8.3 « Alex Seo — September 27, 2007 @ 5:15 pm

  4. [...] versão do bbPress lançada, a 0.8.3, trazendo correções de bugs, uma nova e melhorada pesquisa, e compatibilidade com as alterações [...]

    Pingback by BlogAjuda » bbPress 0.8.3 — September 27, 2007 @ 7:00 pm

  5. 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.

    Comment by kannued — September 27, 2007 @ 11:05 pm

  6. [...] bbPress » bbPress 0.8.3 [...]

    Pingback by bbPress 0.8.3 リリース at orioa — September 28, 2007 @ 6:40 am

  7. 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

    Comment by Brian — October 23, 2007 @ 7:09 am

  8. ha.. okay it’s / cade after bb_die

    Comment by Brian — October 23, 2007 @ 7:10 am

  9. 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!

    Comment by mdawaffe — October 24, 2007 @ 9:52 pm

  10. 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.

    Comment by Sinema izle — June 23, 2008 @ 5:53 pm

RSS feed for comments on this post. TrackBack URI

Leave a comment

Code is Poetry.