Sounds like a transition from 1.2.5 to 1.2.6 and custom theme pages not updated .
`do_action( ‘bp_directory_members_actions’ )`
Is where the buttons in question are called from now
Do you still have “?
This lists the changes between 1.2.5 and 1.2.6:
`https://trac.buddypress.org/changeset?old_path=%2Ftags%2F1.2.5%2Fbp-themes%2Fbp-default%2Fmembers&old=&new_path=%2Ftags%2F1.2.6%2Fbp-themes%2Fbp-default%2Fmembers&new=3916`
		
	 
	
	
	
 
		
			
	
	
		
		 @hnla, and  @xberserker, I figured out the culprit to this, but I am not sure why it does not take until 1.2.6 to happen.
The double button is because you have called 2 stylesheets from the same buddypress default.css. The most common mistake is the css from the bp template pack being applied, and than calling the same css from the bp-themes/bp-default/css/default.css. You need to remove one, and it should solve the double button issue.
		
	 
	
	
	
 
		
			
	
	
		
		I had this problem too.  In my members-loop.php I had:
“
and
“
Just delete the “ line and it’s fixed.
		
	 
	
	
	
 
		
			
	
	
		
		 @odiggy That fixed it thank you so much!
		
	 
	
	
	
 
		
			
	
	
		
		No that’s fine glad have been of  help 