Those roles are added by bbPress 1.0. BuddyPress doesn’t use them.
There’s a setting for exactly that in Settings > Discussion in wp-admin
@mercime – great! it worked. Thanks a ton. Still some styling to do, but it’s working yay!
Could you however help clarify why method 2 worked over 1. And how does method 2 work exactly?
@jugularbean Re #1 – thanks for clarifying, just had to make sure 
2. You don’t change the filenames, you replicate the file/s and rename as header-buddypress.php etc and should be saved in root of your TMA theme folder.
You’re in luck. We can use the second method to make TMA compatible with BuddyPress.
1. Open up TMA’s header.php with text editor and Save As > header-buddypress.php in TMA theme folder
2. Open up header-buddypress.php and add the following at the very end of the file:
`<?php global $woo_options;
//get_template_part( ‘top-banner’ );
?>
`
Save file.
Note: if the global woo_options wreaks havoc, delete from the code
3. Open up TMA’s sidebar.php and Save As > sidebar-buddypress.php in TMA’s theme folder
4. Open up sidebar-buddypress.php
a. At the very beginning of the file, insert
`
`
b. At the very end of the same file, insert
`
`
Save file.
5. You might want to tweak the default styling of the BP template files. You can use the following style changes used in Twenty Ten theme as a guide https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/
Is there a way to limit the viewing of your blog to only “Friends” in BuddyPress?
Here’s a screencast of the issue…http://youtu.be/rNObvdx8h_I
Sorry, I meant buddypress.org, of course.
Wow, definitely need a BP Forums for Dummies book right about now. Looking for online tutorials…
Receiving the following error when attempting to go to any other page other than the home page. I should say any page associated with BuddyPress.
Fatal error: Cannot access empty property in /home/premfina/public_html/social/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 780
I had BuddyPress installed prior to having Multi-Site enabled as I thought that BuddyPress would have an individual article section for each member however I realized that using Multi-Site may be a better approach… So I then enabled MultiSite found my way to the update BuddyPress section of the administrator panel and all went well.
Then I attempted to go to the front-end and could not seem to get to any page related to BuddyPress. I have not done anything theme wise besides switch out the header image and replace the background image of the default BuddyPress template.
Our site can be viewed at http://www.premierfinancialanalysis.com/social/
Any help would be greatly appreciated.
Thank You!
Hello all, I would appreciate some help if you wouldn’t mind?
This is a new install running up to date versions of both buddypress and bbPress (manual). I am running both group forums and site-wide bbPress forums.
When I create a forum in admin and publish it I can see it has been created in admin. I can even click on the view link in admin and see the forum page that was previously created however when I click from the navigation link in the front end of the site the forums and topics are not visible. They are only visible in the admin but are not posting to the front end for the site??
Any ideas?
Webtrafficbrokers.com
Ok something very strange going on. I did a fresh install of wordpress & deleted tables in database. Went in to WP admin and all ok. Went to ‘Settings – reading’ and I can see that I can select homepage & blog page using dropdown.
However as soon as I activate buddypress and go back in to ‘Settings – reading’ the dropdown to select static homepage is no longer there! This is obviously related to my above problem with no page dropdowns within buddypress settings.
Also any pages I create are not showing up in my themes navigation menu. Its as if WP is not reading any pages I create and treats it as if I have no pages.
If I deactivate buddypress the problems persists and i need to delete database again.
Please can anyone help with this?
Ok, I got rid of the unwanted text (removed it from the bb-config.php file), but I’m still unable to assign forum posts to groups. Any suggestions?
How can I get rid of the unwanted text in my BuddyPress Forum page (http://bnleez.com/forums/)? My bb-config.php file reads as follows:
-1
$bb->custom_user_table = ‘wp_users’;
$bb->custom_user_meta_table = ‘wp_usermeta’;
$bb->uri = ‘http://bnleez.com/wp-content/plugins/buddypress/bp-forums/bbpress/’;
$bb->name = ‘Collaborative Understandings Forums’;
define(‘BB_AUTH_SALT’, ‘put your unique phrase here’);
define(‘BB_LOGGED_IN_SALT’, ‘put your unique phrase here’);
define(‘BB_SECURE_AUTH_SALT’, ‘put your unique phrase here’);
define(‘WP_AUTH_COOKIE_VERSION’, 2);
?>
Any suggestions are greatly appreciated!
The essence of what you want is to store a piece of usermeta called something like ‘user_type’, where each user is either ‘player’ or ‘team’. The tricky part for your purposes will probably be that BuddyPress (or WordPress for that matter) is not designed to allow one user to act “on behalf of” another user – or, as you put it, “players interact only through their respective teams”. I take it that means that player1 would be able to send a message and have it come from team1. But this is going to be quite tricky, as it’ll mean, essentially, filtering the current user id in hundreds of places throughout BuddyPress.
Yea, I never really used it much… so I just decided to deactivate it + that cleared up this issue! 
when a user resets a pass, the link provided in the autmatic email looks like :
http://buddypress.org/wp-login.php?action=rp&key=8Dwc0nZ97EEd2GZY8dD6&login=user>
so guess what happens when you press that link with extra “>” at the end 
@Mercime
1. Yes the theme was already activated when I installed and activated the BP template pack and ran the BP Compatibility.
2. I’ve been trying to use the first method without much success. To be honest I didn’t understand the 2nd method. After I change the filenames where do I save the new files (header-buddypress.php etc)?
It should just work out of the box. The bbPress activity stream support is included inside bbPress, so maybe it is not being loaded. I’ll ping @johnjamesjacoby to see if he has seen the problem before.
@djpaul why not put a notice on the site saying its being worked on?
Create a custom BuddyPress component. You can use the skeleton component plugin to see example code. How you do it is up too you as you can create anything.
You must have another plugin, or theme option, affecting it.
Then I’m even more confused… Why would a public page redirect to login?
I’ve just tried the following on a bp test site instead of the single menu and it worked
`
<?php
if ( is_user_logged_in() ) {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ” ) );
} else {
wp_nav_menu( array( ‘container’ => false, ‘menu_id’ => ‘nav’, ‘theme_location’ => ‘secondary-menu’, ‘fallback_cb’ => ” ) );
}
?>
`
nb: The test site is also using the walled garden technique…
just realized I’ll have to make up a third theme location to pull this one off
when does the editing ever end lol
I installed WordPress 3.2, the BuddyPress plugins 1.5.1. Then I installed the plugin “Rating-widget” 1.4.0 and found the following problem:
When I click in the “activities” to be logged-in user, I get the correct buttons to vote at the activities and comments on every single activity, but when I access the user is not logged by the same section, the page goes into loop and the browser goes crash. Opening the file “widget.php-rating,” I came to understand that the problem lies in the function “rw_display_activity_comment_rating” line 3157. Commenting then the code line 3013-3016
/ * if (true === $ items [” enabled “]) {
/ / Hook-activity rating showup comment.
add_filter (“bp_get_activity_content”, array (& $ this, “rw_display_activity_comment_rating”));
} * /
the problem is not presented, but of course I lost the ability to vote comments
I tried to delete all of my wordpress plugin, thinking that there was some conflict with one another, but the result was the same.
In your opinion, what is it?