PDA

View Full Version : vB Topic/Post SEARCH in header


PET
02-25-2008, 04:39 AM
Hello,

I want to include an INPUT with the vBulletin search in the header. Any ideeas how?

How should the "text field" look? I just ant the text field, the user types and then just click "enteR" and it will automaticly search for it.

Thanks

Dismounted
02-25-2008, 05:25 AM
Have a look at the vBulletin.org one (in the source).

PET
02-25-2008, 05:38 AM
Have a look at the vBulletin.org one (in the source).
It leads to search.php

Dismounted
02-25-2008, 10:15 AM
You create a form, with the input, point it to the correct script, name the input correctly. And you have your search box.

PET
02-25-2008, 10:27 AM
is it suficently to create a simple textbox that will point to search.php and that's all?

Dismounted
02-26-2008, 04:48 AM
The carriage return (or "enter" key), can substitute a "submit" button. So, yes.