Forum Replies Created
-
Plugins directory not updating: Fixed.
Add your Plugin: Fixed.
Download links and other infos are not displayed in several plugins: Fixed.
Plugin search woes: core bbPress bug: http://trac.bbpress.org/ticket/1274
Plugin Ratings: fixed.
Pagination duplication on Profile page: Fixed.
Pagination on Profile page: WFM. @kevinjohngallagher, you have started 17 topics.
http://bbpress.org/ pagination of posts in each topic: fixed.
http://bbpress.org/forums/ pagination: fixed.
I just fixed a few bugs. Thank Sam, Matt and Noël
The new theme is Sam’s excellent work, tweaked and implemented by Noël who’s been working on it on and off for a few weeks.
I’m sure there’s still some wonky things going on that we’ll get straightened out over the next couple days.
The “join” link next to the login form now works.
Thanks!
Plugins page, logging in, header links should all work.
Fixed: http://backpress.automattic.com/changeset/124
Thanks!
Probably not. The database structure has changed a bit.
If you want to test it out on your current site, it would be best to test it out on a copy of your current database.
Hm… try logging out then logging back in.
Nikolay graciously offered to handle the bbPress pot generation as he does for WordPress. For the past several months, trunk has been automatically upgraded every day.
It seems as though branches and tags has fallen behind. I’ll ask him to see if there’s any bugs anywhere.
http://svn.automattic.com/bbpress-i18n/pt_BR/
Done. You should be able to check in content with your username (joildo) and password.
Since bb_mail() is in pluggable.php, it can be completely replaced by a plugin without having to modify any core files.
I suggest you write your plugin to do that instead of requiring people to modify pluggable.php.
/*
Plugin Name: SMTP PEAR blah
*/
if ( !function_exists( 'bb_mail' ) ) :
function bb_mail() {
// my replacement for bb_mail()
}
endif;What version of bbPress are you installing?
If you go to your bbPress site, does it work (even though the installer said it failed)?
I think there may be a bug in the bbPress installer such that if you want to integrate the user database, you must also check the cookie integration checkbox.
It’s possible that Private Forums is doing things correctly and that it’s really core bbPress that causes the bug to show up with that plugin.
Is your bbPress site integrated with your WordPress site (for example, does it share the same users table)?
What plugins do you have installed on your bbPress site.
http://svn.automattic.com/bbpress-i18n/uz_UZ/ should work for you now. You’ll need to authenticate with your username (“shooh”) and password.
The bbpress-i18n repository is organized by {language}_{COUNTRY} directories.
Is the correct directory for your translation
uz_UZ
?
This should be fixed now. Because of caching, you won’t see a non-404 response until one of your favorites has been updated, though.
Thanks for letting us know!
I’ve heard several people telling that bbPress wouldn’t be updated anymore, because of a new system that is coming soon.
Those people are grossly misinformed.
By the way, WordPress 2.5 has been delayed a bit due to illness. We’ll release bbPress when WordPress 2.5 comes out (I’m trying to find out a more exact time now).
How are you calling bbPress from WordPress?
There seems to be something wrong with your webserver. Requests to a real pdf file should not be executing any PHP at all.
On second thought, I’m not sure how much that will help. Prior to upgrading, did you have hierarchical forums (parents and children)?
Strange indeed. Can you open up your theme’s index.php and paste the code that displays the forum table? (If you need help finding that code, just let me know).