Forums
-
- Forum
- Posts
-
- Installation
- 28,364
- Troubleshooting
- 62,096
- Themes
- 10,373
- Plugins
- 15,302
- Requests & Feedback
- 14,880
- Showcase
- 3,252
-
It might be possible to create the MediaWiki cookie from the bbPress side and visa versa.
From the mediawiki side, you could do something as simple as
require('./bb-load.php');
wp_set_auth_cookie( (int) $user_id,0 );
Which will create the bbPress cookie. Where $user_id is the user’s bbPress id. Since you are using the same user table, it should be available?
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS