Great hack, but there's a few things I noticed:
1. In my default RC1 installation, I do not have the line
HTML Code:
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
So, instead I added it after:
HTML Code:
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
</if>
2. You have references to "*****", I believe this should be "modcp".
3. "banning.php" does not exist in admincp, it does in modcp though. Might want to mention that.
4. When a call is made to warn.php, all I get is a blank screen. I'm working on tracking that down as we speak.