2017-05-07, 06:38 AM
Figured out the Search bar, just wish I could write "Search Forum" inside of the text field instead of outside. Also wish it was on the right side of the HELP in the menu bar at the top instead of next to the forum name.
Added this code to the carbon theme nav template:
Added this code to the carbon theme nav template:
<div class="navigation">
{$nav}{$activesep}{$activebit}
</div>
<a name="top" id="top"></a>
<div style="float:right;">
<td class="trow1" align="center">
<form method="post" action="{$mybb->settings['bburl']}/search.php">
Search Forums:<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" class="textbox" name="keywords" value="" />
<!-- start: gobutton -->
<input type="submit" class="button" value="Go" />
<!-- end: gobutton -->
</form>
</td>
</div>