MyBB Community Forums

Full Version: Registration Questions.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, I've got a few questions, so might as well put them all in one thread.

First question:
Quote:When I'm trying to register, this message appears:
http://prntscr.com/18shmr

Will I need to sort it out myself or will registration be working again when I try it later?

Second question:
Quote:How do I change the colours of:
http://prntscr.com/18si9h
Since the grey doesn't go well with the yellow background.

And finally, where's the file to change the information displayed when I've registered and it tells you to check your email? I want to add 'You may want to check your spam/junk mail'

Sorry for all the questions.
but thanks :]
1. When exactly does it happen? Do you use any other plugins for registration? This may be hosting issue, try contacting them.

2. Change CSS color of div.error, div.error p, div.error p em etc. in global.css of your theme

3. Edit inc/languages/[your_lang]/member.lang.php, this specifically:
$l['redirect_registered_activation'] = "Thank you for registering on {1}, {2}.<p>To complete your registration, please check your email for account activation instructions. Until you activate your account you may not be able to post on these forums";
1. It's working now,
2. Ok thanks.

3. Ok, thanks again.