Ok, i am getting the same issue as alot of people, I did a clean install of the mod, uploaded the files, installed the product and added the following code to my header
Code:
<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="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<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>
</form>
The entire code to my header is
Code:
<a name="top"></a>
<table width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="logo">
<a href="$vboptions[forumhome].php$session[sessionurl_q]"></a><img src="$stylevar[titleimage]" align="left" border="0" alt="$vboptions[bbtitle]" />
</td>
</tr>
</table>
<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="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="text" class="bginput" name="query" size="25" tabindex="1001" />
<input type="submit" id="lsa_input" class="button" value="$vbphrase[go]" tabindex="1004" />
</div>
</form>
<!-- content table -->
$_phpinclude_output
$ad_location[ad_header_end]
yet nothing pops up, i just type in the information, and it goes to the regular search page... any help anyone?