Version: 4.0.6, by mad@Max
Developer Last Online: Jun 2013
Category: Add-On Releases -
Version: 4.0.x
Rating:
Released: 02-09-2010
Last Update: 05-28-2010
Installs: 327
Uses Plugins Template Edits Auto-Templates
Additional Files
No support by the author.
Description: Search without reload pages: by threads, by users with many sort criteria.
Features:
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 (optional)
edit position of pop-up window
work with vBadvanced
limit the number of displayed results
group permission
search by your own forums
sort results of search
mod makes only one query to db
full compatibility with styles and browsers
search by individual words
integrate option into standard search
search only the specified length of each word
users search
interval requests
wrote 2 js class
able to drag'n'drop window
Search by threads now produced on an index table thread (fulltext - optional), which increases the speed of search
Changed the type of floating window (refused vbmenu)
popup transplanted to the div's in tact vb4 (tried to get the maximum sync with the style and API)
(for non english users) offer the ability to change the keyboard layout: if by the word search returns zero results, it will try to verify whether the correct layout are the words, checking every word of the existence of the database as a dictionary. In functions_livesearch.php you can find table of characters
Installation:
Upload all files from folder upload to forum folder.
Import product.
History:
4.0.0 - initial release
4.0.1 - fixed some issues, compatibility with 4.0.x
4.0.5 - rewrote js engine
4.0.6 - fix bug with chrome, fix overlay, some js optimization
If you like this hack, please, click INSTALL and Nominate for MOTM
It works for me (vb4.0.5) in my default skin, does not work on my custom one. Any ideas how I can change the search ID if your not using default style?
The navhover.png button floats in front of live search box.
All selected tabs are affected. Open up the "lsa_css.css"-Template and search for "#lsa_cont {". I don't know anymore if I had created this by myself, if you don't find it, create it. Put in the paratheses "z-index: 100;" and all goes fine.
All selected tabs are affected. Open up the "lsa_css.css"-Template and search for "#lsa_cont {". I don't know anymore if I had created this by myself, if you don't find it, create it. Put in the paratheses "z-index: 100;" and all goes fine.
HTML Code:
#lsa_cont {
z-index: 100;
}
Best regards
L.R.
Yes, I've noticed it and it does look odd ...
Now, I hope I can follow your instructions and not blow up anything else to fix it ...
Thanks for posting ...
Regards,
Badger
Edit: I couldn't find ..
#lsa_cont {
z-index: 100;
}
in v4.04pl1, so I added your code to the bottom of ALL styles ... it worked GREAT ! See I are a programmer now ..