[bbDev] bbpress and wp

Derek Winterstien wordpressforum at robotz.com
Tue Nov 22 15:52:34 GMT 2005


I've been using bbpress with Wordpress and as bbpress stands now, in 
"alpha" it does work and it is usable.  Whether or not other users are 
willing to help, or just blow you off saying "it is alpha" is another issue.

Consider with the WP site at the URI root / and then placing the bbpress 
site in a subdirectory /bbpress then configuring bbpress to share the WP 
users…

bb-config.php

populate the BBDB options with the username, password, host used on your 
WP site.

Set the $bb->path to the relative uri… '/bbpress' or whatever

Then add

define('CUSTOM_USER_TABLE', 'WP_users');
$myhash = md5('http://www.blah.com');
$bb->usercookie = 'wordpressuser_' . $myhash;
$bb->passcookie = 'wordpresspass_' . $myhash;
$bb->cookiepath = '/';


Andrew Deakin wrote:
> maybe give the developers time to produce bbpress up to a standard where 
> it works without playing around with it - remember that bbpress is still 
> in alpha.
> 
> __________________________________
> http://b3ta.plus64.net - Teen Community
> On 22/11/2005, at 12:01 PM, William Parry wrote:
> 
>> Hi
>>
>> I can't get this to work.
>>
>> I installed wordpress on local host under /wordpress and I have
>> bbpress installed as /forum inside /wordpress.
>>
>> I added:
>>
>> define('CUSTOM_USER_TABLE', 'wp_users');
>>
>> $myhash = md5('http://127.0.0.1/destruction2game/wordpress'); // No
>> trailing slash.
>>
>> $bb->usercookie = 'wordpressuser_' . $myhash;
>> $bb->passcookie = 'wordpresspass_' . $myhash;
>> $bb->cookiepath = '/';
>>
>> to bb-config.php and did the bbpress install and now it won't log me
>> in the bbpress forum.
>>
>> Any ideas please?
>> _______________________________________________
>> bbDev mailing list
>> bbDev at lists.bbpress.org
>> http://lists.bbpress.org/mailman/listinfo/bbdev
>>
> 
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
> 


More information about the bbDev mailing list