Ok, I was playing around a bit..
If your template would look like
Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle]</title>
</head>
<body>
$header
$navbar
<if condition="$bbuserinfo[userid]">
<center>
<iframe src="http://www.google.com" width="80%" height="400"></iframe></center>
<else />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="70%" align="center">
<tr>
<td class="tcat">vBulletin Message</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="left">
<!-- main error message -->
<blockquote><p><p><strong>$bbuserinfo[username]</strong>, you do not have permission to access this page. This could be due to one of several reasons:</p>
<ol>
<li>Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?</li>
<li>If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.</li>
</ol>
<div align="right">
<a href="login.php?do=logout&logouthash=b79dddc3a894bac9fea040e270f00ee7">Log Out</a>
<a href="index.php?">Home</a>
</div></p></blockquote>
<!-- / main error message -->
</div>
</div>
<!--
<div style="margin-top:6px">
<input type="submit" class="button" value="Go Back" accesskey="s" onclick="history.back(1); return false" />
</div>
-->
</td>
</tr>
</table>
</if>
$footer
</body>
</html>
Which would look like
You can also remove the $bbuserinfo[username] and replace it with something you like or whatever ...
Since I am using in the example above <if condition="$bbuserinfo[userid]"> - it will give out an error regardless of the usergoupid