The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||||||||||
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 |
#122
|
||||
|
||||
![]()
dvbusuario, i need your site, for check the issue.
Stoebi, i'm not test live search with standard dropdown search. |
#123
|
|||
|
|||
![]()
It is not needed, because you can check it for yourself
![]() With the Standard-Style and IE7/IE8 your hack is not working: http://mixplay.ru/forum.php?styleid=1 With this style (Aqua-Soft v4) and IE7/IE8 your hack is fine working: http://mixplay.ru/forum.php?styleid=4 Hm, but where are the differents? Edit: Okay, you have PM. Thanks for yout time ![]() Regards, Stoebi |
#124
|
|||
|
|||
![]()
I have just add $lsaform with some html+css for style.
|
#125
|
|||
|
|||
![]()
Mine also still shows no results in the pop up or IE with the new versions.
![]() |
#126
|
||||
|
||||
![]()
Version 2.1.1
For those who want integrate Live Search into standard search form (drop-down menu), i made this feature via option. |
#127
|
|||
|
|||
![]()
*ggg* mad@Max, live forum is 98% working fine with all styles. But i can't set up any options within the box.
![]() $lsaform is not working with IE7/IE8 -> http://mixplay.ru/forum.php?styleid=1 On localhost it is not working with IE7/IE8, Chrome, FF, Opera and the Standard-Style, most of the time I'm using. But with the other styles, I've installed on localhost, hack is fine working. *lol* It is not important, but do you have an idea, why? And thank you very much again ![]() Please fix the line 481 in product-lsearch_2.1.1 Eng.xml. Replace </phrases> with Code:
</phrasetype> </phrases> Stoebi |
#128
|
||||
|
||||
![]()
Reuploaded.
For me, hack fork fine on 4 different style. |
#129
|
||||
|
||||
![]()
Version 2.1.2
Fixed some security issue. And now must work with all languages ![]() |
#130
|
|||
|
|||
![]()
(for people that upgrade and still dont work REVERT TEMPLATES :P )
|
#131
|
|||
|
|||
![]()
hello
does not work in forums.domain.com and Warning: preg_replace() [function.preg-replace]: Compilation failed: missing ) at offset 9 in [path]/ajax.php(69) : eval()'d code on line 2341 results for (70-270 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|