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 |
#22
|
||||
|
||||
Why doesn't the mod actually look like the one in the demo?
Do we need to customize the look ourselves? |
#23
|
||||
|
||||
What look do you mean?
|
#24
|
||||
|
||||
The Live Search field... It should look like:
But when I add "$lsaform", a very simple search form shows up... Shouldn't it come with some style, background image or something? |
#25
|
|||
|
|||
Quote:
Thanks |
#26
|
||||
|
||||
AcidX, this is css Hm, mb in next version i add this.
DjEddie, so, what your charset and collocation? |
#27
|
|||
|
|||
i have problem again with LANg Persian and no result search//
i put Code:
// $query = iconv('UTF-8', $stylevar['charset'], $query); |
#28
|
||||
|
||||
Version 2.0.1
Fixed work with non english language |
#29
|
|||
|
|||
Hello
i have problem yet! in CP live chat : Code:
Search in your own forums
Separate each option with a new-line. Separate title and forumids with |. Separate forum ids with commas
example:
Oder1 title|1,2,5
Oder2 title|21,15,7
Oder3 title|14
Code:
���������1|1,2,5 ���������2|21,15,7 ���������3|14 |
#30
|
||||
|
||||
I just forgot translate this setting. Reuploaded.
|
#31
|
|||
|
|||
Can someone please show/guide how to put the search field on the navbar with this ? Thanks.
Also, how can we make it searching with UTF language? Also, how can we make it search throughout the entire board? Also, will this hack search or work for blog? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|