vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Mini Mods - Search Title Only in search drop-down (https://vborg.vbsupport.ru/showthread.php?t=123202)

Abe1 08-05-2006 10:00 PM

Search Title Only in search drop-down
 
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">
Place after:
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">
Place after:
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>
Place BEFORE:
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.

MaLTRaiN 08-09-2006 12:54 PM

Thanks! I'll install this this weekend...

ctrl-alt-del 08-11-2006 08:18 PM

Ooh...simple, but helpful. Thanks!

Moonkat 08-12-2006 05:44 PM

cool - thank you :)

johnstires 08-14-2006 02:47 AM

Sweet template change! Thanks!

pauloo 08-15-2006 09:00 AM

Fine !Thank you

MaLTRaiN 08-16-2006 01:53 AM

It doesn't work for me... I don't know why... :(

Acido 08-20-2006 11:08 AM

Installed. Very Usefull.:)

Any chance to use this code in forumdisplay?

Abe1 08-20-2006 12:29 PM

Quote:

Originally Posted by Acido
Installed. Very Usefull.:)

Any chance to use this code in forumdisplay?

Try adding it. I think it should work.

Acido 08-20-2006 01:26 PM

Quote:

Originally Posted by Abe1
Try adding it. I think it should work.

All perfect :)

I edit FORUMDISPLAY template.
Serch for:

HTML Code:

<td class="thead">$vbphrase[search_this_forum]<a name="goto_forumsearch"></a></td>
Then place after:

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 -->

Thank you Abe1!


All times are GMT. The time now is 02:31 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01402 seconds
  • Memory Usage 1,743KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete