Glad y'all like it
I slightly changed the
error_nopermission_awaiting_moderation -template to make it even more clear:
PHP Code:
You have recently registered at $bbtitle but not yet activated your account.
You can find the link to activate your account in your welcome-email.
If you didn't received the activation-email or you've allready deleted it, <a href="register.php?s=$session[sessionhash]&action=requestemail&email=$bbuserinfo[email]">click here</a> to resend it to you're email-adress ($bbuserinfo[email]).
If you still don't receive it then, you probably have entered an incorrect addres, you can correct it by editing your <a href="member.php?s=$session[sessionhash]&action=editprofile">profile</a>.
<p align="center">
<table border="0" bgcolor="#555576" cellpadding="4" cellspacing="1" align="center">
$logincode
</table>
</p>
<p><smallfont><a href="member.php?s=$session[sessionhash]&action=lostpw">Forgotten your password?</a></smallfont>
then change
<input type="text" class="bginput" name="email" size="35" maxlength="90">
to
<input type="text" class="bginput" name="email" size="35" maxlength="90" value="$email">
in your
activate_requestemail-template