Hi all, I'm just wondering about the new dropdown list functionality in the site serach. I think the way it looks is much, much nicer than the old radio buttons (which I know you can still switch back to). What I want to do is keep the little dnn icon in the left of the input textbox but turn off the web search option, I like to call this having your cake and eating ot too! I tried keeping the dropdown list enabled in my skin file and putting:
<Setting>
<Name>ShowWeb</Name>
<Value>False</Value>
</Setting>
in the skin.xml file but this doesn't seem to work the same way as it does when you use the radio buttons option (<Name>useDropDownList</Name>
<Value>False</Value>)
Is there a way to do this?
Thanks very much. A