Quick search
Napsal: sob 07. čer 2008 20:30:43
Mám problém s tímto modem. Potřeboval bych, aby vyhledával témata, ne příspěvky, ale nevím, jak to změnit, nevěděl by někdo?
Zde je kód pro hledání:
Zde je kód pro hledání:
Kód: Vybrat vše
// Quick Search
$quick_search = "
<table border=\"0\">
<form action=\"./search.php?mode=results\" method=\"post\">
<tr>
<td><input type=\"text\" width=\"500\" name=\"search_keywords\" class=\"post\" value=\"".$lang["Quick_Search"]."\" style=\"border-color: black;\" onFocus=\"this.value=''\"></td>
<td><INPUT TYPE=\"submit\" BORDER=\"0\" value=\"".$lang["Quick_Search_Go"]."\" ALT=\"Submit\" class=\"post\" accesskey=\"s\"></td>
<input type=\"hidden\" name=\"searchuser\" value=\"\">
<input type=\"hidden\" name=\"search_forum\" value=\"-1\">
<input type=\"hidden\" name=\"search_author\" value=\"\">
<input type=\"hidden\" name=\"search_time\" value=\"0\">
<input type=\"hidden\" name=\"search_cat\" value=\"-1\">
<input type=\"hidden\" name=\"sort_by\" value=\"0\">
<input type=\"hidden\" name=\"search_fields\" value=\"all\">
<input type=\"hidden\" name=\"show_results\" value=\"posts\">
<input type=\"hidden\" name=\"retrun_chars\" value=\"-1\">
</td>
</tr>
</form>
</table>";
$template->assign_vars(array(
'QUICK_SEARCH' => $quick_search)
);
// Quick Search