delete <?php bp_search_form() ?>
from header.php in BOTH themes, home theme and member theme.
Hey,
Have you figured out how to move the search and login boxes to another location on your front page if you are planning to remove the search-login bar?
I would love to know how to do this.
Kunal, the OP said he wanted to get rid of it, not move it. You are best to start a new topic.
I’ve added the ajax login plugin instead, and i don’t think the member search is very usefull in my instance. Thanks!
If you’re using the default theme and don’t want to mess with the theme files… you could also just do it via CSS in custom.css or site-wide.css… this should do it:
#search-login-bar {display:none;}
Thanks,
Ill check out the ajax login plugin.
… and Ill start a new topic if I want to discuss this further
David,
Thank you for that solution. It was brilliant and simple!
John