Ok, I installed it and want it to make use of the standard-search-box in the navbar-dropdown.
I get it working/searching, but the popup-window is MUCH too large, the settings do not take real effect...
Maybe I did not integrate it correctly in the template ?
in NAVBAR I did replace
Code:
<input type="text" class="bginput" name="query" size="25" tabindex="1001" />
with
Code:
<input type="text" class="bginput" id="search_input" name="query" size="25" maxlength="$vboptions[lsa_maxsym]" value="$vbphrase[lsa_live_search]" onfocus="if(this.value=='$vbphrase[lsa_live_search]'){this.value=''}; showHint();" onblur="if (this.value==''){this.value='$vbphrase[lsa_live_search]'}" onkeyup="showHint();" tabindex="1001" />
using vB 3.7.4 PL1