Question : WordPress and bbPress integration

Please only comment if you are familiar with WordPress.

I have integrated WordPress and bbPress. They both share the same table for users. I can login in to a user in the database from both WordPress and bbPress. SO they are correctly sharing the same user table. However, when I login as a user for the blog and then click on the forum then click to post in the forum it asks me to log in. I imagine it has something to do with cookies. I have gone through the docs on integration and a forum post by _CK_ on the bbpress support dourm but nothing has made it work yet.

When I view my cookies with Firefox it shows that they are setting the exact same cookie. They both set the cookie under the same site and even the same name. When I log in with bbPress it sets another cookie with the same name as the WordPress cookie. Firefox shows 6 things for each cookie. Name, Content, Domain, Path, Send For, and Expires.

The name is the same but Content and Path are a little different.

 I need help :) thanks!

Here are my config files:
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
wp-config.php
 

 
 
 
 
bb-config.php
 
wp_siteurl = 'http://www.fabuso.com/starteconome/blog/';
$bb->wp_home = 'http://www.fabuso.com/starteconome/blog/';
$bb->wp_table_prefix = 'wp_econome_';
$bb->user_bbdb_name = '';
$bb->user_bbdb_user = '';
$bb->user_bbdb_password = '';
$bb->user_bbdb_host = '';
$bb->custom_user_table = '';
$bb->custom_user_meta_table = '';
$bb->authcookie = 'wordpress_a201d25c0ab0c5e330586ef4c9a01046';
$bb->cookiedomain = '';
$bb->cookiepath = '/starteconome/';
$bb->sitecookiepath = '/starteconome/blog/';
?>
Open in New Window Select All

Answer : WordPress and bbPress integration

In doing additional research on the issue, the verdict is consistent throughout the *Press community. Comments such as the following abound:

"bbPress won't work with 2.6"

"WordPress 2.6 + bbPress = No Good"

and so on. If you are in need of a forum integration that works, I'd recommend this one:

Simple:Press
The Forum Plugin for WordPress

http://simplepressforum.com/
Random Solutions  
 
programming4us programming4us