Re: bbPress plugin(s) not grabbing user’s email addy..
One thing I did extra Spencer was add the cookie information for my domain in config.php in bbPress.
$bb->cookiedomain = '.trentadams.ca';
$bb->cookiepath = '/';
Maybe try that. As well, I am sure you have it already, but wp_home and wp_siteurl can’t have slashes at the end of each of them.
The bbpress-integration plugin in WordPress. All I did was edit the option to have bb_ as the prefix and even though it was listed already, I always save the option again. Superstition I guess.
The WordPress-integration plugin was just thrown in my-plugins/ forlder in bbPress. It just works.
Can you give me anything else that might help you with this one?
Trent