I guess I’ll have to set up the wordpress login to redirect to the bbpress login page sending over the user info and then loging them into bbpress and redirecting them back to where they started.
But that seems like a lot of goings ons for a simple login. Any ideas on how I could simplify that at all?
Another thought would be to create a plugin to check for the wordpress cookie and then if present set the bbpress cookies.
How would one integrate them if they were on different domains?
Like say wordpress is at http://www.mydomain.com and bbpress is at forum.seconddomain.com
it seems that all the integration instructions out there only work if bbpress is within the same root domain as wordpress.