The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[YUI] Live Search Details »» | |||||||||||||||||||||||||||||||||
Features:
Known Issues Double click in search field - still not fixed. Installation: Upload all files from folder upload to forum folder. Import product. Upgrade Uninstall the old version, delete files (if you has use it) and install new version. If you already have opened search field, do following. Search field look like this: HTML Code:
<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]" /> <input type="text" class="bginput" name="query" size="25" tabindex="1001" /> <input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /> </form> HTML Code:
<div id="lsa_window">
HTML Code:
</div>
For this in tag <input type="text" /> add id="lsa_input" As a result, you should get some of this code: HTML Code:
<form action="search.php?do=process" method="post"> <div id="lsa_window"> <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]" /> <input type="text" id="lsa_input" class="bginput" name="query" size="25" tabindex="1001" /> <input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /> </div> </form> Open the template lsa_script and edit the line var lsa = new AJAX_LiveSearch_Prepare("lsa", "lsa_input", "lsa_window"); where the arguments of the class: lsa - variable name initialize class js lsa_input - search field id lsa_window - pop-up window id Thus, changing the arguments of the class AJAX_LiveSearch_Prepare, you can not edit the search field. Live DEMO: http://mixplay.ru/ (user: test, pass: 123456) Live video: http://www.youtube.com/watch?v=t_16fk5VGYw PS Some function writed by ChangUonDyU If you like this mod - Click Install it Download Now
Screenshots
Show Your Support
|
Comments |
#222
|
||||
|
||||
1. IE... this is not a browser, this is a big problem for all! I'm test this hack on all available for me browsers, and problems only with IE.
Now i have new version, with new feature - loading results window not happen until you don't click on search field. But this feature not work fully with IE. 2. This reparable 3. Hm, will I return to a direct indication of the path. |
#223
|
|||
|
|||
Hello max..
I conver my db to utf8 and now the searches looks like case sensitivity in multilang.. any suggestion? |
#224
|
||||
|
||||
Search or highlight?
|
#225
|
||||
|
||||
Quote:
How do you do that bro? may i have a copy? hehe |
#226
|
|||
|
|||
|
#227
|
|||
|
|||
Max,
I'm having an issue of placing the pop up window where I want it to be. How do I place it below the navbar? What do I have to do? |
#228
|
||||
|
||||
You mean placing of search field?
|
#229
|
|||
|
|||
yes. I'd like to have it where carcomp has it.
http://www.quad4forums.com You see how it creates a popup and pushes everything down below it instead of the box floating above everything. How can I do this? |
#230
|
||||
|
||||
Something like:
HTML Code:
style="position: absolute; top: 100px; right: 50px;" |
#231
|
|||
|
|||
Where am I adding that?
And how do I add this: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|