![]() |
Navbar Search Form/Input Box with Advanced Options Dropdown
This is a quick template mod that roughly emulates the search box here at vB.org, without the forum select dropdown.
I saw a few mods somewhat like it but none with the input box, and like many people here once vB.org released the new skin, I had to have the search box. So after a bit of coding and hacking around, here's the way I did it. Time to Install: 2 Minutes Difficulty: Easy Template Mods: 1 Demo: http://www.sevenstring.org Login: guest/guest (unregistered search is disabled) AdminCP -> Style Manager -> Edit Templates -> navbar Find: Code:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> Code:
<!-- Search Box --> Simply comment out the search text, like so. I'm sure there's a better way to accomplish this, but that's how I pull it off on my site. Any input appreciated. Code:
<!-- $vbphrase[search] --> Screenshot on default style: http://www.sevenstring.org/chris/vbm...h_template.jpg And on my own: http://www.sevenstring.org/chris/vbm..._template2.jpg Update 1.01 I've changed this to be a bit more useful, as it will now submit the query itself to search.php. I had it setup differently, but I think more people would prefer it this way. If you've already installed, just replace the template code. Update for 3.7 RC4 or Gold for security token Add the colored code: Code:
<!-- Search Box --> |
Thanks, working on my board.
Question though! Instructions for removing the old Search link from the navbar? Every time I try it removes the drop down arrow from your hack. |
Hm, I haven't looked into that because I prefer to keep the old link as well. I'll take a peek at it tomorrow and see what I can come up with, if someone else doesn't get it first. :)
Edit: Actually, though probably not the cleanest way to do it, just comment out the existing search text. Code:
<!-- $vbphrase[search] --> |
Excellent! Installed and waiting for a way to rid myself completely of the Search link while maintaining the arrow.
|
The dropdown doesnt work :(
|
In which browser? I've tested it in IE, FF, Maxthon and Opera.
|
Updated this to submit the full query (see first post).
|
The search box works just fine... but the dropdown arrow isn't working. :(
One change i'd like to suggest tho... Instead of: Code:
<!-- Search Box --> Code:
<!-- Search Box --> |
What does this change in code do?
|
In case you ever move your forums, or whatever... it uses a variable to get the url of the search page instead of hard coding... just better coding, that's all.
Code:
<form action="$vboptions[bburl]/search.php" method="post"> |
In order to accept POST request originating from this domain, the admin must add this domain to the whitelist.
I get the above. |
Did you strip the original search, or just remove the phrase?
|
If you are running 3.7 RC4 or above, you will need to add the following colored code:
Code:
<!-- Search Box --> |
Thanks Chris, nice mod.
Installed! :) |
Anyone know how to add the pre-search wording in the field? Such as the blank search area would say "Search...." and when someone clicks in the field it erases so they can type in what they want to search for?
:) |
All times are GMT. The time now is 04:59 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:
|