Well, there is a searchtips.inc.php and a searchtips.tpl. But the searchtips aren't called anywhere(?). There should be a link in search.tpl:

before:
PHP Code
<td class="tdheader">
{$lang.SEARCH_WORDS}
</td> 
after:
PHP Code
<td class="tdheader">
{$lang.SEARCH_WORDS}
<span class="small">(<a href="javascript:void(0);" onclick="javascript:window.open('{$config.BASE_URL}/ubbthreads.php/ubb/searchtips','_blank','toolbar=no, menubar=no,location=no,directories=no,status=no,width=400,height=370,top=200,left=200');">{$lang.TIPS}</a>)</span>
</td> 

Last edited by Rick; 12/03/2006 4:23 PM.

##eek##