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 |
#262
|
||||
|
||||
A pop-up window positioned independently from the place of input text.
|
#263
|
|||
|
|||
Hi, i just discovered your hack and downloaded v3.0 but the Install notes don't appear to be in English like in v2.3.1 ?
|
#264
|
||||
|
||||
Yes, you right. Reuploaded.
|
#265
|
|||
|
|||
thank you.
can you explain what you mean by "If you alrady have opened search field, do following." is that meant only for your upgrades or do you mean it to be an edit required for ALL installations of your mod in the vB Search Template? eg. search_forums, search_results, search_results_postbit, search_results_postbit_lastvisit |
#266
|
|||
|
|||
I'm using Live Search 2.2.3 and i've enabled the search form ( $lsaform )
Is it possible to make it a live search as well? |
#267
|
||||
|
||||
What you mean, upgrade to last version?
|
#268
|
|||
|
|||
Dont run this...
Just open plugin and remove // from the begining |
#269
|
||||
|
||||
Thanks for the hack, just found it and testing it.
It seems to be missing something. Attachment 101774 I imagine there should be Sort By text there at the bottom and search again, but there aren't. |
#270
|
||||
|
||||
Yes, you right, was bug. Fixed in version 3.0.1.
|
#271
|
||||
|
||||
Thanks for the update. But it seems the same to me.
I guess here is where "Sort by" text should be: Code:
<fieldset class="fieldset"> <legend> $vbphrase[lsa_sort] </legend> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|