1 (edited by daris 2009-08-24 08:47)

Topic: [Release] Quick Search

Quick Search v1.1.0

Allows quickly search for topics and posts.

http://img25.imageshack.us/img25/347/punquicksearchao9.th.jpg

It requires kierownik's jquery extension
Download

Re: [Release] Quick Search

Simply outstanding extension, Great work. Installing it now.

MyFootballCafe.com  is Now Online!

Re: [Release] Quick Search

woohoo, loving it!
Thanks a lot smile

Re: [Release] Quick Search

using this one aswell on keydogbb.info smile

nice work daris. much  appreciated!

5 (edited by daris 2009-02-15 20:21)

Re: [Release] Quick Search

New release (1.0.1), changes:
- fixed bug when enter hides form instead of submitting it (same as go to page extension tongue )
- better way for changing search link url (I saw KeyDog's post on his forum tongue )

Download

6 (edited by KeyDog 2009-02-15 20:47)

Re: [Release] Quick Search

I updated to 1.0.1 now.
big_smile

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? big_smile

7

Re: [Release] Quick Search

KeyDog wrote:

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? big_smile

It's done in other way (using javascript)

Re: [Release] Quick Search

ok good stuff. thx.

9

Re: [Release] Quick Search

New release 1.0.2

Changes:
- when user can't search, do nothing wink
- better popup styling

Download

10 (edited by Etoile 2009-02-21 12:13)

Re: [Release] Quick Search

Very nice extension, I just installed it smile

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?

11 (edited by Etoile 2009-02-21 12:33)

Re: [Release] Quick Search

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):

http://ups.imagup.com/02/1235240350_quick-search-ie.png

But here is the output in firefox:

http://ups.imagup.com/02/1235240450_quick-search-ff.png

I'm a css n00b so I must have made some mistake somewhere?

12 (edited by daris 2009-02-22 07:39)

Re: [Release] Quick Search

Try with:

#quick_search_popup, #quick_search_popup .main-content {background: #1f537b;}

instead of

#quick_search_popup {background: #1f537b;}
Etoile wrote:

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)

13

Re: [Release] Quick Search

Thank you daris, I'll try to modify the CSS that way smile

14 (edited by daris 2009-02-28 11:18)

Re: [Release] Quick Search

New release 1.1.0

Download

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

15 (edited by rajuru 2009-04-16 05:08)

Re: [Release] Quick Search

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?

16

Re: [Release] Quick Search

project xn_jquery is dead...

Re: [Release] Quick Search

100% perfect for punbb 1.4.2 smile

kmbxxx wrote:

project xn_jquery is dead...

you can download from here

18

Re: [Release] Quick Search

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.