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)

Andreas 11-06-2010 10:00 PM

Advanced Quick Search
 
1 Attachment(s)
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!

M@rc 11-08-2010 12:03 AM

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

Quote:

Originally Posted by BadgerDog (Post 2119854)
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
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

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:

Code:

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


All times are GMT. The time now is 05:51 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.01197 seconds
  • Memory Usage 1,799KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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