Page 1 of 1

change quicksearch plugin

Posted: Sat Dec 10, 2005 3:22 pm
by MySchizoBuddy
Any idea how to make quicksearch behave like search on this website.
http://centripetalnotion.com/

right now quicksearch does search dynamically, but it doesn't allow keyboard navigation through the result like that site does.

Posted: Sat Dec 10, 2005 5:10 pm
by judebert
Holy Cow. It's neat, but requires a huge Javascript to support it. View source and have a look; all that would need to be duplicated to provide the same functionality.

And the site scrolls slow on my computer, besides.

Posted: Sat Dec 10, 2005 5:23 pm
by MySchizoBuddy
it is cool
all i need is the keyboard capability. the rest is already thre.

Posted: Sat Dec 10, 2005 8:15 pm
by garvinhicking
But the livesearch plugin does allow to use keyboard navigation?!?!

Regards,
Garvin

Posted: Sat Dec 10, 2005 8:16 pm
by MySchizoBuddy
hmm i was using live search on S9Y blog and dind't seem to allow keyboard navigation

Posted: Sat Dec 10, 2005 9:38 pm
by garvinhicking
Go to my blog at http://blog.garv.in/ and enter "emba" in the searchbox on the right as soon as it's green bordered.

Wait until results appear. Then press the "down arrow" key on your keyboard...is this what you're looking for?

Regards,
Garvin

Posted: Mon Dec 12, 2005 5:35 pm
by MySchizoBuddy
how do i get quicksearch to display outside the sidebar. perhaps in the footer. I cannot use CSS to do that. cause it is wrapped around the sidebar class.

Posted: Mon Dec 12, 2005 6:20 pm
by garvinhicking
You might need to edit the javascript of the livesearch plugin.

You can set the quicksearch plugin to "hidden" and call the plugin within your *.tpl files wherever you like, via the {smarty_showPlugin} function. See the docs for specifics.

Regards,
Garvin

Posted: Mon Dec 12, 2005 6:40 pm
by MySchizoBuddy
unable to find the smarty function u mentioned

So hide the current quicksearch plugins by using display:none
and change the javascript and give it a new name and all.

Posted: Tue Dec 13, 2005 10:38 am
by garvinhicking
Look here: http://www.s9y.org/78.html, the third function.

Regards,
Garvin

Posted: Tue Dec 13, 2005 1:48 pm
by MySchizoBuddy
garvinhicking wrote:Look here: http://www.s9y.org/78.html, the third function.
Ahh i was looking in smarty documentation
:)