--- /buddypress/bp-core/bp-core-templatetags.php (BP 1.2.5.2)	Tue Jun 29 19:47:48 2010
+++ /buddypress/bp-core/bp-core-templatetags.php (working copy)	Thu Jul 15 11:55:15 2010
@@ -1034,6 +1034,8 @@
 	// Eventually this won't be needed and a page will be built to integrate all search results.
 	$selection_box = '<select name="search-which" id="search-which" style="width: auto">';
 
+	do_action( 'bp_search_form_before_options' );
+
 	if ( function_exists( 'xprofile_install' ) )
 		$selection_box .= '<option value="members">' . __( 'Members', 'buddypress' ) . '</option>';
 
@@ -1045,6 +1047,8 @@
 
 	if ( function_exists( 'bp_blogs_install' ) && bp_core_is_multisite() )
 		$selection_box .= '<option value="blogs">' . __( 'Blogs', 'buddypress' ) . '</option>';
+
+	do_action( 'bp_search_form_after_options' );
 
 	$selection_box .= '</select>';
 
