Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add Simple Search Box to your forum.
Author Message
rockhyvez Offline
Member

Registered
Posts: 67
Joined: Mar 2012
Reputation: 2
Thanked: 9

ID: $331.77
Post: #1
Add Simple Search Box to your forum.
Add this HTML code to the header templates,

Code:
<div class="menu_search float_right" >

                        <form method="post" action="{$mybb->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="{$lang->toplinks_search}" onclick="if(this.value=='{$lang->toplinks_search}')this.value='';" onblur="if(this.value=='')this.value='{$lang->toplinks_search}';"/>
                        <input type="submit" class="menu_btn" name="submit" value="" />
                        </form>
                    </div>

and this CSS code for the themes.

Code:
.menu_search {
       background: white;
       color: #fff;
       height: 24px;
       line-height: 24px;
       vertical-align: middle;
       border: 1px solid gray;
       width: 180px;
       border-radius:20px;
       margin-top: 15px;
}
.menu_search input  {
background: white;
       border-radius:20px;
    color: black;
    border: none;
      padding: 3px;    
}
.menu_search .menu_btn {
        background: white url(http://i1098.photobucket.com/albums/g376/rockhyvez/search.png) center no-repeat;

    width: 25px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.menu_search .menu_btn:hover {
    background: white url(http://i1098.photobucket.com/albums/g376/rockhyvez/search.png) center no-repeat;
    color: #000;
    border: none;
}

For the Demo, Goto My forum http://www.wapinoy.tk

If you want to join my forum, click this link http://www.wapinoy.tk
(This post was last modified: 05-12-2012 12:15 AM by rockhyvez.)
05-12-2012 12:09 AM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)

web tracker