Ok, simply open main.tpl, and placed the following code below <pun_announcement>:
<div id="punsearch" class="block">
<h2><span>Forum Search - <a href="search.php">advanced</a></span></h2>
<div class="box">
<div class="inbox">
<div>
<form id="search" method="get" action="search.php">
<input type="hidden" name="action" value="search" />
<label class="conl">Search keywords: <input type="text" name="keywords" size="40" maxlength="100" /></label>
<input type="submit" name="search" value="Submit" accesskey="s" />
</form>
</div>
</div>
</div>
</div>
You can ignore what I said about pun_include, because when I wrote that I forgot that the code I linked to doesn't contain PHP, and thus can be placed directly in main.tpl.
Looking for a certain modification for your forum? Please
take a look here before posting.