Quote:
Originally Posted by mad@Max
Tomorrow i release version for vb4 (left to translate in english).
BadgerDog, you need add id="lsa_input" into <input type="text" class="bginput" name="query" size="25" tabindex="1001" />
|
I had done that already....
This is from my Navbar
Quote:
<td class="vbmenu_option" title="nohilite">
<form action="search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<div><input type="text" id="lsa_input" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
<div style="margin-top:$stylevar[cellpadding]px">
<label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</div>
</form>
|
I had removed it here to show you the state of my Navbar to BEFORE adding it, to see if there was anything unusual about it in its original state.
Still get the small "loading ..." message in the "serach box" but nothing else happens. If anyone types in the box, the standard vBulletin search routine happens.
Regards,
Badger