Have you tried this? Edit user group to suit your needs.
HTML Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
<if condition="is_member_of($bbuserinfo, 5, 6, 7)">
Stuff to show to memebrs of usergroup 5, 6 and 7
<else />
Sorry ... this page is only viewable by the members of the forum.
</if>
</body>
</html>