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 |
#182
|
||||
|
||||
![]()
Version 2.2.3
Fixed bug with highlighting into highlight tag ![]() |
#183
|
|||
|
|||
![]()
not work in vbadvanced search
|
#184
|
||||
|
||||
![]()
With which folder placed forum and vba?
|
#185
|
||||
|
||||
![]()
??? Is this mean, no compatibility with mysqli
Quote:
|
#186
|
||||
|
||||
![]()
Hmm. Try in plugin Live Search AJAX find query_read and replace with query_read_slave.
If it not help try in plugin Live Search AJAX find $vbulletin->db and replace with $db. |
#187
|
||||
|
||||
![]()
very nice, bro! I click Installed
![]() ЗачОт! )) |
#188
|
|||
|
|||
![]()
<a href="http://www.externalaw.com" target="_blank">www.externalaw.com</a> how can i space it more to the right and make it bigger, like a big huge cute search box
|
#189
|
||||
|
||||
![]()
Neither changing query_read into query_read_slave nor replacing all $vbulletin->db with $db gives effect, still
Quote:
|
#190
|
||||
|
||||
![]()
I have localized the error.
It is Lines 114 and 115 of Live Search AJAX $lsuname = $results['username']; $lsuid = $results['userid']; I commented it and now the name of thread starter is not shown in search results, but it works. Seems something or some other plugin conficts with this one and makes immpossible to generate the username and userid. |
#191
|
||||
|
||||
![]()
Oh, you right, this variables not using.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|