Topic: [Release] Quick Search
Quick Search v1.1.0
Allows quickly search for topics and posts.
It requires kierownik's jquery extension
Download
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [Release] Quick Search
Quick Search v1.1.0
Allows quickly search for topics and posts.
It requires kierownik's jquery extension
Download
Simply outstanding extension, Great work. Installing it now.
woohoo, loving it!
Thanks a lot
using this one aswell on keydogbb.info
nice work daris. much appreciated!
New release (1.0.1), changes:
- fixed bug when enter hides form instead of submitting it (same as go to page extension )
- better way for changing search link url (I saw KeyDog's post on his forum )
I updated to 1.0.1 now.
EDIT: you mean I don't have to add the navlinks hook (<hook id="fn_generate_navlinks_end"><![CDATA[) - you didn't just forget it?
EDIT: you mean I don't have to add the navlinks hook (<hook id="fn_generate_navlinks_end"><![CDATA[) - you didn't just forget it?
It's done in other way (using javascript)
ok good stuff. thx.
Very nice extension, I just installed it
Is there a way to limit the quick search access to the registered users, so that the guests will only have the standard link to search.html?
And is there a way to avoid the "Perform new search" change of color once it has been clicked one time?
Well, I just have a css problem with the quick search form. I modified the original css with it:
#quick_search_popup {
font-family: Tahoma;
font-size: 11px;
padding: 3px;
padding: 0;
width: auto;
min-width: 0;
background: #1f537b;
}
So that the background color will fit my forum color scheme.
In Ie it displays correctly (except the colored "Faire une nouvelle recherche" which is kinda ugly once it has been clicked one time):
But here is the output in firefox:
I'm a css n00b so I must have made some mistake somewhere?
Try with:
#quick_search_popup, #quick_search_popup .main-content {background: #1f537b;}
instead of
#quick_search_popup {background: #1f537b;}
And is there a way to avoid the "Perform new search" change of color once it has been clicked one time?
It uses default link style. If you want to otherwise that style, you can do it via css:
#quick_search_popup a {color: #000}
(#000 is html color)
Thank you daris, I'll try to modify the CSS that way
New release 1.1.0
Changes:
- extension is now using jquery (you should install kierownik's jquery extension)
- fixed some css issues
- you can specify own css for each style
i am confused with jquery ext. so far I used jquery_y. now see u using another jquery ext. please drop one extension fully and use single ext. it will create confusion if we have two extension (specially in case of dependency).
or is it possible to use OR in dependency tag of manifest.xml file?
project xn_jquery is dead...
100% perfect for punbb 1.4.2
project xn_jquery is dead...
you can download from here
It looks like Quick Search uses all sub-forums in its search range for admins or moderators and nothing for other users. It works for admins and moderators only. Other users get "Your search returned no hits" every time.
PunBB Forums → PunBB 1.3 extensions → [Release] Quick Search
Powered by PunBB, supported by Informer Technologies, Inc.