Great hack Boofo Installed and working perfectly
I changed the location of the search button to show in forumhome in the dhtml search box , see screen shot.
Just posting the code here in case other users would like to use it.
Edit the following template: Navigation / Breadcrumb Templates >
navbar
look for:
Code:
<tr>
<td class="vbmenu_option">
<a href="search.php?$session[sessionurl]">$vbphrase[advanced_search]</a>
</td>
</tr>
Below that code add:
Code:
<tr>
<td class="vbmenu_option">
<if condition="in_array($bbuserinfo['usergroupid'], array(5, 6, 7))">
<div class="smallfont">
<a href="search.php?do=process&replyless=1&replylimit=0&dontcache=1">Unanswered Threads</a>
</div>
</if></td>
</tr>
Done