Search Title Only in search drop-down
This modification is in the archives.
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 ! You will get an email when a new version is released. Download
This modification is archived, downloads are still allowed. Supporters / CoAuthors
Screenshots |
Similar Mods
Member Search on Search Drop Down | vBulletin 3.6 Template Modifications |
Google FREE (Non Adsense) Search in Search Drop Down | vBulletin 3.5 Template Modifications |
Search drop-down has "Search just titles" also. | vBulletin 3.5 Template Modifications |
Boolean Search in Search Drop-Down Menu Option in Navbar | vBulletin 3.5 Template Modifications |