[bbDev] bbpress and wp

William Parry williamparry at gmail.com
Mon Nov 21 23:01:40 GMT 2005


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?


More information about the bbDev mailing list