View Full Version : Mini Mods - Advanced Quick Search
Andreas
11-06-2010, 10:00 PM
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!
This looks like a nice mod. I'll test it out later, ;)
Thanks for the mod.
sticky
11-08-2010, 07:34 AM
Finally, don't know why they don't have this by default. Makes things much faster as the advanced search is convoluted, switching from single content type, etc.
abunaji
11-09-2010, 12:04 AM
I needed this. Thanks
Lynne
11-09-2010, 12:17 AM
Tagged. Nice, Andreas!
BadgerDog
11-09-2010, 01:04 PM
I'm a bit fuzzy on the install .... :confused:
I imported the XML file, but nothing shows ....
Do I need to do the manual template edits too?
Thanks ... :)
Regards,
Badger
djbaxter
11-09-2010, 01:13 PM
I imported the XML file, but nothing shows ....
Do I need to do the manual template edits too?
Yes you do.
BadgerDog
11-09-2010, 01:15 PM
Understood ...
Installed on 4.04 and working fine ...
Thanks ... :)
Regards,
Badger
COL NIL SATIS
11-09-2010, 01:49 PM
tagged..
treysoucie
11-09-2010, 04:48 PM
screwed up something, once installed then up inserted the first piece of code into the vbulletin chrome css i could not use my "search in templates" via admin cp anymore to find the second bit of code to modify the following template. it gave me an access error stating i didnt have permision to view. :(
uninstalled
4.0.7
skinbox brave template
sticky
12-02-2010, 09:12 AM
Great mod :)
Would it be possible to add show threads by this user has posted in?
BadgerDog
12-03-2010, 10:18 AM
So, if I un-install this, besides removing the XML file, I also need to put back the original template edit to the default state and value it was prior to over writing the single line in that template?
Thanks .. :)
Regards,
Doug
LOGECT
12-05-2010, 08:46 AM
Thank you so much : )
Working fine with vb 4.1.0
Breixo
12-22-2010, 07:59 PM
Great! Working on 4.1.0
Blooded
12-23-2010, 01:01 AM
Great mod, shame for the template edit, i hate doing template edits :(
ALBCODERS
12-27-2010, 09:55 PM
perfect ;) Installed.
Hippy
12-27-2010, 10:20 PM
thanks for the great mod ..
I have a question ..
when the windows pops down.. is there and way to make the width shorter ?
thanks again for your efforts
traen
01-30-2011, 05:52 PM
Has anyone tried this with 4.1.1?
doopz
03-08-2011, 08:17 AM
How difficult would it be to add an option to search for only articles (CMS) ?
Zweeper
04-12-2011, 08:01 AM
working with 4.3.! thanks for that!
one question, is it possible to change the quick search in a manner that you ALWAYS just search for thread titles? without any drop down menu? would be greate if someone could help me with that
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
<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..
<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
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
Anybody got this mod working with VB 4.2?
I really liked that you could easily search only titles.
Sure does
Katoona
07-05-2012, 09:07 AM
How did you pull that off?
In my 4.2 installation I don't get the popup.
Hippy
07-05-2012, 09:13 AM
did you add the code to the correct place for the template edit
the directions are in
templateedits-advquicksearch.txt with in the archive you downloaded
Katoona
07-05-2012, 09:12 PM
Yes, I have added it in the correct place. It was working perfectly, and it stopped working after installing 4.2, and I threrefore followed the instructions once more, but nothing.
RTWAP
10-03-2012, 06:37 AM
Works perfectly on 4.0.7
Mecho
11-06-2012, 11:07 AM
Any luck to have something like this for 3.8.X ?
Thanks
Katoona
05-09-2013, 11:33 AM
This mod does not work togheter with DragonByte Tech: vBNavTabs (Pro) (vB 4.2.0+) mod.
Has anyone been able to get them to work togheter?
sub_ubi
07-11-2013, 06:25 PM
works great on 4.2, thank you
Kyo-dono
09-07-2013, 12:03 PM
For me its not working in 4.2.1. :(
john7911
10-26-2013, 12:49 PM
Thank you :)
Mikelito
06-26-2014, 03:48 PM
Hi, I have this:
<!-- search form -->
<form action="search.php?{vb:raw session.sessionurl}do=process" method="post">
<vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="process" />
<div class="searchBoxInput">
<input class="searchinput" type="text" name="query" tabindex="1004" value="Cerca..." onfocus="if (this.value == 'Cerca...') this.value = '';" onblur="if (this.value == '') this.value = 'Cerca...';" />
</div>
<div class="searchButton">
<input type="image" src="{vb:stylevar imgdir_themedir}/searchButton.png" value="Search" alt="Submit" />
</div>
</form>
<!-- / search form -->
How to edit?
dorans
02-15-2015, 03:37 PM
This mod does not work togheter with DragonByte Tech: vBNavTabs (LITE) (vB 4.2.0+) mod.
Has anyone been able to get them to work togheter?
Bump?
dorans
02-16-2015, 05:57 PM
Hook vbnavtabs
Switch Templates template_render_output off
If this is off then works quck advanced search.
How bad is it if it is turned off? Does anyone know?
ozzy47
02-16-2015, 06:36 PM
The mod basically won't work with that switched off.
dorans
02-16-2015, 07:38 PM
But doing? That's why I ask.
ozzy47
02-16-2015, 07:41 PM
If you disable that plugin, the NavTabs mod will not work. That hook is for using the template needed by the mod.
dorans
02-16-2015, 08:11 PM
Check better. In many ways, it's like as in the picture. Both modules work.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.