Hey Ted!
Thanks again for all of your help! I updated the 'coppa' aspect of the 'welcome header phrase' and it all worked PERFECTLY.
Hey, do you think it might be worth it to officially add this 'coppa phrase' to the the latest build of this hack, since a few people have asked for it? Just a thought.
Anyway, thanks again amigo!
J.
Quote:
Originally Posted by Ted S
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 />
|