bbPress 0.8.3
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!
Pingback: BBPress 0.8.3 has been released » Reaper-X .:[ ID ]:.
Pingback: bbPress 0.8.3 « Alex Seo
Pingback: BlogAjuda » bbPress 0.8.3
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.
Pingback: bbPress 0.8.3 リリース at orioa
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 yourconfig.phpfile.’ );}
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 http://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.