The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Advanced Quick Search form like vBulletin.org Details »» | |||||||||||||||||||||||||||
Advanced Quick Search form like vBulletin.org
Developer Last Online: Nov 2023
1. This is a search form similar to what you see at this forum (screenshot above) that includes searching by forums, all posts, titles only with a quick menu. 2. It includes quick tag search as well, if you want. Just remove comments to enable it. 3. Under Search Options, you'll find Code:
My Posts My Threads New Posts Today's Posts Unanswered Threads Advanced Search 4. XHTML valid 5. It would be convenient and easiest if we simply place the code in Ad Location Templates -> ad_header_logo template (if you're not using it for ad purposes ofcourse and the spot is free) OR find this in header template:- Code:
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /> </if> and replace the code in red with the below code. HTML Code:
<if condition="$show['searchbuttons']"> <!-- header quick search form --> <form action="search.php?do=process" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="childforums" value="1" /> <input type="hidden" name="exactname" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <div><input type="text" name="query" size="30" style="font-size: 8pt;" /> <select name="forumchoice[]"> <option value="-1" selected="selected">All Forums</option> <option value="1">Forum1</option> <option value="2">Forum2</option> <option value="3">Forum3</option> </select> <select name="titleonly"> <option value="0" selected="selected">All Posts</option> <option value="1" >Titles Only</option> </select><input name="search" value="Search" type="submit" class="button" /><a href="search.php" accesskey="4" rel="nofollow" id="navbar_search1" class=""><img src="$stylevar[imgdir_misc]/menu_open.gif" alt="" title="Advanced Search" border="0" /></a> <script type="text/javascript"> vbmenu_register("navbar_search1",1); </script> </div> </form> <!-- <br /> <form action="tags.php" method="get"> <span id="tag_wrapper"><input type="text" id="tag_input" name="tag" size="25" style="font-size: 8pt" value="enter tag, and hit enter" onFocus="this.value=''" onBlur="this.value='enter tag, and hit enter'"/></span> </form> --> <div class="vbmenu_popup" id="navbar_search1_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr><td class="thead" align="left">Search Options</td></tr> <tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]" rel="nofollow">My Posts</a></td></tr> <tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]" rel="nofollow">My Threads</a></td></tr> <tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getnew" rel="nofollow">New Posts</a></td></tr> <tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=getdaily" rel="nofollow">Today's Posts</a></td></tr> <tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=process&replyless=1&replylimit=0&exclude=30&nocache=1" rel="nofollow">Unanswered Threads</a></td></tr> <tr><td class="vbmenu_option" align="left"><a href="search.php$session[sessionurl]" accesskey="4" rel="nofollow">Advanced Search</a></td></tr> </table> </div> <!-- / header quick search form --> </if> 6. To add searching within forums, simply find Forum1, Forum2 in the above code and replace them with your forum title and corresponding FORUM ID's in place of option values. Extras:- 1. To enable quick tag search:- Simply uncomment the second form after first instance of </form>. Ofcourse position it, style it as you like. 2. You would notice a Javascript effect in tag search form where there is no submit button and a hint text on focus and blur is placed. If you like, you can do the same for the first form Hope you find this useful. Please MARK AS INSTALLED if you use it. Source: http://tech6.com/f51/advanced-quick-...etin-org-t588/ Show Your Support
|
Comments |
#12
|
||||
|
||||
Quote:
you can put it inbetween the logo and the image at the right. I would suggest you to use just the quick text search (for members only), this is how i am doing at my site. check it out, you need to sign in to see. it looks good and is compact as well |
#13
|
|||
|
|||
Quote:
thank you installed |
#14
|
|||
|
|||
Yeah. I have customized styles. And I'm wondering where I might put this...
|
#15
|
||||
|
||||
Read post #11
|
#16
|
|||
|
|||
I have a question:
If i use this hack , can i filter threads by prefix? |
#17
|
||||
|
||||
Quote:
2. It would throw an invalid forum error when search made from index.php. You'll probably have to create *another* listbox containing all the forum list for workaround. 3. Though it would work great on forumdisplay.php BUT that page already has a prefix search, so... Overall, its pretty useless I think. Keeping the Quick Search form on header should be made as compact and small as possible, no need of adding complexity to it. Infact, I myself is using JUST a small input box for quick search. No forums list, no tag search, no dropdown menu, no titles/posts and not even the submit button lol |
#18
|
|||
|
|||
Hmm... If i understand u correctly, it's difficult to make a search by prefix (like this forum)
I'm not a coder, maybe u'll make new hack like this forum, to search in sub-forums by prefix? |
#19
|
||||
|
||||
Its not difficult, just a simple form needs to be added.
btw I don't see a Search by prefix in this forum, its a 3.7 feature, not 3.6. |
#20
|
|||
|
|||
Quote:
Why u didn't see? Look at the screenshot in attach, and u'll understand what i want |
#21
|
||||
|
||||
Its the MODS forum at vborg. Its totally custom.
Btw, if you want it that way on forumdisplay.php, then ITS A DEFAULT FEATURE of 3.7 Check on my site http://www.tech555.com/forum/f51-vbulletin/ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|