i got a issue, i have quick search but when i add your code it will then have 2 search box needhelp. Wish to use the template default search bar so need help
also is it also possible the search starts instantly when u type more than x words
im unableto move the search window because on vbulletion option you only grant us to change the height and width but not allowing to move the top
<form action="search.php?do=process" method="post">
<div id="lsa_window">
<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="" />
<input type="hidden" name="securitytoken" value="guest" />
<div class="searchBoxInput">
<input type="text" class="searchinput" name="query" value="Search Forum" onfocus="if (this.value == 'Search Forum') this.value = '';" onblur="if (this.value == '') this.value = 'Search Forum';" />
|