No, you can't use the code vB uses to control that Admin link, because that' is set up differently, in global.php, using user and UGP permissions, not group membership. Likewise forum access is controlled using forum permissions. And your original question is very specific about not using UGP's.
If all you want to do is control access by virtue of group membership, just use is_member_of().
-- uhgh
|