Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
Advanced Quick Search Details »»
Advanced Quick Search
Version: 1.0.0, by Andreas Andreas is offline
Developer Last Online: Jan 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.8 Rating:
Released: 11-06-2010 Last Update: Never Installs: 84
Uses Plugins Template Edits
 
No support by the author.

This Add-on adds the options
  • Search Titles Only
  • Show Results as Posts

to the navbar quick search box.

Please Note
By default vBulletin searches all searchable content types when using the quick search box.
As the optin to show results as posts is only available for forum posts, the search method will implicitly be switched to searching forum posts only if this option is selected!

Download Now

File Type: zip advquicksearch_1-0-0.zip (3.0 KB, 675 views)

Screenshots

File Type: png advquicksearch.png (3.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
sadiq6210

Comments
  #22  
Old 04-12-2011, 07:26 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #23  
Old 04-12-2011, 08:50 PM
Zweeper Zweeper is offline
 
Join Date: Jan 2005
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cheers for that
Reply With Quote
  #24  
Old 04-12-2011, 11:47 PM
rajubd rajubd is offline
 
Join Date: Jun 2009
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

add Google search also ...
Reply With Quote
  #25  
Old 07-15-2011, 03:51 PM
grey_goose grey_goose is offline
 
Join Date: Jun 2009
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome mod, ty.
Reply With Quote
  #26  
Old 08-24-2011, 12:55 PM
Scalemotorcars's Avatar
Scalemotorcars Scalemotorcars is offline
 
Join Date: Mar 2006
Location: NC
Posts: 619
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

For some reason the popup wouldn't show.

Uninstalled.
Reply With Quote
  #27  
Old 10-17-2011, 10:00 AM
Kyo-dono Kyo-dono is offline
 
Join Date: Jun 2010
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working this Addon in 4.1.7?
Reply With Quote
  #28  
Old 10-17-2011, 07:56 PM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kyo-dono View Post
Working this Addon in 4.1.7?
yes .. still working . no updated needed for vb4.1.7
Reply With Quote
  #29  
Old 12-18-2011, 03:15 PM
tehbasmentdwell tehbasmentdwell is offline
 
Join Date: Jan 2011
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and working thanks!
Reply With Quote
  #30  
Old 07-05-2012, 08:40 AM
Katoona Katoona is offline
 
Join Date: Oct 2008
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anybody got this mod working with VB 4.2?

I really liked that you could easily search only titles.
Reply With Quote
  #31  
Old 07-05-2012, 08:52 AM
Hippy's Avatar
Hippy Hippy is offline
 
Join Date: Dec 2001
Location: USA, New Jersey
Posts: 2,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Katoona View Post
Anybody got this mod working with VB 4.2?

I really liked that you could easily search only titles.
Sure does
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:53 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.10756 seconds
  • Memory Usage 2,328KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete