Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to use bbpress with memcached?

Published on July 8th, 2009 by

Where can I find the document about bbpress with memcached?

I tried to use the object-cache.php for wordpress but it seems does not work.

Can anybody help me?

Thanks in advance.

how to upgrade from 1.0 to 1.0.1

Published on July 8th, 2009 by ademmler

hi,

i have downloaded the actual bugfixes, I put it on my server – but where does it have to be, that bbPress is noticing the package?

Or what do I have to do to get the update running? unzipping, copying, calling bb-admin upgrade . . . .

help would be greate

Alex

bbPress 1.0.1 bug-fix released

Published on July 8th, 2009 by Sam Bauers

A number of issues have come up since 1.0 was released, mostly minor, but one that was found today justified a minor point release for security reasons.

bbPress 1.0.1 released

All bbPress 1.0 users should upgrade to 1.0.1

Installed OK but can't access any of the files, I get 404 accessing /forums/

Published on July 8th, 2009 by

Hi,

I installed bbpress, had to do it twice since the first time failed. The second time is installed without errors, however, if I go to the link it emailed me http://domain.com/forums/ I get a 404 error. Do I need to edit a .htaccess file or something? I’m using permalinks if that makes a difference.

Test Version 1.0 on Godaddy and Not working

Published on July 8th, 2009 by QuickD

I decided to test out this new version of bbpress on another website I have on Godaddy. I couldn’t link from BBPress to the Msql wordpress database and followed the steps to link to the database. Godaddy tested out and said that nothing wrong with the database.

BBpress asking for

Database Name (so tried with both Name and host name)

Database User (so put in godaddy msql User Name for wordpress database)

Database Password (Put in password to link to that database)

Did not work and gave following message : There was a problem connecting to the database you specified.

Please check the settings, then try again.

Godaddy said that the settings are fine.

Any suggestions.

foodadelphia

Published on July 8th, 2009 by foodadelphia

thank you all, especially _ck_ and sambauers, for providing such an insightful discussion forum and great plugins that allowed me to create the community that i’m hoping will be the de facto food & drink retreat for the greater Philadelphia area.

foodadelphia

Avatar Upload in bbPress 1.0

Published on July 7th, 2009 by Silvanovicz

Not sure if it’s just me, but does Avatar upload stopped working in version 1.0.1?

The avatar upload page doesn’t seem to work anymore. Whenever I click on the ‘Avatar’ link (when logged in), it used to load the page, but now it just takes me back to the forum homepage. Has anyone else experienced this?

http://www.wearepopslags.com/forum/

Forcing Password Reset (not *don't want to*)

Published on July 7th, 2009 by rich! @ etiviti

Hopefully I did not miss this somewhere else…

The one thing that bothers me is the lack of “security” around an email address change (besides the system allowing duplicates). I’d like to force a password change (generate a random) which is emailed to the new address to thwart ill intent.

I see the functions

function bb_reset_email( $user_login ) {
function bb_reset_password( $key ) {

but this hinges upon the

If you don't want to reset your password, just ignore this email. Thanks!

which the exact thing I want to avoid.

What would it take to verify the value of newpwdkey

bb_update_usermeta( $user->ID, 'newpwdkey', $resetkey );

and noting if there is a value stored, disable the login until bb_reset_password is executed via the link in the email.

*i’m ok with hacking the core files for the time being and merging with upgrades with my own markers.

Update bbPress Wikipedia page!

Published on July 7th, 2009 by

Anyone up for updating the bbPress wikipedia page with the latest on the 1.0 release?

http://en.wikipedia.org/wiki/BbPress

I’d do it, but wasn’t sure which 1.0 features we should highlight… so thought I’d defer to a fellow member of the bbPress community.

I18n problem in functions.bb-core.php

Published on July 7th, 2009 by taboo

Hi,

I started investigating possibilities of translation bbPress to Polish. This language along with quite a few non-germanic languages has quite complex plural forms (3 forms instead of just 2). Not getting into much detail, because of the way functions.bb-core.php hardcodes seconds, hours, days… names it’s hard to do a proper translation.

To do it right I’d need a function that uses “%d month” and not just “month” or “months” as defined here:

// array of time period chunks

$chunks = array(

array(60 * 60 * 24 * 365 , __(‘year’) , __(‘years’)),

array(60 * 60 * 24 * 30 , __(‘month’) , __(‘months’)),

array(60 * 60 * 24 * 7, __(‘week’) , __(‘weeks’)),

array(60 * 60 * 24 , __(‘day’) , __(‘days’)),

array(60 * 60 , __(‘hour’) , __(‘hours’)),

array(60 , __(‘minute’) , __(‘minutes’)),

array(1 , __(‘second’) , __(‘seconds’)),

);

Any help would be very much appreciated.

Skip to toolbar