Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to
`
// Titles Of Respective BP Page Templates //
`
AND move title to above `
Save files.
This plugin works perfectly –> https://wordpress.org/extend/plugins/email-users/
I tested it and it does email everyone user @joelshakespear
It looks like some styles are missing. How are you styling the BP content? Are you pulling in bp-default’s stylesheet? Check to make sure that your version isn’t somehow mangled; it should be 2423 lines long https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/_inc/css/default.css
I’m looking over the code, and there’s not a very easy way to make it happen. We have hooks in bp_get_activity_secondary_avatar(), but we’re not passing along enough information to make it possible for filters to make the avatars linkable.
Could I ask you to open an enhancement ticket at https://buddypress.trac.wordpress.org/ explaining what you’re trying to do? I can make sure that the filters are improved to make what you’re trying to do possible.
In the meantime, it’s possible to do what you want, though not elegant. Here’s a hint:
`
function bbg_turn_secondary_avatars_to_links( $avatar ) {
global $activities_template;
// Here you’ll copy the logic in bp_get_activity_secondary_avatar() to switch between types
switch ( $activities_template->activity->item_id ) {
// Here’s an example of what to do with groups
case ‘groups’ :
$group_id = $activities_template->activity->item_id;
$group = groups_get_group( $group_id );
$url = bp_get_group_permalink( $group );
break;
// You’ll have to do similar sorts of tricks for different content types
}
// Then, wrap the avatar in a URL
if ( !empty( $url ) ) {
$avatar = ‘‘ . $avatar . ‘‘;
}
return $avatar;
}
add_filter( ‘bp_get_activity_secondary_avatar’, ‘bbg_turn_secondary_avatars_to_links’ );
`
This may not work as is (it’s off the top of my head) but it should give you a push in the right direction. Good luck!
WPMU.org recently had a nice writeup on something similar: http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
Hi @all,
I have been testing my plugin’s one at a time to see if one of them is the problem and I have found that WordPress HTTPS http://mvied.com/projects/wordpress-https/ is the problem. If I Deactivate it from my wordpress multi site install everything works fine.
I am going to contact the designer of the plugin and see what they can do.
Hope this helps so of you.
Thanks
Chris
A few years ago, I wrote a plugin that should do what you’re asking: https://wordpress.org/extend/plugins/bp-import-blog-activity/ I’m not sure whether it still works as advertised, so you may want to test in a development environment first.
@sudhirsinghinfo if you’re using a child theme of bp-default, then copy over https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/registration/register.php in your child theme’s folder e.g. yoursite.com/wp-content/themes/YOURTHEME/registration/register.php Open up the file you copied over and make the necessary changes and save file.
Images only
Free – BP Album – https://wordpress.org/extend/plugins/bp-album/
Images/Video/Audio, etc.
Free – BP Media (in beta) – http://code.google.com/p/buddypress-media/ – same plugin developer as BP Album
Premium – BP Gallery – http://buddydev.com/plugins/bp-gallery/
@luisrosario as implemented in bp-default theme https://buddypress.trac.wordpress.org/browser/tags/1.6.1/bp-themes/bp-default/index.php#L22
Images:
Free – BP Album – https://wordpress.org/extend/plugins/bp-album/
Images/Video/Audio, etc.
Free- BP Media (beta) – http://code.google.com/p/buddypress-media/
Premium – BP Gallery – http://buddydev.com/plugins/bp-gallery/
You can used my child theme its only for the BP-Default theme it adds this functionality.
http://ezwebdesign.wordpress.com/free-stuff/
After updating to Buddypress 1.6.1 within WordPress 3.4.1 I have the same issue…
How do I access the “Install Update Wizard” again to get functionality back?
I get “You do not have sufficient permissions to access this page.” for every Buddypress admin page.
Is there a solution yet for this? I’m dead in the water right now
OMG @neononcon please tell me how I could be forgiven for my silly delay? Chaos ‘s reigned in my world for a couple of months and I forgot about Buddypress until it turns to wonderful 1.6.
– Yeah, Theme paid.
– Too bad I did not notice about the confused users when both Sidewide and Group’s forums are enabled and now I do not know how to do. But I wonder why Buddypress team does not make this better blending the use of them.
– No spam! Wangward, Akismet and WordPress Hashcash have destroyed them while I was having coffee.
PS: For anyone who wants to ask me questions, mention me, otherwise I may miss you.
I did a fresh install of wordpress and BP 1.6.1.
It works perfect on the parent theme but not on 3 column BP theme.
—
Fatal error: Cannot access empty property in …/wp-content/plugins/buddypress/bp-core/bp-core-template.php on line 823
—
When I open the child theme members>single>home.php and removed the ffg block it will show no error but not all tabs will show
`
`
Can you test where it is conflicting.
Ah hah. I think I see the confusion.
When BP is installed or update, you need to run the Install/Update Wizard. There’s a banner at the top of the page that shows you this: see https://mercime.files.wordpress.com/2011/11/bp-installation-wizard-01.gif
Once you have completed the Install/Update Wizard, the “Settings” link (and everything else) should work. Can people here check they’ve done this, and let me know if the problem’s resolved?
We can make the Settings link only appear once the Wizard has been completed in future releases of BuddyPress; we didn’t think of this. Thanks for the feedback.
No just the one installation. Manually uploaded the WP files to the root web folder of the server, then installed the buddypress as a plugin.
No multiple copies, no multisite.
I did have one weird problem when I first installed. I was fooling around with ‘frontend posting’ plugins just before the 1.6 release of buddypress. The database structure broke which stopped the wordpress admin area from working properly (I think because the JS weren’t loading). So I deleted the database entries for buddypress then reinstalled and it was fixed. Then I upgraded to 1.6.
I don’t see how this would cause the problem however.
Anyone have any ideas?
Yes, wondering what you’ve done to get it like that. Have you got two copies of WordPress (http://processpedia.designquotes.com.au/ and http://processpedia.designquotes.com.au/buddypress/)? Or are you running multisite, and “buddypress” is a site?
Intended. See https://buddypress.trac.wordpress.org/ticket/4090 for a lot of discussion.
Hi Websitevala, if possible can you go to your BuddyPress settings and resave and also resave the permlinks under Settings? This may not be it but a good check.
If that doesn’t work it’s worth checking if a plugin could be interacting and testing (if possible) with the default BuddyPress theme.
If we’re still out of luck as to where the culprit is can you please link to your site (if possible) and tell us what theme you are using? Also if you are able to paste into https://gist.github.com/ any errors you are having in your error log (your hosting can help you locate this), that would also be helpful.
As for what gets effected when you upgrade, well that’s a little dependent on your set up. It is usually advised to make sure all your essential plugins and your theme either have updated versions or work with BuddyPress 1.6 – the same goes with WordPress.
If you’re moving forum content, you probably want to be migrating to bbPress rather than BuddyPress. Check it out, especially its importers — it should give an idea of the appropriate APIs to use.
@formbi I don’t know what theme you’re using, but almost all of the updated themes have custom menus which you can configure via Appearance > Menuw https://codex.buddypress.org/extending-buddypress/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/
== that is much more complicated job. ==
@rogercoathup true. Until such a time that someone releases it (free or paid), the next best thing are WP bootstrap themes with the template pack plugin 
== Would be nice to see alternative UI elements for the presentation of dynamic elements of BuddyPress ==
It will be easier (relatively) come BP 1.7 but it would still involve an investment of not inconsiderable time.
I resolved my problem with the error of `Call to undefined function bp_displayed_user_id() in C:xampphtdocsbpwp-contentpluginsbuddypressbp-corebp-core-template.php on line 1117` by:
1. reverting to the old 1.5.7 version of BuddyPress plugin
2. deactivating BuddyPress plugin – silly me for not doing this the first time
3. deactivating a BuddyPress dependent plugin ( User Name Availability Checker for wordpress/buddypress from http://buddydev.com/buddypress/creating-a-buddypress-wordpress-username-availability-checker-for-your-site )
4. then updating BuddyPress
5. and finally reactivating BuddyPress and dependent plugins
The moral of this story: I should always deactivate significant plugins such as BuddyPress before updating. All good now 
@manswab As mentioned above, based on the HTML structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your wallow theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your wallow theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
with the following:
`
<div id=”post-“>
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to
`
`
AND move title to above `
Save files.
Hi,
i had a similar problem on a multisite install: after update from 1.5.6 to 1.6, no access to profiles, topics and some plugins. All links going nowhere else as my homepage
I searched in the recent tickets and found a solution here: https://buddypress.trac.wordpress.org/ticket/4415
By commenting the (very old) NOBLOGREDIRECT line in wp-config, my url’s where back 
On a single install, it maybe possible to add this filter
`add_filter( ‘bp_do_redirect_canonical’, ‘__return_false’ );`
These solution was already given by @boonebgorges on this forum a few days back i guess