Sorry to hear about the author very sad event...
Installed and working on 3.8.1
I added this to the postbit template
Code:
<if condition="can_moderate()">
<tr><td class="vbmenu_option"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&u=$post[userid]">$vbphrase[spammer_ban_member]</a></td></tr>
</if>
now shows in the dropdown
I put it in after
Code:
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>