It’s been fixed in trunk, but not in the 1.2 branch. If you want to try applying the patch to your site, try applying these changes to your files: https://buddypress.trac.wordpress.org/changeset/3651.
Be sure to check out BuddyPress trunk. The components have a -loader.php file which extends from a BP component class; it might help you achieve this.
hi, does anyone know the functions code that add Change Avatar on mouseover. have seen it on some buddypress site and i love the function.
thanks
shameless promotion 
@naijaping you might also grab an old copy of bp-default pre 1.2 where all these arrows stem from you could use that as an example to follow

To give you an example, you can play around with our BuddyPress Profile Widget
The ‘grey block’ is just a color and the ‘v’ is a background image.
ok, now I got it. BP does not display any message after group is created. This message comes from invite-anyone and even If I have it translated in the latest version of the plugin, in the frontend it still is in english.
@boonebgorges is there any existing fix for this, or I should change it manually in plugin’s files (from codestyle localization it looks like it has “buddypress” textdomain)?
thank you.
If these are the exact words, they are not from BP. Did you use a custom theme with a language file ? Show there….
@djpaul will do. Do you know any other way of accomplishing this? Ultimately my goal is just to have all activity stream through one page (everything but the activity of your friends).
PS: https://buddypress.trac.wordpress.org/ticket/3192
How complex is the Tours section?
https://codex.buddypress.org/plugin-development/creating-a-custom-buddypress-component/
though the BuddyPress Skeleton Component needs to be updated
@goozleology deactivate all plugins except BuddyPress and change to default theme. If the behavior persists with defaults then post back here.
If the problem is resolved with bp-default and no other plugins except BuddyPress, then you should check which of the plugins or if it’s the theme that’s causing such behavior, then contact plugin/theme author.
Hey Everyone,
First of all, thanks up front for the help. This problem has been driving me crazy. Like it says in the Title line, every single page of Buddypress redirects to the Members page.
For example, the page to change a profile avatar http://thinkbluethinking.com/members/blue-thinking/profile/change-avatar/ ends up at http://thinkbluethinking.com/members/
I have no redirect that would cause this in cpanel not do I have a redirect plugin that would be causing this problem. Any ideas?
Thanks,
Ed
OK. I found duplicate lines of add_action in the forum-attachments-for-buddypress-bp-functions.php.
I kept these lines (starting around 183) and removed the ones that I apparently added at the top of the php file.
`add_action(‘groups_forum_new_topic_after’,’bb_attachments_upload_form’);
add_action(‘groups_forum_new_reply_after’, ‘bb_attachments_upload_form’);
add_action(‘groups_forum_edit_post_after’, ‘bb_attachments_upload_form’);
add_action(‘bp_after_group_forum_post_new’, ‘bb_attachments_upload_form’);
add_action(‘bp_group_after_edit_forum_post’, ‘bb_attachments_upload_form’);
add_action(‘bp_group_after_edit_forum_topic’, ‘bb_attachments_upload_form’);`
Now the hooks (do_action) are added to the template file question.php and the page loads properly. Unfortunately – the hook isn’t working – and the file upload function is not being presented.
Oh – even closer 
@Aces Nice one! Installed Si Captcha and it works a treat. Is there any way to put a note to users under the CAPTCHA actually what it is and why they have to type in the code?
I know it’s so basic but for some users who haven’t seen them before it’s always nice to have a little message saying ‘Please type the CAPTCHA code into the box above’.
Do you know where I can get a copy of this file ?
Ok lines 56-60 are the foloowing in the members-loop.php file, it appears to be the same code you posted here
`
`
I think you the latest version of BP but an old members-loop.php file.
`
`
I believe this is all that needs to be in those lines in the /members/members-loop.php
glad to see that this got answered.
Don’t put the guilt on us, we are not obligated to help you on anything, this is a free forum, and your lucky your getting free support.
Second, the supposed of “problem” you are speaking of is not a bug or error at all with buddypress. Obviously, the Subject Line is Required, and the message can’t be sent without a subject. I’m sure there is a workaround I suppose if you don’t like it, but it will require some searching.
1 problem left I still have one problem – it is showoing the friendship requested twice as well as cancel friendship
Nahummadrid that work I had to use both pieces of code it looks great and I thank you very much. You are awesome and I so appreciate the help, I am hoping you can solve my last issue.
yes in your custom style.css
nahummadrid thanks for the help where do I add this I tried in my style.css , thanks let me know : )
`#members-dir-list ul.item-list div.item {
height: 68px;
margin-left: 65px;
}
`
or
`ul.item-list li {
clear: both;
}
`
Hi,
Love Buddypress. I need some help with a couple issues first my Website is http://www.tamsbestrecipes.com and I have a temp login setup username- thebassripper password – bear33
My First Issue – Scroll down on the left hand side and choose MY FRIENDS the users haere are in a cascading fashion , instead of one underneath each other.
My second issue – if you go to list all members http://tamsbestrecipes.com/members/ again I have the cascading effect going on with doubles of friend requests and or cancel requests.
I would really appreciate any help someone can offer on this issue.Thanks Much !
Just updating this in case others run into the same problem. I have successfully upgraded while retaining all data using the following steps:
Revert to a non BuddyPress theme
Disable all MU plugins
– Navigate to wp-content/mu-plugins/ file folder
– remove or rename (example example.php.old) all .php files related to BuddyPress, or for plugins that call BuddyPress functionality. Leave these 2 in place :
– Index.php
– bp-core.php
– Test site to ensure you have not removed a needed plugin that is not related to BuddyPress
– Remove or rename bp-core.php
Install BuddyPress 1.0
– copy the unziped BuddyPress folder into the wp-content/plugins/ directory
– Go to the network admin control panel in WordPress
– Activate BuddyPress
– Test site for data retention
Upgrade to the latest BuddyPress
– Go to the BuddyPress plugin on the plugin page
– Click the automatic update button
– Enable the default BuddyPress theme
– Test site for data retention
Upgrade Complete
I have a custom theme to rebuild and some in house plug-ins to fix, I’ll post any important info I run into to help any other souls Google-ing this problem.