For those of you that want the ban link on user profiles you can do it manually, if the developer would like to include the insertion into the mod that would be good but until then you can do this :
Search for template :
MEMBERINFO
In the template search for :
Code:
{vb:rawphrase send_private_message}</a></li>
</vb:if>
Directly under it paste :
Code:
<vb:if condition="is_member_of($bbuserinfo, 6,5)">
<li><a href="misc.php?{vb:raw session.sessionurl}do=spamcleanconfirm&u={vb:raw prepared.userid}"><img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />One Touch Ban</a></li></vb:if>
Notice the red highlight above, they are the usergroups you wish to be able to see the link ( they can use the mod because it follows the mod rules BUT they can see the link.
Click save and your done. You will now see the One touch ban link under your private message link.