![]() |
Advanced Quick Search form like vBulletin.org
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 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']"> 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/ |
thanks
reserved for future |
Any demo??
I'd like to see how this looks in a "normal" site... |
It looks exactly like you see here.
|
and it is very easy to install, simply copy and paste the code in your ad_header_logo template for a quick look.
|
i dont understand the tag point
can you please explain it more? |
Do you see a tag search form at yoursite.com/forum/tags.php
that is it. |
yes i know it
but my question how to include it in your search form?? thanks |
Then you probably didn't read the 1st point in extras.
Find this in code:- HTML Code:
<!-- <br /> HTML Code:
<br /> |
Quote:
Love the mod, just don't have a place to put it in my modded template :( |
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 |
Quote:
thank you :D installed |
Quote:
|
Quote:
|
I have a question:
If i use this hack , can i filter threads by prefix? |
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 |
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? |
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. |
Quote:
Why u didn't see? Look at the screenshot in attach, and u'll understand what i want :) |
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/ |
Hi fellows! let me introduce you my site its
Code:
http://maya-empire.com/m-e/forum.php Code:
<!-- logo --> Can someone help me configurating my header code please? but.....i was thinking it can be places into another templante right?? a table could be created beneath the line that has USER CP Help Chat Member List... i thik its called navbar can someone could create a template modification that im proposing? im not a coder i would like to help....but its an idea, maybe some coder havent thought of it.... i hope someone can make it.... |
Quote:
Thx for help! Can u paste here "template hack", how u insert filter in "header" on your site tech555.com ? |
Quote:
Display Options Above Threads - as seen on vbulletin.org |
Quote:
|
Did I understand correctly that this is a default feature of 3.7? I couldn't find any option to switch this on.
Quote:
|
Thanks for this mod but i dont understand how it works. I am probably being a bit dim but here goes..
Where the code is.. PHP Code:
What about subforums? I have several subforums with the same name but in different categories so i guess it will have to include the parent too. I cant see how this works as ive added the code on a test forum ive changed nothing in the code but it will still perform a search and retrieve results even though i dont have a forum called 'Forum1'. Hope you can help. {EDIT} Scrap all that, sorry chaps just read instruction 6 doh! |
Ok ive installed it and its Fantastic for my forum. Thanks.
There is one thing i dont like though.. If for example you selected a category from the drop down list but left the search area blank it will default to the advanced search paget. Would it not be possible for it to list the latest posts in the selected category instead? Now that for me would make this perfect. Cheers |
Very nice
Thanks |
Hi all....
I need your help... i want to allow a portion of the search option for groups 6 and 12 ... I try this, but it doesn't work... :( Code:
<if condition="$show['searchbuttons']"> thx in advance for your help... :up: |
It should be
HTML Code:
<if condition="is_member_of($vbulletin->userinfo, 6, 12)"> |
thx master... :up::D:up:
|
What do I put if I want to do
"All Forum" etc. I see value is -1 but what about of other sections of "All blahblah" etc? Will the numbers become like -2 -3 etc? Thanks mate INSTALLED! €dit: I can't see these! My Posts My Threads New Posts Today's Posts Unanswered Threads Advanced Search I have place this mod in my navbar template and replaced it with <br />. My CountUp mod was used to be there and now I have replaced that mod with this, I like the position but I want to see the options above. How can I make them visible? Thank you, TaMpE |
this is so cool i been waiting for somthing like this thank so much
INSTALLED!!!!! |
How do I allow my guests to openly search the forums without being taken to the search page and having to enter the CAPTCHA image.
Here is my site: www.SymbianGalaxy.org Try test out the search feature in the header as a guest and you should be taken to the search page asking you to verify the CAPTCHA image. When a user is logged in, they can use the search without having to be taken to the search page, so how do I allow this for the guests ? Any help would be great! Thanks, Trickfly |
admincp -> vbulletin options -> Human Verification Options -> Verify Guest Searches -> Set to NO
|
I'd like to put this under my navbar in the header. How do I do that? I have no $navbar in the header template.
|
Thanks for this. :up:
This really should be a default in the vb code or at least an option. Marked installed :D For anyone that want to see this under the navbar I simply flipped the buttons to the top and added a <div> with members only <if> Heres the link http://scalemotorcars.com/forum/index.php And a screenshot with it below. |
Quote:
Thanks |
Hi, I'm using the Video Directory hack along with VBAdvanced Dynamics as a file manager, which are all integrated with VB and have their own search functions. I would like to integrate those features using this hack so users can search my forums, blogs, video directory, and file database using one form. Is this possible, and if so, can someone explain to me how to do it? Thanks.
|
I get this when I try to put this in one of my "NOTICES" box.
Code:
Your submission could not be processed because a security token was invalid. |
All times are GMT. The time now is 05:03 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|