Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Mods for 3.7.x vBulletin Mods for 3.7, vBulletin hacks, vBulletin modification, vBulletin 3.7

Mods for 3.7.x Thread, [AJAX] Live Search in Mods; [AJAX] Live Search Version 1.3 I'm added few functions: search only, if typed >= 3 symbols; header to window with ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3918


Reply
LinkBack Thread Tools Display Modes
[AJAX] Live Search
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
30-09-2008, 03:22 PM
 
[AJAX] Live Search

Version 1.3

I'm added few functions:
  • search only, if typed >= 3 symbols;
  • header to window with button close;
  • message about no result;
  • limit number of threads;
  • highlight words in result
  • trim title of thread, if it large

Installation:
Upload all files from folder "upload" in root directory of your forum.
Import product
If you use vbadvanced, open vbulletin_ajax_live_search.js and add your forum path in var hurl="", like var hurl="http://your_site.com/forum/"
If you dont have opened search field, add this code where you prefer:
HTML Code:
PHP 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[live_search]" onfocus="if(this.value=='$vbphrase[live_search]')this.value='';" onblur="if(this.value=='$vbphrase[live_search]')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>

If you already have this form, find <input type="text" ... /> and after type="text" add id="search_input" onkeyup="showHint(this.value)"

Tuning:
For change position window and him style open template lsearch.
Edit this string:
HTML Code:
<div id="result_cont" class="alt2 tborder" style="width: 300px; height: 200px; position: absolute; top: 74px; right: 45px; z-index: 1000;">
and
HTML Code:
PHP Code:
<div style="padding: $stylevar[cellpadding]px; height: 200px; overflow: auto;" id="search_results">

right: 74px // indentation from the right edge of the screen (left from left), set in px or in %
top: 45px // indentation from the top edge of the screen (bottom from bottom), set in px or in %
width: 300px // width of window, set in px or in %
height: 200px // height of window, set in px or in %
If you want change background color of window, replace alt2 with alt1, or remove alt2 and left of width add background-color: #XXXXXX, were XXXXXX - code your color.

Live DEMO: MixPlay
Live video: YouTube - Live Search
Attached Files
File Type: zip [AJAX] Live Search Eng.zip (5.1 KB, 9 views)
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Mods for 3.7.x Thread, [AJAX] Live Search in Mods; [AJAX] Live Search Version 1.3 I'm added few functions: search only, if typed >= 3 symbols; header to window with ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3918


Bookmarks

Tags
ajax, live, search


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
AJAX Google Translator Developer Mods for 3.7.x 1 15-04-2009 05:54 AM
Building a Wordpress / website live Ajax search using jQuery Developer Javascript / VB Script 0 02-12-2008 01:01 AM
[AJAX] Album Next & Prev Links Use AJAX Developer Mods for 3.8.x 0 02-12-2008 12:36 AM
MSN Live 9 BETA - Windows Live Messenger 9 Developer Software and Programs 0 30-11-2008 05:15 PM
Ajax (programming) Developer Articles 0 26-11-2008 07:52 PM