Have a loot at the default home theme template that comes with BP. I am not sure where BP hooks this into, but check in header.php in <head> for a func call that you might have missed.
		
	 
	
	
	
 
		
			
	
	
		
		Make sure you have copied/merged the functions.php file too.
		
	 
	
	
	
 
		
			
	
	
		
		Thanks for the answer, I tried doing that but I cant find anywhere in the template files the hook for the admin bar.
anyone knows where can i find it?? 
any help you guys can give me will be greatly appreciated, I’m kinda on a deadline with this design and I would hate to have it released without that bar
		
	 
	
	
	
 
		
			
	
	
		
		Found it!!!!
here’s the tag  <?php bp_core_admin_bar(); ?> 
All i did was add this tag right after the <body> tag