Re: Search Bar
Just take it out of your home.php? Or build an if statement around it.
if(!bp_is_front_page()) {
// show search form
}
Edit: See that the standard theme doesn’t have a home.php, my bad. Script should work either way (only now in header.php).