I used “Bbpress wp-tweaks” it creates a bbpress sidebar that is used on the forum pages.
You could also use “Widget logic” – allows conditional statements on widgets to produce page or category specific sidebar content.  Using the logic “is_bbpress()” allows sidebar specific content. “!is_bbpress()” excludes widgets from forum pages.
		
	 
	
	
	
 
		
			
	
	
		
		Thank You Robin, It worked like a charm.