Vanilla open source was terminated 1 January 2025 by Higher Logic. See this announcement for more information.
Small Suggestion: Make the search page focus on the searchbar
When you click on the search tab, you should make the text input field focused automatically when the page loads, so people dont have to click and they can start typing immediately
0
This discussion has been closed.
Comments
<script type="text/javascript">function sf(){document.f.q.focus();}</script></head><body onLoad="sf()">...
Where "f" is the form name and "q" is the search field.
Personally, I'd stay away from the document.itemname syntax, but it's not a hard change.