1
Hi, I'm new on XOOPS world but I think it;s a fantastic CMS, I am starting with my site, but XOOPS seems to have everything I need to my site.
I have a question, I am using a theme with search dialog integrated in it.
theme.html has this code fro the search dialog:
<td align="right" valign="middle">
<form style="margin-bottom: 0px; margin-top: 0px;" action="<{$xoops_url}>/search.php" method="post">
<input class="srchinput" name="query" type="text" size="15" />
<input type="hidden" name="action" value="results" />
<input name="Submit" type="image" value="Search" src="<{$xoops_imageurl}>srchbut.gif" align="middle" width="44" height="22" />
form>td>
My problem is that I want that this search dialog will search only in a specific module (mydownloas to be more specific)
there is any way to do this?
I will apreciate your help and excuse my english
10x in advance
Warty