Forum Replies Created
-
In reply to: Whoa! (bbPress.org 2.0 is live)
Plugins directory not updating: Fixed.
In reply to: Whoa! (bbPress.org 2.0 is live)Add your Plugin: Fixed.
In reply to: Whoa! (bbPress.org 2.0 is live)Download links and other infos are not displayed in several plugins: Fixed.
Plugin search woes: core bbPress bug: https://trac.bbpress.org/ticket/1274
In reply to: Whoa! (bbPress.org 2.0 is live)Plugin Ratings: fixed.
In reply to: Whoa! (bbPress.org 2.0 is live)Pagination duplication on Profile page: Fixed.
Pagination on Profile page: WFM. @kevinjohngallagher, you have started 17 topics.
https://bbpress.org/ pagination of posts in each topic: fixed.
https://bbpress.org/forums/ pagination: fixed.
In reply to: new website doesn't work properlyI just fixed a few bugs. Thank Sam, Matt and Noël
In reply to: Whoa! (bbPress.org 2.0 is live)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.
In reply to: new website doesn't work properlyThe “join” link next to the login form now works.
Thanks!
In reply to: new website doesn't work properlyPlugins page, logging in, header links should all work.
In reply to: [1.0 alpha svn 1670] backpress errorFixed: http://backpress.automattic.com/changeset/124
Thanks!
In reply to: bbPress 1.0 alphaProbably 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.
In reply to: No user foundHm… try logging out then logging back in.
In reply to: bbPress 0.9.2 completely in italianNikolay 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.
In reply to: Portuguese Brazilianhttp://svn.automattic.com/bbpress-i18n/pt_BR/
Done. You should be able to check in content with your username (joildo) and password.
In reply to: Where is the setting for mail server config?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;In reply to: user_nicename error on installtionWhat 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.
In reply to: New post creates closed topic.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.
In reply to: New post creates closed topic.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.
In reply to: Uzbek localizationhttp://svn.automattic.com/bbpress-i18n/uz_UZ/ should work for you now. You’ll need to authenticate with your username (“shooh”) and password.
In reply to: Uzbek localizationThe bbpress-i18n repository is organized by {language}_{COUNTRY} directories.
Is the correct directory for your translation
uz_UZ
?
In reply to: Favorites RSS feed a 404?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!
In reply to: bbPress 0.9 release dateI’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).
In reply to: after integration -> some problems!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).