Just add define ( 'BP_ENABLE_ROOT_PROFILES', true ); to wp-config file.
		
	 
	
	
	
 
		
			
		
			
	
	
		
		Okay, I got it working, so if you go to http://websitename.com/membername it goes to their page… but now the activity page links user names to /members/membername… which no longer exists and so it just loads http://websitename.com.
Is there anyway to change those links or to enable both /members/membername and /membername?
		
	 
	
	
	
 
		
			
	
	
		
		What specific “activity page links” are you talking about?
The member/activity/just-me?
		
	 
	
	
	
 
		
			
	
	
		
		The activity page that shows all members activity.  It’s this page.
Right now I have root_profiles disabled, so when you click a user it goes to /members/username and works.  When I enable root_profiles, it still tries to go to that link even though it’s no longer active.