I have a block with the search form at the top of my site (header position). When I do a search, the advanced search box appears above my search results Ilike a default install of drupal would show). This ends up looking really ugly, because I still have the search in the block, and now I have that search and the advanced search boxes showing. How do I disable this other search box?

Comments

dman’s picture

Disable search block form showing on search result pages?
admin > blocks > search | configure > visibility
Sounds pretty straightforward.

.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/

solidad’s picture

let me clarify. I have a block in the header for the search, but when I do a search, there is a second search box (not block) that appears below the header, that contains the advanced search and all of that. my original block still appears, but I also get this new search box above my search results (but below the header). So in effect you see 2 search boxes. I want to know how to remove one but keep the other. So block visibility doesn't help in this situation, since it would remove both search boxes.

http://test.creativeaddiction.com/example.jpg

I want to remove the bottom search box but keep the top. or replace the bottom with the top.

solidad’s picture

Temporary solution seems to work ok. using css to hide the second menu. kinda wish it didn't kill access to the advance search, but oh well.

d.cox’s picture

If you look at your theme settings you will see a search option there. Uncheck it and then the site will use the the one from your block settings.
Hope this helps.