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.
Awesome!
1 thing… You need to change the description on the download page.
Should say 0.8.3 right? The download link points to the new version though 🙂
Thanks for the great work!
[…] 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 […]
[…] 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: […]
[…] 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 […]
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.
[…] bbPress » bbPress 0.8.3 […]
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 😛
ha.. okay it’s / cade after bb_die
Brian, if you’ve found a bug, please report it at https://trac.bbpress.org/ .
Sign in with your bbpress.org/wordpress.org forums username and password and then create a new ticket.
Thanks!
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.