MyBB Community Forums

Full Version: Edit Search Option
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello friends. my search option is not good.if any one click in my search option, another page open to search anything.but I want to use a search option like Mybb Community.....so members can directly search from homepage..... Thanks
my site http://www.banglapdf.com/
<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>

That's the code for a basic search box. You can style it using CSS if you like.

You can also check this thread which may help you as well.
I'm very new...where do I put this.......can You explain step by step???
Go to: Admin Control Panel > Templates > Header Templates > header > and add the above code where ever you want to show Search Box. Wink
But what about my present search Option???? Should I remove it????
Its your choice, whether you would like to keep it or use a Quick Search Box.
(2011-04-27, 06:25 PM)Yaldaram Wrote: [ -> ]Its your choice, whether you would like to keep it or use a Quick Search Box.

<div id="navigation">
	<navigation>
</div>
<a id="top"></a>
<div id="header">
	<div class="wrap">
		<ul class="menu">
		<li><a href="{$mybb->settings['bburl']}/">Home</a></li>
		<li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
		<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
		</ul>
		<div class="logo">
			<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
		</div>
	</div>
</div>
<div id="container">
	<br />
	<div id="sidebar">
		{$welcomeblock}
		<div class="adverts">
			<a href="http://www.facebook.com"><img src="http://img8.uploadhouse.com/fileuploads/9686/9686405efc599ccce41ae01d137ccdf19480483.jpg" class="advert" alt="" /></a>
			<a href="http://www.facebook.com"><img src="http://img1.uploadhouse.com/fileuploads/9683/9683873f6cc6195edfb8b07196a410b4d17e6b3.jpg" class="advert" alt="" /></a>
			<a href="http://www.facebook.com"><img src="http://img3.uploadhouse.com/fileuploads/9683/9683876ef27a075e711bcba8fbde8aae10882fa.jpg" class="advert" alt="" /></a>
			<a href="http://www.facebook.com"><img src="http://img9.uploadhouse.com/fileuploads/9683/9683870ffeaae4a7fd9cf90e055cdf6d89b4cac.jpg" class="advert" alt="" /></a>
		</div>
		<div class="sidenav navtitle">
			Notices
		</div>
		<div class="trow1">
			<img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
			<a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
		</div>
		<div class="trow1">
			<img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
			<a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
		</div>
		<div class="trow1">
			<img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
			<a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
		</div>
		<div class="trow1">
			<img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
			<a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
		</div>
		<div class="adverts">
			<a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
			<a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
			<a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
			<a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
		</div>
	</div>
	<div id="content">
		{$pm_notice}
		{$bannedwarning}
		{$bbclosedwarning}
		{$unreadreports}
		{$pending_joinrequests}

This is my Header. Can You tell me where can I put the Code????
just make a red line or Bold the area, where I have to put the code...
thanks in advance

no help???
Replace header code (above code) with the following;
<div id="navigation">
    <navigation>
</div>
<a id="top"></a>
<div id="header"><div class="float_right"><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></div>
    <div class="wrap">
        <ul class="menu">
        <li><a href="{$mybb->settings['bburl']}/">Home</a></li>
        <li><a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a></li>
        <li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
        </ul>
        <div class="logo">
            <a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
        </div>
    </div>
</div>
<div id="container">
    <br />
    <div id="sidebar">
        {$welcomeblock}
        <div class="adverts">
            <a href="http://www.facebook.com"><img src="http://img8.uploadhouse.com/fileuploads/9686/9686405efc599ccce41ae01d137ccdf19480483.jpg" class="advert" alt="" /></a>
            <a href="http://www.facebook.com"><img src="http://img1.uploadhouse.com/fileuploads/9683/9683873f6cc6195edfb8b07196a410b4d17e6b3.jpg" class="advert" alt="" /></a>
            <a href="http://www.facebook.com"><img src="http://img3.uploadhouse.com/fileuploads/9683/9683876ef27a075e711bcba8fbde8aae10882fa.jpg" class="advert" alt="" /></a>
            <a href="http://www.facebook.com"><img src="http://img9.uploadhouse.com/fileuploads/9683/9683870ffeaae4a7fd9cf90e055cdf6d89b4cac.jpg" class="advert" alt="" /></a>
        </div>
        <div class="sidenav navtitle">
            Notices
        </div>
        <div class="trow1">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="trow1">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="trow1">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="trow1">
            <img align="left" src="{$mybb->settings['bburl']}/{$theme['imgdir']}/note.png" alt="" />
            <a href="#"><strong>Lorem ipsum</strong></a><br />Lorem ipsum dolor sit amet, consectetur
        </div>
        <div class="adverts">
            <a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
            <a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
            <a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
            <a href="#"><img src="http://s3.buysellads.com/1236061/7115-1253225834.gif" class="advert" alt="" /></a>
        </div>
    </div>
    <div id="content">
        {$pm_notice}
        {$bannedwarning}
        {$bbclosedwarning}
        {$unreadreports}
        {$pending_joinrequests}