This is my installation structure
|–mydomain.comwordpressbbpress
I am using WP 2.5.1. and bbpress 0.9
1) Can someone please elaborate steps 3, 4, 5? They’re very vague.
2) What do I do about cookies if my structure is like above?
I pasted:
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ‘/wordpress/’);
per the instructions listed in “settings -> WordPress Integration”
How do I know if the cookies are working correctly?
I have the other steps down correctly. I simply got lost at 3,4,5 and don’t know what to paste in my wp-config.php.
Any other tips will also be helpful. Thanks.
newb
You go here to get your “secret key” (there’s three of them. https://api.wordpress.org/secret-key/1.1/
define(‘AUTH_KEY’, …
define(‘SECURE_AUTH_KEY’, …
define(‘LOGGED_IN_KEY’, …
you place these in your wordpress wp-config.php file where the empty one were.
Then you post the keys inside the secret key box in the bb press installation wizard.
Or if you missed that part and your putting it directly into your bb-config.php file
you replace: define(‘BB_SECRET_KEY’, …
and everything after in on that LINE.
with: your three secret keys.
and that should fix everything, …that is if you have all your other wordpress – bbpress integration stuff lined up correctly
By the way, if you are asking yourself if it’s worth this much trouble getting eAccelerator to work, the answer is definitely yes. It will give you a very nice speed boost in bbPress and WordPress.
Since your server is very standardized as Cpanel + PHP 4.4.8 I am virtually positive we can get this going.
I’ve just setup bbpress 1.0 with wordpress 2.6.1. The install went fine and I’m logged in as an admin but I’m having a few issues.
First I cannot get to the admin control panel, when I click the admin link, or enter the url to the admin panel I am taken to the forum index.
Second issue (not sure if they are linked) is when I click add post, or want to reply to a post the text entry box / form is not there.
Anyone able to help me fix these issues?
Many thanks.
How about at wordpress.org/support/ ?
I like your site and Am looking at using wordpress mu + bbpress .
Can your custom plugin lookable be used .if so how much?
bbpress.org runs 0.9.0.2 here.
Does anyone have a guess at the version of bbPress that’s running bbpress.org/forums/ or wordpress.org/support/ ?
Is there anything that would give it away in the source if you looked? Like a specific class or id that came about in a specific version?
bbPress is beta software right now. The latest beta release is 0.9.0.2. That release is not compatible with WordPress 2.6. The decisions are up to you.
The compatibility is only an issue if you want integration. If you don’t need integrated users between bbPress and WordPress, then install bbPress 0.9.0.2.
Is it the same with single WordPress integration?
Could I provide each independent forum for each blog created in WMPU?
If not use for production site, but I am using WordPress 2.6.1 and want to use bbPress stable version. What can I do?
By ‘review’ I simply mean comments that have been posted about it.
bbPress would have the same requirements of a host as WordPress. So you can check this or ask your host:
https://bbpress.org/about/requirements/
https://wordpress.org/about/requirements/
If the host already runs WordPress, they can do bbPress.
Never use an alpha of any product for anything other than testing. Otherwise it’s 100% at your own risk.
bbPress 0.9 is very stable.
There are sometimes daily updates to 1.0 alpha (via the SVN of the trunk) but it will not be “finished” for many weeks.
Who is reviewing 1.0 alpha? You can’t review 1.0 alpha, it’s not finished. That’s like reviewing a car that has no interior.
I love bbpress, and am anxiously waiting for bbpress 1.0. I’d love to put up my forum now, but have heard mixed reviews on alpha 1. My question is, what is wordpress.org and bbpress.org using? The obvious answer I would think is some form of bbpress… correct?
Since I don’t want to use an ‘alpha’ launching a new site, how do I get the version that bbpress.org is using now, or what wordpress.org is using now? With the thousands of users and posts, it seems like that would be my best bet for stability.
Should I launch my site with the 9.x version or does anyone think a more stable version will be released within the next few weeks?
No, if you have bbpress and wordpress integrated, and you are with bbPress 0.9, you should stick with WordPress 2.5 because that’s the only version that works with bbPress 0.9
There is nothing wrong with WP 2.5 and no need to upgrade to 2.6, because if you do, you’ll need bbPress 1.0 alpha which is unstable and has bugs.
Done!!!! Let’s wait!!! Thanks so much _ck_ !! (I’m still making the cache things!!)
I’ll tell you in a couple of hours how it looks.
Should I update wordpress version to the last one? Or it’s slower?
Thanks again.
For now you should be okay with cpanel and whm – they do make life much easier running a server. There are things we can fine tune eventually.
However you have one HUGE problem.
You have no mysql cache enabled, at all!
When we get it fixed you will see a big difference in bbpress (and wordpress) performance.
The cookies in bbPress 1.0 and WordPress 2.6 are based on recommendations from a security whitepaper by a top researcher.
Half of the key used in the cookie is kept in the database and the other half of the key is kept in the configuration file (bb-config.php / wp-config.php)
The idea is to make it harder for an attacker to compromise the system. They may gain file access but not db access or visa versa – therefore the other half is safe.
When I say “half” it’s not literal – but essentially the secret keys are “salted” with the secret salt. “Salting” is a much more complex operation than needs to be explained here (see wikipedia).
Probably your installation is not loading the javascript libraries. Are you using WordPress’ header instead of the bbPress one?
necessary for WP 2.6 -> BBP 1alpha:
WordPress “auth” cookie key
WordPress “secure auth” cookie key
WordPress “logged in” cookie key
Nice list but I’ve always found function lists fairly useless, though I guess if you have zero experience with how bbPress or WordPress works, they can give you a starting point with something to browse through.
What really helps is a trace of how functions flow when a page is loaded and what files they are located in.
I have an experimental version of bb-benchmark that does something like this using a trace feature from WordPress 2.6 but it’s not available for public use yet.
No, you cannot use bbPress 0.9 with WordPress 2.6
Hi _CK_,
I just installed 1.0 alpha.Can WordPress 2.6.1 integration bbPress 0.9? If can, I’ll uninstall 1.0 Alpha and install 0.9? Is good?