Great mod. Installed. Tweaked it a bit to look more like standard VB. Hope you like.
In step 1, replace djdonx's code with this:
Code:
<if condition="is_member_of($post, 8)">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center">
<tr>
<td class="tcat">Banned User</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<blockquote>
<p> </p>
<p><strong>This user has been Banned.</strong></p>
<p class="smallfont">This member has been banned and their profile page is no longer accessible. Please check back once the ban has been lifted.</p>
<div> </div>
</blockquote>
</div>
</td>
</tr>
</table>
<else />