- 
	
	Hugo Ashmore replied to the topic How to override core template function in the forum How-to & Troubleshooting 12 years, 2 months ago @megainfo Actually you’re quite correct… well almost, there are filters and they were committed but think the commit was rolled back as I found a few issues and the updates didn’t make it into 1.8.1 but check your trunk files you’ll see them there. @skeary Apologies I was ahead of myself there, next release will contain them; for the moment…[Read more] 
- 
	
	meg@info replied to the topic How to override core template function in the forum How-to & Troubleshooting 12 years, 2 months ago Hi @Skeary, There is no filter for bp_directory_groups_search_form(), You can change create a new custom function and replace the old call of bp_directory_groups_search_form by the new function. 
 
 function bp_custom_directory_groups_search_form() {$default_search_value = bp_get_search_default_text( 'groups' ); 
 $search_value = !empty(…[Read more]
- 
	
	aces replied to the topic How to override core template function in the forum How-to & Troubleshooting 12 years, 2 months ago 
	@skeary
	Not recently active