Lynne,
The icon doesn't line up with the rest of them in 4.0.3. The fix for this is as follows:
Code:
if ($show['search'])
{
$template_hook['memberaction_dropdown_items'] .= '<li class="left">
<img src="'.vB_Template_Runtime::fetchStyleVar(imgdir_siteicons).'/forum.png" alt="" />
<a href="search.php?'.$session[sessionurl].'do=finduser&userid='.$post[userid].'&starteronly=1&contenttype=vBForum_Post" rel="nofollow">
'.$vbphrase[view_forum_threads].'
</a>
</li>';
}
Also, is there a way to do this globally so that it works in all areas that have the dropdown when you click on the username? (forumdisplay, etc.)