Quote:
Originally Posted by mad@Max
Yes, but it not included into html. Reinstall mod (first uninstall).
|
so i need to include the code below somewhere, correct? where do i need to put it? i don't understand what is an 'open search field'.
sorry for all the questions, thank you very much for the rapid and helpful replies.
Code:
<form action="search.php?do=process" method="post">
<div id="tb-searchdiv">
<div id="tb-searchbox"><input type="text" id="search_input" name="query" tabindex="1001" maxlength="128" value="$vbphrase[live_search]" onFocus="if(this.value=='$vbphrase[live_search]'){this.value=''}" onBlur="if (this.value==''){this.value='$vbphrase[live_search]'}" onkeyup="showHint(this.value)" /></div>
<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]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
</div>
</form>