6
This below code is the script I'm trying to use. I put it in a block and it displays fine. But I can't get any search results to come up. When I use the advanced search with the same keyword I get search results fine. Which means this script is not pointing to the right module. I have systematically used 3-9 as my module id but none of them work. which can't be right.
Any more suggestions? This is one of my last two issues and I can publish the site.
<form action="<{$xoops_url}>/search.php" method="post" style="margin-bottom: 0px; margin-top: 0px;">
<input class="srchinput" name="query" size="15" type="text" />
<input name="action" type="hidden" value="results" />
<input name="mids[]" type="hidden" value="5" />
<input align="middle" name="Submit" src="<{$xoops_imageurl}>srchbut.gif" type="image" value="Search" />
form>