Hi,
Thanks mad@Max, nice mod =)
I am having a small issue with my custom template though
Would anyone know how to fix this?
when the search load, the pop up window shows over the box where you put your text in not under it.
How can i make it show under Advance search?
This is my template
PHP Code:
<div class="quicksearch">
<p>Quick Search</p>
<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" id="lsa_input" class="searchinput" name="query" value="Search Forum" onfocus="if (this.value == 'Search Forum') this.value = '';" onblur="if (this.value == '') this.value = 'Search Forum';" />
</div>
<span class="loginButton">
<input type="image" src="$stylevar[imgdir_misc]/gosearch.gif" value="Search" alt="Submit" />
</span>
</div>
</form>
<div class="memberLinks">
<a href="search.php">Go Advanced</a>
</div>
</div>
</div>