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 |
#332
|
||||
|
||||
Hello and thanks for the mod,
i need your help to make it work. i upload the file to my forum and i import the product xml. At settings i change the Integration into the standard search form (drop-down menu) to yes. When i open search dropdown menu into search say Live Search when i click inside to start write say Loading... i write somethnig but the result popup not open !!! can you help me on that? |
#333
|
||||
|
||||
Quote:
vBulletin 3.8.4 |
#334
|
||||
|
||||
Another problem,
i cannot search with Greek Characters (No Results) character_set: UTF-8 collation_database: utf8_general_ci HTML Character Set (From vBulletin Language): UTF-8 |
#335
|
||||
|
||||
Quote:
Quote:
Can You help me with UTF-8 |
#336
|
||||
|
||||
Quote:
Now the only problem are the Search with UTF-8. Thanks again mad@Max for that very good AddOn and for your Help. |
#337
|
|||
|
|||
I kinda got the same error.
I have a search in my navbar like the one here at vbulletin.org. Is there a chance to get the live-search working for that? |
#338
|
|||
|
|||
Ok, i am getting the same issue as alot of people, I did a clean install of the mod, uploaded the files, installed the product and added the following code to my header
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>
Code:
<a name="top"></a>
<table width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td class="logo">
<a href="$vboptions[forumhome].php$session[sessionurl_q]"></a><img src="$stylevar[titleimage]" align="left" border="0" alt="$vboptions[bbtitle]" />
</td>
</tr>
</table>
<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" class="bginput" name="query" size="25" tabindex="1001" />
<input type="submit" id="lsa_input" class="button" value="$vbphrase[go]" tabindex="1004" />
</div>
</form>
<!-- content table -->
$_phpinclude_output
$ad_location[ad_header_end]
|
#339
|
|||
|
|||
Has anyone gotten this to work with 3.8.5 cuz i am getting nothing no matter what i try.
|
#340
|
||||
|
||||
hi! fine hack thanks! but not work for me! works one time in defaoult skin! but another skin no!
|
#341
|
|||
|
|||
yea i have came to the conclusion this is not for people who don't know how to code within vBulletin. It took like 3 days for me to get this working and its still buggy. Defiantly needs some work. Hopefully it will get the bugs worked out and this could be one hell of a mod.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|