[Release] Fast Search - like in IPB - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: [Release] Fast Search - like in IPB (/thread-48277.html) |
[Release] Fast Search - like in IPB - noc123 - 2009-04-14 Name: Fast Search Author: noc123 (Fifty) http://vip-site.pl Version: 2.0 MyBB Version: All DEMO: http://vip-site.pl Description: When you click on "Search", small window pops up where you can enter a search word. A similar fast search function is in the IPB script. It has an opacity effect (tested on FF 3.5 and IE 7). Version 2.0 info I'm not very fluent with PHP, so I give you step-by-step instructions, the installation should not take longer than 2 minutes. I've changed a little bit instructions. You need to upload fast.js to jscripts folder on your server, edit one template (Header Template) and add one class to global.css Few people PM me that they have problems with changing Advanced Search link and [X] button. This problem is caused by construction of Header Template. Some themes are using <ul> and <li> tags in navigation bar in header. These tags ussually have their own links' class. So I decided to skip .fastsearch a:link class and i've set up black color as default for these two links. You can easy change it to other color, find style="color:#000000" and change #000000 to any color you want. Instruction and javascript file: instruction.txt (Size: 3.88 KB / Downloads: 856) fast.js (Size: 1.02 KB / Downloads: 597) Screen:
If you like this mod and you could do the installation plugin for this I would be very grateful. RE: [Release] Fast Search - like in IPB - x_Stricken_x - 2009-04-14 You might want to fix the MyBB version - as it won't work with all of them, just 1.4.x Good job, though RE: [Release] Fast Search - like in IPB - trustadvert - 2009-04-15 i love you! RE: [Release] Fast Search - like in IPB - JonathanP - 2009-04-16 o god! RE: [Release] Fast Search - like in IPB - AjEe - 2009-04-16 Great work! Thank you! RE: [Release] Fast Search - like in IPB - ghazal - 2009-04-17 hmm, nice looking, Great work Congratulations RE: [Release] Fast Search - like in IPB - faviouz - 2009-04-18 Nice job. RE: [Release] Fast Search - like in IPB - Miley - 2009-04-18 (2009-04-16, 08:00 AM)JonP Wrote: o god! "# #-----[ FIND ]------------------------------------------ # {$lang->toplinks_search}</a>" It doesn't exist. I used the find option, not there, I searched manually, not there. (I am looking at correct spot) RE: [Release] Fast Search - like in IPB - noc123 - 2009-04-19 Miley, If you found this: <a href="{$mybb->settings['bburl']}/search.php" than {$lang->toplinks_search}</a>" is after. It's ending of that first code. If you have in that place different code, it's OK. Put <!--Do not remove outer most DIV tag with id="fastsearch"--> [..] after </a> tag. RE: [Release] Fast Search - like in IPB - Plainas - 2009-04-19 Nice! Is it possible to make it a plugin? Should be... I love this functionality, it saves much time, but I do no like the idea of modifying my forum manually. Th eplugin system is the major reason why I picked mybb. |