Closed (fixed)
Project:
Faceted Search
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2008 at 19:35 UTC
Updated:
24 Mar 2008 at 22:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
David Lesieur commentedI'm not sure to get the question right, but you could:
Comment #2
drupaloSa commentedIt is hard to describe this by writing, so instead i've attached a screenshot.
Comment #3
David Lesieur commentedAaah, I see! You could reorder (or remove) these through hook_form_alter() in a small module. Unfortunately, at the moment no other way has been designed for doing this.
More easily, you could completely hide the keyword search fieldset with CSS.
Comment #4
drupaloSa commentedThanks David, i prefered to use css method as you suggested and added the following to faceted_search_ui.css:
Comment #5
amcc commentedTheres a very easy way to do this as this area is helpfully themeable
stick this in your template.php - or create one in your theme folder if you don't have one yet. I'm using zen, but if you're not replace the word zen with the name of your theme.
Comment #6
David Lesieur commentedartfo's solution is great! You could even remove the whole
if ($keyword_search_content) { }block.Comment #7
drupaloSa commentedSo is it also possible to reorder them by just changing their places in this function?
Comment #8
David Lesieur commentedAlmost! You'd have to copy the original
theme_faceted_search_ui_stage_select()function from faceted_search_ui.module into your theme's template.php, replace the "theme" word with your theme's name, and then just swap the weight values on the'#weight' =>lines.Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.