Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] Add Search Box like Mybb has..???
#1
Not Solved
I want to add a search box like Mybb site has??

[Image: 1zogpbs.jpg]

How can I do this??

Same Box Like mybb..!!
Webxen.com - Domain Names, Best Web Hosting - $8.95 .com Domain
#2
Not Solved
This is the basic code for a search box:

<form method="post" action="search.php">
<input type="hidden" name="action" value="do_search" />
<input type="text" class="textbox" name="keywords" size="13" maxlength="250" />
<input type="submit" class="button" name="submit" value="Search" />
</form>
#3
Not Solved

I have a simple search box , check it www.chkforums.com
but i want to get this shape and look that mybb has..!!
Webxen.com - Domain Names, Best Web Hosting - $8.95 .com Domain
#4
Not Solved
You'll need to style it with CSS.

Check the source code to see how it's done here.
#5
Not Solved
(2010-10-21, 01:46 PM)Alan S. Wrote: This is the basic code for a search box:

<form method="post" action="search.php">
<input type="hidden" name="action" value="do_search" />
<input type="text" class="textbox" name="keywords" size="13" maxlength="250" />
<input type="submit" class="button" name="submit" value="Search" />
</form>

I know this is an old thread, but I just added this before <navigation> and aligned right. However if I click on the button nothing happens. Why is that?

Edit: Never mind I fixed it. Was missing one > after div
#6
Not Solved
Here a more recent tutorial, try it: http://yaldaram.com/thread-1190.html


Forum Jump:


Users browsing this thread: 1 Guest(s)