pharaoo
Hallo,
wenn man bei woltlab auf die Suchfunktion klickt, öffnet sich das Suchfenster wo automatisch die Suche im "Gesamten Beitrag" aktiviert,
ist
wie kann ich das umstellen so das die Suchfunktion automatisch nur in der "Betreffszeile" stattfindet ?
habe ein beispielscreenshot von y****** genommen, die fixe Umstellung möchte ich auf mein Forum machen
voodoo44
sollte in dem template gehen was für die Suchfunktion vorgesehen ist...
Aber frag nicht, wie das heißt :|
pharaoo
danke aber das hilft mir noch nicht weiter,
hoffe jemand hat es genauer
Daefea
hi, hab grad ma so spontan geschaut, müsste in der search.htm sein, der abschnitt:
<td class="tablea" height="78"><span class="smallfont">
<input type="radio" name="topiconly" id="radio3" value="0" checked="checked" /><label for="radio3"> {$lang->items['LANG_SEARCH_CONTENT_POST']}</label><br />
<input type="radio" name="topiconly" id="radio4" value="1" /><label for="radio4"> {$lang->items['LANG_SEARCH_CONTENT_TOPIC']}</label>
</span></td>
<td class="tablea" height="78"><span class="smallfont">
<input type="radio" name="showposts" id="radio5" value="1" /><label for="radio5"> {$lang->items['LANG_SEARCH_SHOWPOSTS']}</label><br />
<input type="radio" name="showposts" id="radio6" value="0" checked="checked" /><label for="radio6"> {$lang->items['LANG_SEARCH_SHOWTHREADS']}</label>
</span></td>
</tr>
<tr align="left">
<td class="tabletitle" height="19"><span class="smallfont">{$lang->items['LANG_SEARCH_SEARCHDATE']}</span></td>
denke mal solltest ma versuchen die value="1" bzw value="0" grad zu vertauschen:
<td class="tablea" height="78"><span class="smallfont">
<input type="radio" name="topiconly" id="radio3" value="1" checked="checked" /><label for="radio3"> {$lang->items['LANG_SEARCH_CONTENT_POST']}</label><br />
<input type="radio" name="topiconly" id="radio4" value="0" /><label for="radio4"> {$lang->items['LANG_SEARCH_CONTENT_TOPIC']}</label>
</span></td>
<td class="tablea" height="78"><span class="smallfont">
<input type="radio" name="showposts" id="radio5" value="0" /><label for="radio5"> {$lang->items['LANG_SEARCH_SHOWPOSTS']}</label><br />
<input type="radio" name="showposts" id="radio6" value="1" checked="checked" /><label for="radio6"> {$lang->items['LANG_SEARCH_SHOWTHREADS']}</label>
</span></td>
</tr>
<tr align="left">
<td class="tabletitle" height="19"><span class="smallfont">{$lang->items['LANG_SEARCH_SEARCHDATE']}</span></td>
HUIUIUI, hab grad gesehen geht ja ums 2.3 hab ein 2.1 aber sollte in der richtung gehen...
sichere halt mal deine template ab und versuch mal.. also nicht meinen text kopieren, sondern bei dir suchen und austauschen
hoffe es bringt was, einen versuch wars wert,
liebe grüße, Dae
pharaoo
hallo, sorry aber in der 2.3.x version sieht die search.htm etwas anders aus, finde diesen abschnitt nicht