Quote:
Originally Posted by Ted S
Simple enough! Just open up the welcome_headers template, and find:
Code:
<if condition="$bbuserinfo[posts]<1">
Above this add:
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]">$vbphrase[welcome_coppa]</phrase>
</td>
</tr>
</thead>
</table>
<!-- / unapproved user message -->
<else />
At the very end of the template, add </if>.
Then create a new GLOBAL phrase named welcome_coppa with whatever text you want to show to the user. Let me know if you have any problems...
|
Thanks man, I will give it a try tonight. It should stop all the pm and emails on why they can't post yet etc.
Also alot of new members are already posting to the welcome thread, that I included in the no post phrase.
Good Hack.