Search drop-down has "Search just titles" also.
This modification is in the archives.
This template change will make the search drop-down menu on your forum have 2 boxes. One to search all posts (the current one), and one to search just thread titles.
Installation: Open template 'navbar'. Search for: HTML Code:
<form action="search.php" method="post">
HTML Code:
$vbphrase[post]:<br> <input type="hidden" name="do" value="process" /> <input type="hidden" name="showposts" value="0" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="text" class="bginput" name="query" size="20" />$gobutton<br /> </form> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="search.php" method="post"> $vbphrase[title]:<br> <input type="hidden" name="titleonly" value="1" /> Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Mini Mods Add "Search titles only" check box to search popup menu | vBulletin 3.6 Add-ons |
For "Save Search Preferences", store all attributes EXCEPT 'search type'. | vBulletin 3.5 Template Modifications |