@supertwigs change to bp-default theme and it still doesn’t work, could be plugin conflict.
@jommowner – Custom Community theme has been updated for BP 1.5 though it’s not “live” in the WP repo yet. You can download new version at https://github.com/Themekraft/Custom-Community
Since version 1.2 of the BP template pack plugin for BP 1.5, the devs have provided a 2nd method to get your WP theme compatible with BuddyPress – works in many WP themes. Fortunately, the Instyle theme can be made BP compatible with the 2nd method instead of the 1st method which involves changing 14 BP template files transferred to your WP theme. The steps below show the 2nd method for BP compatibility in action.
1. Activate BuddyPress
2. Activate Instyle theme
3. Install and activate BP Template Pack plugin and go through the BP compatibility process so that the BP files are transferred to your instyle theme folder.
4. Open up Instyle’s header.php, insert this code at the very “BOTTOM” of the file, after all other pre-existing code
(Updated)
`
`
and Save As > header-buddypress.php in the same Instyle theme folder
5. Open up Instyle’s sidebar.php, we’re going to insert codes at the TOP and BOTTOM of the file
At the very TOP of the file, insert code above all other pre-existing code in file
(Updated)
`
`
At the very BOTTOM of the file, insert this code after all other pre-existing code in file
(Updated)
`
`
and Save As > sidebar-buddypress.php in the same Instyle theme folder
6. Upload header-buddypress.php and sidebar-buddypress.org to your theme’s folder in server.
Thanks @mercime
You wouldn’t happen to have any ideas on how to get Boone’s suggested code working do you?
function bbg_remove_self_replies( $has_activities ) {
global $activities_template;
foreach( $activities_template->activities as $activity_key => $activity ) {
if ( ‘activity_comment’ == $activity->type ) {
// Get the parent item
$parent_id = $activity->item_id;
if ( empty( $activities_template->activity_parents[$parent_id] ) ) {
return $has_activities;
} else {
$parent = $activities_template->activity_parents[$parent_id];
}
// Is the activity author the same as the parent author? If so, remove
if ( $parent->user_id == $activity->user_id ) {
unset( $activities_template->activities[$activity_key] );
}
}
}
// Reset indexes
$activities_template->activities = array_values( $activities_template->activities );
return $has_activities;
}
add_filter( ‘bp_has_activities’, ‘bbg_remove_self_replies’ );
@misterbdon same theme but do check if there were any changes to the page.php source code posted by einn1 two months ago. If there were no changes, then follow the instructions I posted in previous page. If there were changes, post code of page.php in pastebin.com, click “submit” and post the generated URL here.
Bump! I’m looking for the buddypress “lost password” link so I can manually put it in my template files.
Mercime, I have the same (InStyle) theme and I have been trying to install buddypress with no luck yet.
Can you guide me a little on what I am missing? Thanks!
I managed to resolve some of my problems by editing the “Forum” page and adding the [bbp-forum-index] shortcode. See https://buddypress.org/community/groups/miscellaneous/forum/topic/buddypress-theme-with-bbpress-templates/
By the way, I’m using:
BuddyPress v1.5
WordPress v3.2.1
Custom Profile Filters for BuddyPress Plugin v0.3.1 with it set to strip tags except for
.
I did disable the Custom Profile Filters for BuddyPress plugin and nothing changed, so I don’t think there is plugin interference.
Isn’t that the whole point of Buddypress though, to create a fb like system? Other wise it is just a messageboard.
What is this BP Wire?
I fixed it by commenting out all the instances of it. go through each folder within your buddypress plugin and comment out the lines that have
$settings_link = bp_core_get_user_domain( $receiver_user_id ) . bp_get_settings_slug() . ‘/notifications/’;
or similar. I just went through each one and searched for “bp_get_settings_slug”, commenting out everytime it was found.
Hope this helps someone until there is a fix.
Thanks.
There seems to be more cons than pros with BP and I’ve only had installed for a week.
Re Activity Stream – I see activity streams as records of each action and reaction within the site. If I wanted the facebook-like wall feature, I’d use BP Wire by @sbrajesh. But that’s just me.
Re BuddyPress Template Pack plugin – boonebgorges and r-a-y have added a second method in the 1.2 version which makes it much easier to set up (depends on the WP theme you have) and future-proof. Upgrading the plugin later on won’t require any updates in template files.
Examples of 2nd method:
https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-eleven-bp-1-5/
https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/
Yeah I noticed that not long ago too.
Check out this:
BuddyPress / WordPress Giveaway Plugin | CubePoints Lottery Giveaway / Contest System
It’s very feature rich and I tested it meticulously as well. I’m very proud of it.
It’s a plugin that you install, set your settings in the admin and your good to go.
You can use the shortcode [lottery1] to display it on any page. With support with up to 5 lotteries running at once.
More info and how to get it here: http://store.slyspyder.com/
” I cant put stuff on my widget sidebars after the update”
Do you mean you can’t drag and drop widgets? Also can you not expand them? If that’s what you mean, I had the same problem, which was in the .htaccess file. My host fixed it for me though
I hope that points you in the right direction.
I am having the same problem. It seems it is a permalink problem. In my buddypress/pages, the pages that doesn´t work is “discussion forum” ( I only use site-wide forum ) and page “register”. Alle the other pages work fine. The pages are created in the same way, but the two that doesn´t work link back to my home page all the time.
I have changed the name in the “Settings > Forums” in wp-admin; where there’s an text box option that defaults to ‘forums’ but I still have the same problem…I have deleted the BP plugin, reinstalled and tried again, but no luck.
If someone could just make a step by step tutorial to how this is done in the right way, or maybe it exists already…I would be happy to see it 
Thank you for your efforts. You were correct about the cause of the problem but the error was mine typographically. I left a ‘d’ out of the header-buddypress.php file name so presumably the original header.php file content from the twentyeleven theme was still being used – causing the same result as you described. I must connect a decent monitor to my netbook for this work I think, that and get better sleep.
From my perspective this has determined me to spend the time to gain a better understanding.
Once again thanks for your guidance.
@r-a-y did you ever post the plugin code on github or pastebin? I have recently forked a plugin to enable users to upload a profile image, as per Facebook timeline, but at the moment this only works for the member header – not groups.
I chose not to provide a range of default images – but this is easily done by hacking the header function that comes with the Twenty Eleven theme.
I will get around to sharing my modified plugin when I’ve finished tidying it up. It is also BP 1.5 compatible.
Upload Failed! Error was: Unable to create directory /avatars/8421926. Is its parent directory writable by the server?
This is the error I get when I try to add a plenty small image for my avatar… plus, buddy press says that they can use my gravatar, and when I click on that link and log into my gravatar account, buddy press does nothing… so, apparently this software is not very effective at creating profiles for social networks if its very own program has basic error messages… I guess you get what you pay for!!!!!!! free = sucks
Not quite the same. In this case, it seems like you’re missing the opening div tag that was supposed to be added in header-buddypress.php hence closing the container prematurely. This should be in header-buddypress.php http://pastebin.com/kr1jK5PW
Are you running a localised version of BuddyPress, or have you renamed the default group or that default name profile field?
Avatars cannot be uploaded on to BuddyPress.org, this is intentional.