MyBB Community Forums

Full Version: Registration edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having a problem with people registering.That problem is them using emails that suggest the verification email is junk and most have their junk delete automatically.So I have to manually activate these accounts after getting emails sent to me asking whats up.

So what I would like to do is edit the registration part that they enter their email address.As it is right now it asks for Email: then Confirm Email:
I would like to add after Confirm Email: a small line of text like "please use valid email and check junk box"
Look in AdminCP > Templates > Modify / Delete > member_register.

You'll see:
<td><span class="smalltext">{$lang->confirm_email}</span></td>

Change it to:
<td><span class="smalltext">{$lang->confirm_email}<br />Please use a valid e-mail and check junk box</span></td>

I haven't done this so you may need to tweak the formatting.