MyBB Ideas
The MyBB Ideas site allows users to suggest new features and changes in MyBB and the MyBB Group to easily review them to decide what direction MyBB should head in. Search existing ideas.
Quick Search
|
18 votes
|
I'd like to see a quick search function available in MyBB, preferably up in the top right corner. Also, you should be able to control what the default search result listing (I.e. threads, posts) is via the AdminCP. And of course the option to turn it on or off
|
2 Comments
-
nathangrubb, 17th May 2008, 8:10:43 PM
Well I seem to have fixed this manually. Just add this into the template(s) where you want the search box to appear:
<!-- quick 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>
<!-- /quick search box --> -
Masa, 30th May 2008, 8:20:15 AM
voted!
Post a Comment
Before you can post a comment you must be a registered member of the MyBB Community Forums.
If you already have an account, log-in to it to post a comment or if you don't register a new account.