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 |
#132
|
||||
|
||||
For every word?
|
#133
|
|||
|
|||
for sub domains and this : (70-270 search
|
#134
|
|||
|
|||
If I just use the normal
$lsaform It works fine...Below is how I have it coded to be in the spot where I'd like it to be. Do you know how I would get the varible about to show correctly in the code below? Seems like the <td> tags are getting it not to work properly for me. Code:
<td class="alt1"> $lsaform </td> This is where the code above place it and where I would like it to stay: |
#135
|
|||
|
|||
hello and thanks ..
but button hidden or removed! |
#136
|
|||
|
|||
which search template should i edit?
|
#137
|
||||
|
||||
fukdawrld, in template navbar before:
HTML Code:
<if condition="$show['member']"> <td class="alt2" nowrap="nowrap"> <div class="smallfont"> <strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong><br /> HTML Code:
<td class="alt1" align="center" nowrap="nowrap"> $lsaform </td> |
#138
|
|||
|
|||
Thanks Max but that didn't change me having to double click for it to bring up the box..Still no luck in IE either. How do I change the "live search" in the box?
|
#139
|
|||
|
|||
which template should il edit?
|
#140
|
||||
|
||||
Version 2.1.3
Added link on latest post in threat, added sort by forum. Code cleaning. fukdawrld, edit phrase $vbphrase[live_search]. itsheinz, what do you mean? |
#141
|
|||
|
|||
i already istalled th xml file and what to do next
what do you mean by this: Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|