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 |
#352
|
|||
|
|||
I have a Problem The search popup open when loading the startpage
|
#353
|
|||
|
|||
Hi guys, i noticed that from technical point of view it's working, but the search it self isn't hat good. Very often the live seach doesn't find the keyword, but when i try the old style search, i get some results.
Thats my config in backend, with forum id's: News|51 Allgemein|30,31 Multiplayer|32,33,34 Bugs und Probleme|40,41 Client und Serverkonfiguration|37,38 Sonstige Themen|35,49,47 Themen zum Portal|36,46 Looks ok so far. But i dont know, why it's not working correctly. Anyone here who can help ? |
#354
|
||||
|
||||
I think I'm missing something. I've uploaded the files, installed the xml and nothing has changed on the forum. I checked the lsa template and it already had those divs.
|
#355
|
|||
|
|||
What about russian version?
|
#356
|
|||
|
|||
Any possibility to get this working on vB 4.1.11?
Best regards, Bryan |
#357
|
|||
|
|||
How do you make the POPUP WINDOW position on the left ?
It popup's in the centre of the screen and over the text input button? try the search here: http://www.digitalworldz.co.uk Cheers. Mick |
#358
|
|||
|
|||
Quote:
|
#359
|
|||
|
|||
this is for the addon - https://vborg.vbsupport.ru/showthread.php?t=204517
Im trying to make the pop up box when you search something fixed (scroll with my page) since my search is in a fixed navbar the way i have it set up looks good and all, but it will not scroll with my navbar for anything! i have tried rapping countless tables and divs with Code:
style="position: fixed;" i even got so fed up with it i try'd looking up other methods to go about doing this, but again to no avail. =( as you can see it searches just fine: yet when i scroll it stays where ever it was loaded, i want it to follow my nav bar in the same position it loaded in SS 1: any help would greatly be appreciated =) |
#360
|
|||
|
|||
I forgot to add i inspected the source in firefox, and i was seeing a postition:absolute in the source for the search popup. i couldnt find this absolute anywhere no matter how hard i looked. so i figured it was in the .js even though i saw nothing to do with position or absolute, but js is not my strong suit. although i did solve this issue by using
Code:
#lsa_window_menu{ position: fixed !important; top: 50px !important; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|