The Arcive of vBulletin Modifications Site. |
|
Search Title Only in search drop-down Details »»
|
|||||||||||||||||||||||||
Search Title only in search drop-down This template change will make the search drop-down menu on your forum have a check box option to search just titles. Installation: Open template 'navbar'. Search for: HTML Code:
<form action="search.php?do=process" method="post">
HTML Code:
<!-- Start Abe1 Search Title only in search drop-down --> <div><input type="checkbox" name="titleonly" value="1" /> $vbphrase[search_titles_only]</div> <!-- End Abe1 Search Title only in search drop-down --> Open template 'FORUMDISPLAY'. Search for THE FIRST: HTML Code:
<form action="search.php?do=process" method="post">
HTML Code:
<!-- Start Abe1 Search Title only in search drop-down --> <div class="smallfont"><input type="checkbox" name="titleonly" value="1" /> $vbphrase[search_titles_only]</div> <!-- End Abe1 Search Title only in search drop-down --> Search for: HTML Code:
<div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" accesskey="s" tabindex="1004" /></div> HTML Code:
<!-- Start Abe1 Search Title only in search drop-down --> <div class="smallfont"><input type="checkbox" name="titleonly" value="1" /> $vbphrase[search_titles_only]</div> <!-- End Abe1 Search Title only in search drop-down --> Please post your comments or suggestions for this hack. I read ALL posts. MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Thanks! I'll install this this weekend...
|
|
#3
|
|||
|
|||
|
Ooh...simple, but helpful. Thanks!
|
|
#4
|
|||
|
|||
|
cool - thank you
|
|
#5
|
|||
|
|||
|
Sweet template change! Thanks!
|
|
#6
|
|||
|
|||
|
Fine !Thank you
|
|
#7
|
|||
|
|||
|
It doesn't work for me... I don't know why...
|
|
#8
|
|||
|
|||
|
Installed. Very Usefull.
Any chance to use this code in forumdisplay? |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
|||
|
|||
|
Quote:
I edit FORUMDISPLAY template. Serch for: HTML Code:
<td class="thead">$vbphrase[search_this_forum]<a name="goto_forumsearch"></a></td> HTML Code:
<!-- Start Abe1 Search Title only in search drop-down --> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <input type="checkbox" name="titleonly" value="1" /> $vbphrase[search_titles_only] </td> <!-- End Abe1 Search Title only in search drop-down --> |
![]() |
|
|