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 |
#172
|
|||
|
|||
Thanks for the update
|
#173
|
|||
|
|||
awesome mod thanks.
|
#174
|
|||
|
|||
Hmm..the 3.7 version worked perfectly, the 3.8 version work perfectly in Firefox, but like some others I can't get it to display in IE. Anyone found a fix for that?
|
#175
|
||||
|
||||
Please, show me site where hack isn't work in ie.
|
#176
|
|||
|
|||
Glad this mod is being developed even more.
I tried to install and seemed to work properly. A couple of bugs yet that keep me from installing and keeping live,... 1 - InternetExplorer6 - get a scripting error prompted by the browser in the status bar, I cannot capture the error, but it implies a syntax error on every page. (as a note, I use IE7 at home, but I can only use IE6 at work) 2 - It does not appear that changing the popup width in acp causes the box to change width, stays the same size.( using same IE6 browser of course) 3 - I have vb forum, vb blog, and vb project tools,... and popup in integrated search shows up under vbprojecttools in search nav... ie,... Nav Dropdown Search Order: 1 - Search forums 2 - Search project tools 3 - Search Blogs But when I type in a search word, and the popup shows up inside dropdown, it is in this order,... Nav Dropdown Search Order: 1 - Search forums 2 - Search project tools --- Live Search popup box 3 - Search Blogs I really like this mod and cant wait till it is tweaked just a tad bit more. Thanks |
#177
|
||||
|
||||
Oh, fu*kin ie! Ok, i'll look what can i do...
|
#178
|
|||
|
|||
Theres hope for me yet!
I did disable a lot of the mods I had installed, but still had no joy getting this to work in IE. |
#179
|
||||
|
||||
I don't understand, i check latest version on my couple forums with different browsers (incl. ie-6-7-8) and all works.
|
#180
|
||||
|
||||
The latest version isn't working with IE.
Mad@Max. Could you add 1 more feature into it. Search by threadid |
#181
|
||||
|
||||
What do you mean.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|