Quote:
Originally Posted by tommykjensen
Of course I can just edit the template and add it but it would be nice if this hack had this option too.
|
I was thinking about this myself. Would it be as simple as adding the following to the welcome_headers template?
Code:
<if condition="is_member_of($bbuserinfo, USER GROUP ID)">
<!-- / XXXX 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]">$vbphrase[newly_created_phrase]</phrase>
</td>
</tr>
</thead>
</table>
<!-- / XXXX user message -->
<else />