Right now there isn’t an easy way to do it, but we are looking into that for the next release.
For now you can just hide it with CSS. Eg:
.bbp-search-form {
display:none;
}
You can put that in your theme’s style.css file.
Right now there isn’t an easy way to do it, but we are looking into that for the next release.
For now you can just hide it with CSS. Eg:
.bbp-search-form {
display:none;
}
You can put that in your theme’s style.css file.