vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Advanced Quick Search (https://vborg.vbsupport.ru/showthread.php?t=253313)

Hippy 04-12-2011 07:26 PM

you can have it default to search for thread titles but you will still have the drop window..
even remove the option to Show Results as Posts
if you like

you edited your navbar template to this
Code:

<span class="textboxcontainer popupmenu">
                                <span class="popupctrl"><input type="text" value="" name="query" class="textbox" tabindex="99"/></span>
                                <ul id="navbar_search_options" class="popupbody popuphover">
                                        <li>
                                                <label for="cb_navsearch_titleonly"><input id="cb_navsearch_titleonly" checked="checked" type="checkbox" name="titleonly" value="1" /> {vb:rawphrase search_titles_only}</label>
                                        </li>
                                        <li>
                                                <label for="cb_navsearch_showposts"><input id="cb_navsearch_showposts" type="checkbox" name="showposts" value="1" /> {vb:rawphrase show_results_as_posts}</label>
                                        </li>
                                </ul>
                        </span>

so change that code to this so the search for thread titles is check by default..



Code:

<span class="textboxcontainer popupmenu">
                                <span class="popupctrl"><input type="text" value="" name="query" class="textbox" tabindex="99"/></span>
                                <ul id="navbar_search_options" class="popupbody popuphover">
                                        <li>
                                                <label for="cb_navsearch_titleonly"><input id="cb_navsearch_titleonly" checked="checked" type="checkbox" name="titleonly" value="1" /> {vb:rawphrase search_titles_only}</label>
                                        </li>
                                        <li>
                                                <label for="cb_navsearch_showposts"><input id="cb_navsearch_showposts" type="checkbox" name="showposts" value="1" /> {vb:rawphrase show_results_as_posts}</label>
                                        </li>
                                </ul>
                        </span>

hope it helps

Zweeper 04-12-2011 08:50 PM

cheers for that

rajubd 04-12-2011 11:47 PM

add Google search also ...

grey_goose 07-15-2011 03:51 PM

Awesome mod, ty.

Scalemotorcars 08-24-2011 12:55 PM

Followed all directions with edits and it doesn't work on 4.1.4

For some reason the popup wouldn't show.

Uninstalled.

Kyo-dono 10-17-2011 10:00 AM

Working this Addon in 4.1.7?

Hippy 10-17-2011 07:56 PM

Quote:

Originally Posted by Kyo-dono (Post 2258109)
Working this Addon in 4.1.7?

yes .. still working . no updated needed for vb4.1.7

tehbasmentdwell 12-18-2011 03:15 PM

Installed and working thanks!

Katoona 07-05-2012 08:40 AM

Anybody got this mod working with VB 4.2?

I really liked that you could easily search only titles.

Hippy 07-05-2012 08:52 AM

Quote:

Originally Posted by Katoona (Post 2345222)
Anybody got this mod working with VB 4.2?

I really liked that you could easily search only titles.

Sure does


All times are GMT. The time now is 03:22 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.01128 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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