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 |
#322
|
|||
|
|||
crap, no popup box is coming on insert your install code into header, only shows on integrate on navbar...
|
#323
|
|||
|
|||
one of the best tools in Version 3.8 of course I was.!
It works on version 4? Please see the new version updates |
#324
|
||||
|
||||
It still on a developing stage...
|
#325
|
|||
|
|||
Installed ... thank you ...
However, when I clicke on the words "Live Search", all I get is the word "loading ..." in its place ... Nothing else happens? If I type in the same search box some piece of text to search for, it simply uses the standard vBulletin search screen? Any help would be appreciated... :up: Regards, Badger By the way ... This is from my Navbar Quote:
|
#326
|
|||
|
|||
Hi everybody. Will there be an update for 4.0.x ? Thanks for answering
|
#327
|
|||
|
|||
Anyone able to help us with the question two posts above?
Thanks ... Regards, Badger |
#328
|
|||
|
|||
This addon is very good and I need it for VB4 too
|
#329
|
|||
|
|||
Uninstalled .... no support ...
Thanks anyway ... Regards, Badger |
#330
|
||||
|
||||
Tomorrow i release version for vb4 (left to translate in english).
BadgerDog, you need add id="lsa_input" into <input type="text" class="bginput" name="query" size="25" tabindex="1001" /> |
#331
|
|||
|
|||
Quote:
I had done that already.... This is from my Navbar Quote:
Still get the small "loading ..." message in the "serach box" but nothing else happens. If anyone types in the box, the standard vBulletin search routine happens. Regards, Badger |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|