PDA

View Full Version : Search titles only


Jase2
03-05-2008, 09:02 PM
I've seen on a few forums that on top of the search drop down, you can tick "Search titles only" ... anyone know how to do this and where to add?

Thanks!

Regards Jason :)

MoT3rror
03-05-2008, 09:07 PM
When you are at search.php (https://vborg.vbsupport.ru/search.php), below the keywords you can choose to search by title.

Jase2
03-05-2008, 09:10 PM
Yes, I know that. But, I mean to tick the box 'search titles only' under the search drop down menu. TheAdminZone have this.

Regards Jason :)

MoT3rror
03-05-2008, 10:42 PM
<select name="titleonly">
<option value="0" $titleonlyselected[0]>$vbphrase[search_entire_posts]</option>
<option value="1" $titleonlyselected[1]>$vbphrase[search_titles_only]</option>
</select>