Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
search.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2008 at 15:54 UTC
Updated:
7 Feb 2009 at 15:44 UTC
When the Search module is activated, it enables a default search form which cannot be moved or removed via the Blocks configuration page.
Comments
Comment #1
webernet commentedThat's because it's a theme setting, and can be configured at admin/build/themes/settings.
Comment #2
shiva7663 commentedInteresting. My first attempt to resolve the issue by turning off the Search module failed because the option to turn off Search in the Themes global configuration page was grayed out: I had to re-enable the Search optional module, then return to the Themes global configuration page to deselect the default Search feature, then return to Modules list to deselect the Search module.
I think turning off the whole Search module should have automatically deselected the default Search feature in Themes global configuration instead of just graying out the checkbox while leaving it selected. I've changed the title of the issue to better reflect what happened.
Comment #3
robertdouglass commentedI agree with shiva7663. This is a usability bug.
Comment #4
roychri commentedThis seems to work fine in D7.
Here is what I did:
I checked the code (includes/themes.inc) and I see that there is code to disable the theme setting for search box when the search module is disabled:
INSIDE function theme_get_settings($key = NULL) lines 889 to 894:
I tried it with D6 and D5 and they all behave the same way. Disabling the search module makes the search box unselected in the theme global settings.
What am I missing?
Comment #5
robertdouglass commentedSeems the problem doesn't exist?