Re: BP 1.0.3 and bbPress – Which version, plugins & cookies
WP 2.8.4a + BB 1.0.3 + BP 1.0.2
Stuff to add to the instruction:
38. Open bbpress’ bb-config.php
put this right before ?> at the end
$bb->bb_xmlrpc_allow_user_switching = true;
put this right after <?php (replace .bp.dev with your info see step #26 leave out the hash part)
define( ‘COOKIE_DOMAIN’, ‘.bp.dev’ );
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
40. install “WPMU Enable bbPress Capabilities” plugin in WPMU and enable it.