wyszukiwarka w sidebox'ie

Założony przez  MisterChoc.

wersja skryptu MyBB: 1.6.9
adres forum: nutowo.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam. Szukam kodu który należy umieścić w sideboxie, aby pokazała się w nim wyszukiwarka taka jak tutaj w prawym dolnym rogu? wiem że to ma być pomiędzy tymi nawiasami {} , ale nie wiem jak kod.
Spróbuj :)

<form method="post"
action="{$mybb->settings['bburl']}/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" class="textbox" name="keywords" value="" />
<!-- start: gobutton -->
<input type="submit" class="button" value="Szukaj" />
<!-- end: gobutton -->
Jak masz zwijanego sideboxa tak jak tutaj to:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<tr>
<td class="thead"><strong>
Wyszukiwarka
</strong></td>
</tr>
<tr>
<td class="trow1">
<center>
<div class="szukajka"><form method="post" class="searchform" action="{$mybb->settings['bburl']}/search.php">
<input type="submit" class="ico" value="Szukaj">
<input type="hidden" name="action" value="do_search" />
        <input type="hidden" name="postthread" value="1" />
        <input type="hidden" name="forums" value="all" />
        <input type="hidden" name="showresults" value="threads" />
       <input type="text" class="searchbox" name="keywords" value="Wpisz szukaną frazę..." onblur="this.value = this.value || this.defaultValue; this.style.color = '#a9a9a9';" onfocus="this.value=''; this.style.color = '#a9a9a9';" />
          </form>
<a href="adres forum/search.php">Szukanie zaawansowane</a>
</div>
</center>
</td>
</tr>
</table>
<br/>
Jeśli Ci pomogłem naciśnij guzik POMÓGŁ lub dodaj PUNKT REPUTACJI
Dziękuje, zadziałało.
Daniel Praźmo napisał 25.02.2013, 15:24:
[Obrazek: modnotice_thx.png]



Użytkownicy przeglądający ten wątek:

1 gości