The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Search on Forumhome
as this board and a lot of boards have.. that sweet search option on forumhome.. now I already got it this far:
PHP Code:
thanx |
#2
|
||||
|
||||
You're missing the <form> tags! You are using form commands but not telling the code where to go.
Use this code: Code:
<form action="search.php" method="post"> <input type="hidden" name="searchuser" value=""> <input type="text" name="query" class="search"> <input type="hidden" name="forumchoice" value="-1"> <input type="hidden" name="searchdate" value="-1"> <input type="hidden" name="sortby" value="lastpost"> <input type="hidden" name="sortorder" value="descending"> <input type="hidden" name="beforeafter" value="after"> <input type="hidden" name="action" value="simplesearch"> <input type="hidden" name="titleonly" value=""> <input type="hidden" name="showposts" value=""> <input type="hidden" name="exactname" value="yes"> <input type="submit" class="bginput" name="Submit" value="Search" accesskey="s"> </form> |
#3
|
|||
|
|||
yeah worked fine thanks mate.. but for some reason there's a < br > at the end of it.. at least something that has the same effect as a br
|
#4
|
|||
|
|||
well as I said for some reason it adds some kind of space at the end.. and now it looks fecked..
here's the code: PHP Code:
please help |
#5
|
||||
|
||||
In your code above, find:
Code:
<td width="50%" bgcolor="#F1F1F1"><smallfont><form action="search.php" method="post"> Code:
<form action="search.php" method="post"><td width="50%" bgcolor="#F1F1F1"><smallfont> Code:
</form></smallfont> </td> Code:
</smallfont> </td></form> |
#6
|
|||
|
|||
like a glooooove! thanks a lot mate.. worked great
|
#7
|
||||
|
||||
No problems! Glad to help.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|