Quote:
Originally Posted by jdsinclair
OK, the quick and easy way is
Create 1 new phrase
Code:
Phrase Type: GLOBAL
Product: Welcome Headers
Varname: welcome_coppa
Text: You are currently on the Moderation Queue, awaiting account confirmation. Please be patient while waiting a Staff Member to approve your account.
Edit the welcome_headers template:
Find:
Code:
<!-- / guest welcome message -->
<else />
Paste underneath it:
Code:
<if condition="is_member_of($bbuserinfo, 4)">
<!-- / coppa/moderated user message -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1">
<phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_coppa]</phrase>
</td>
</tr>
</table>
<!-- / coppa/moderated user message -->
<else />
Save your template, and that is you all done, you now have your 5th message.
|
Can anyone advise, I would like to add a message for all registered users, with my own custom text etc, to promote upgrading but also to point out site wide rules & links to rules.
How would this be set.
Thanks