Working great after alittle re-arranging! One note though:
Only usergroup 6 can see this (admins):
Code:
<if condition="$bbuserinfo[usergroupid] == 6">
<td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">AdminCP</a></td>
But if your a guest your not assigned a usergroup there for you can still see it. I tested this on my forums and guests are still able to see the AdminCP link. Just a FYI for you.