The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[AJAX] Live Search Details »» | |||||||||||||||||||||||||
This is mod rewrite of that: https://vborg.vbsupport.ru/showthread.php?t=154694
Version 1.6 Continue (v2.0) of this mod is here: https://vborg.vbsupport.ru/showthread.php?t=204517 I'm added few functions:
Installation: Import product Upgrade Uninstall the old version, delete files (if you has use it) and install new version. Live DEMO: http://mixplay.ru/ Live video: http://ru.youtube.com/watch?v=qDWQ7vz5vts PS Some function writed by ChangUonDyU Spanish translation v1.6 If you like this mod - Click Install it Show Your Support
|
Comments |
#252
|
|||
|
|||
Hi buddys...could someone help me get the searchbox into this .gif i?ve attached?
I?m using this code. But how can I put the box into that .gif? Thx!! Code:
<form action="search.php?do=process" method="post"> <div id="tb-searchdiv"> <div id="tb-searchbox"><input type="text" id="search_input" name="query" tabindex="1001" maxlength="128" value="$vbphrase[search_forums]" onfocus="if(this.value=='$vbphrase[search_forums]')this.value='';" onblur="if(this.value=='$vbphrase[search_forums]')this.value='';" onkeyup="showHint(this.value)" /></div> <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]" /> </div> </form> Code:
CSS line #searchbox { float:left; background: url(searchbox.gif); width:201px; height:17px; margin:0; padding:3px; } |
#253
|
||||
|
||||
Look in source on my site (samforum.ws):
html code between <!-- SearchBox --><!-- /SearchBox --> css code Code:
#tb-searchdiv{float:right;padding:8px 5px 0 0;text-align:center;line-height:13px;cursor:default}#tb-searchdiv a{color:#000;font-size:11px;text-decoration:none;cursor:pointer}#tb-searchbox{padding:4px 11px 11px 22px;width:119px;background:url(images/as4/global/toolbar_searchbox.png) no-repeat;text-align:left;height:14px}#tb-searchbox input{border:0;padding:0;width:119px;background:#fff;color:#000;font:12px/12px 'Lucida Grande',Verdana,sans-serif;height:14px;outline:none;cursor:text} |
#254
|
|||
|
|||
thx bro for the fast and competent support!
|
#255
|
||||
|
||||
has anyone got this demoed on a english forum please?
|
#256
|
|||
|
|||
Great addon!! Ive gotten most of the fixes done myself, theres just one last one i cant figure out...
http://img255.imageshack.us/my.php?i...20553pmbx8.png Theres a little overhang on each search result and also when you hover over, but when you hover then move off, it disappears. Any suggestions? |
#257
|
|||
|
|||
The results are displayed in increasing order of time. that means the oldest result is on top.
Which queries inside the code that we change to rearrange them in decreasing order. |
#258
|
|||
|
|||
Quote:
I had the same problem; I do my development in Firefox. It took me several hours of work to find a solution. Firefox handles padding differently than Internet Explorer, apparently. See http://www.ozzu.com/website-design-f...la-t24024.html Within the Live Search Templates group, in the lsa_main template, look for Code:
<div id="search_results" style="padding: $stylevar[cellpadding]px; width: $vboptions[lsa_width]; height: $vboptions[lsa_height]; overflow: auto;"> I haven't yet checked the results in Internet Explorer, but I solved the problem in Firefox by hardcoding the width in this snippet of code to a value that's equal to the desired width of the popup window minus the amount of the left and right padding. That will get you close, anyway. I actually had to make the popup window slightly narrower than I calculated it should be (I don't know why that was necessary), but eventually found a width value that resolved the problem. See attachment (116KB), which shows the results of a lot of tweaking I did to the code. Thanks, mad@Max, for making this mod available. |
#259
|
||||
|
||||
doesn't work with special characters (vietnamese)
|
#260
|
||||
|
||||
Does it work with Ä,Ö,Ü,ß (german Characters)?
|
#261
|
|||
|
|||
New version wouldn't work for me..I had to reinstall the older version. It just gives me a black box with no results.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|