MyBB Community Forums

Full Version: Looking for a "quick search" box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Looking for a "quick search" box like the one here and other boards i visit.

See here
[Image: 10gidt1.png]

I would like to add one on my index. Anyone see a plugin for this?
MUCH easier for members not always having to got to the new search page to do a search.

I searched for a while here, but found nothing. I don't want anything that uses javascript... and popup boxes.

What you have here is PREFECT!

Thanks!
Update,

Seen this thanks to babjusi
http://community.mybboard.net/thread-46114.html

AAAHhhhh more codding. I need a break from that for a bit.
I would like one as plugin if possible. If not, maybe later i will do as he says and try it.

Anyone know of one thats a plugin?
As far as I know there isn''t a plugin that does that. But I could be wrong though. You can ty to search the mod database and see if there will be one.
I have also not heard of a plugin for this, but from a code modification I created for this purpose it is very simple. Just add this code anywhere you like on the header template.

<form method="post" action="$settings[bburl]/search.php">
<input type="hidden" name="action" value="do_search" />
<input type="hidden" name="postthread" value="1" />
<input type="hidden" name="forums" value="all" />
<input type="hidden" name="showresults" value="threads" />
<input type="text" name="keywords" value="" />
$gobutton
Thanks Jammerx2, i followed what that link said and all is well.

Works great Smile

Needing help with this now
http://community.mybboard.net/thread-61339.html

Can you help?
(2009-12-14, 11:33 PM)littleg Wrote: [ -> ]Thanks Jammerx2, i followed what that link said and all is well.

Works great Smile

Needing help with this now
http://community.mybboard.net/thread-61339.html

Can you help?

No problem.

I will take a look at it.