sorry to ask sily quesitons,
i add both code like this in last before closing php tag, but not working
`
function meso_add_custom_searchform() {
return get_search_form();
}
add_action(‘bp_inside_top_nav’,’meso_add_custom_searchform’,20);
function meso_add_sol_slider() {
echo ‘[THE SOL SLIDER SHORTCODE]’;
}
add_action(‘bp_before_blog_entry’,’meso_add_sol_slider’);
?>