I use XAMPP myself since I’ve read all the problematic stuff that goes with WAMP server even without BP 
What’s in your htaccess file now?
Read https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/seeing-page-not-found-on-activity-members-groups-blogs-tabs/#post-46478 with some solutions below.
EDIT – why don’t you just delete that index.php/ since it works for you? Does it break anything else?
I would love to know that too , does anybody know the most simple way how to mass import buddypress groups with csv file.
– Have you deactivated all plugins except BuddyPress and changed to bp-default theme just to start eliminating possible plugin conflicts or outdated BP themes?
– If you’re using IE to upload and crop, have you tried using other browsers like FF or Safari?
– Another one is that some have problems gif or png or JPG (all caps) files. Is same thing happening with jpg files?
You’re welcome. That was the easy part 
Onwards and upwards!
Instead of having the page title show, it’s shows the URL for BuddyPress pages. I’m using Greg’s High Performance SEO, in case that matters.
The site is located here: http://seventhstyle.com
Hi mercime, i had run the both latest versions… wordpress and buddypresss and i had installed Gd library. The picture upload sucesfully and the button adjust is show but i can’t edit the crop or resize to adjuts the imagen… nothing happen.
Do you think that it could be an conflict with someone plugin of worpress like the ‘user photo’?
It’s perfect! Thank you so much for the assistance.
Ok, revised code posted above. Needed to hard-code the div and classes generated by your theme which didn’t recognize BP template pages.
http://seventhstyle.com, I have Buddypress deactivated now because I don’t want it to show the broken pages.
I set up a replica here: http://a.seventhstyle.com/wordpress/members/admin/activity/just-me/
It has the same exact issues.
Thanks for the reply, but that didn’t work. It’s still the same issue.
is there anyone to help me or is this forum dead…
how can i make people to get a tab in user profile stories/topics i am following…
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
Following instructions in walkthrough, open up activity/index.php file in your server
At top of file, replace
`
`
with
`
`
At the bottom of the same file, replace
`
`
with
`
`
Save file and then open up the next 12 files per walkthrough and do the same. Upload the revised folders/files to your active WP theme folder in server. Clear cache. Check layout.
I’m trying to make my theme Buddypress compatible and it’s doing well except that the content edges into the sidebar. If someone could help me out here, I’d greatly appreciate it.
Here’s my theme’s page.php: http://pastebin.com/rfvf3sQg
I know this is an old thread, but I had the same problem and there was something just a smidge different about mine, so I thought I’d tack it on at the end here, for future generations who might run into the same issue.
I’m running XAMPP on OSX. I’ve got vhosts set up.
The problem manifested itself when I switched permalink settings. When I saved the change, WP told me to modify my .htaccess file; but it didn’t tell me what to put in it. I was very perturbed. After a bunch of testing I found that it actually *was* telling me how to change it, but it was under the fold, so I couldn’t see it without scrolling.
Once I cut and pasted the suggested .htaccess code everything went swimmingly.
Best of luck.
Missed that you were using WAMP. Read this to resolve permalink issue so your BP component links will work
https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-installed-using-wamp-server-but-links-dont-work/
Navigation bar for BP-column theme would be in the header.php file
That is a pretty cool bit of template to share. Maybe we could add it to codex.buddypress.org — perhaps add a new page or section about forums so we can link to it rather than having to re-type all the options available each time
Hi, take a look at https://codex.buddypress.org/extending-buddypress/changing-internal-configuration-settings/
Specifically, you’ll want:
`define ( ‘BP_ENABLE_ROOT_PROFILES’, true );`
Oops! This link appears to be broken.
How to remove the term /members/ from the url to make a short url as it is available in facebook as http://www.facebook.com/username
Now in buddypress it is domain.com/members/username
https://codex.buddypress.org/getting-started/before-installing/
Make sure that your have chosen and saved permalink settings to anything other than the default permalink in Settings > Permalinks.
@vfundude62 I see Dfa327, the Ajax Chat plugin dev, more active in WP.org forums https://wordpress.org/tags/buddypress-ajax-chat?forum_id=10
Hello, great plugin. I just have an issue that seemed to appear with the newest version. When I go to the chat link it says “Page not found”, and the same thing appears on the “Shoutbox”. http://wordpress.org/extend/plugins/buddypress-ajax-chat/ help me site chat.vfundude.com
@nuprn1
Just placed your code into my functions file and the menu item wasn’t removed:
bp_core_remove_subnav_item( $bp->activity->slug, ‘favorites’ );
Would anything have change in buddypress to cause this?