Re: How to configure Bbpress for group forum and site wide forum?
Thanks Brad,
I is still not clear in my mind the difference for buddypress in group forum and site wide forum configuration
Should i still do these steps?
1) you have bbpress installed and a new user created on the “bbPress” side which you granted “administrator” rights by the keymaster
2) you copy the “buddypress-enable.php” plugin out of the bp-forums folders and copy it into your /my-plugins/ folder (create if it doesn’t exist) so it is /my-plugins/buddypress-enable.php
3) Enable the plugin through your bbPress administration side for plugins
4) Edit “settings” to enable xmlrpc and pingbacks (both)
5) edit your bb-config.php and just before the closing php call at the bottom of the page put:
$bb->bb_xmlrpc_allow_user_switching = true;
Do you still do these steps? Or skip these steps and just installed the bbpress and do common wordpress integration like cookie and user integration?
Thank you