biggjoe - Here's the updated COPPA code (note the change in the phrase tag)
Code:
<if condition="is_member_of($bbuserinfo, 4)">
<!-- unapproved user message -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="alt1">
<phrase 1="$vboptions[bbtitle]" 2="$bbuserinfo[username]" >$vbphrase[welcome_coppa]</phrase>
</td>
</tr>
</thead>
</table>
<!-- / unapproved user message -->
<else />