wersja skryptu MyBB: 1.6.9
adres forum: www.polskastrefaskilla.cba.pl
na czym polega problem (screen, opis, komunikaty):
Chciałem dodać opcje szukaj na forum, znalazłem gdzieś na internecie i to jest ten kod:
Jednak teraz pole do pisania w shoutboxie połączyło się jakby z polem pisania w opcji szukaj, czyli jak chce np na shoutboxie wysłać "hehe" to mi wyszukuje fraze "hehe" na forum ;/ Co robić?
adres forum: www.polskastrefaskilla.cba.pl
na czym polega problem (screen, opis, komunikaty):
Chciałem dodać opcje szukaj na forum, znalazłem gdzieś na internecie i to jest ten kod:
<form method="post" action="search.php">
<div class="float_right header_search">
<input name="action" value="do_search" type="hidden">
<input name="postthread" value="1" type="hidden">
<input name="forums" value="all" type="hidden">
<input name="showresults" value="threads" type="hidden">
<input class="tb5" name="keywords" value="Szukaj na
forum..." onfocus="if(this.value !== '') { this.value=''; }"
onblur="if(this.value == '') { this.value='Szukaj na forum...'; }"
type="text">
<input type="submit" class="button" value="Szukaj">
</div>