MyBB Community Forums

Full Version: Change the default "cant register" message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have disabled the registration so people see:
Sorry but you cannot register at this time because the administrator has disabled new account registrations.

I would like to change this message to my own, like:
Please follow this like to see how you can become a member

I only need to modify the source code. Where can I find
Sorry but you cannot register at this time because the administrator has disabled new account registrations.

Thanks a lot!
It's around line 153 in ./inc/languages/english/member.lang.php:

$l['registrations_disabled'] = "Sorry but you cannot register at this time because the administrator has disabled new account registrations.";
(2011-08-02, 11:49 AM)faviouz Wrote: [ -> ]It's around line 153 in ./inc/languages/english/member.lang.php:

$l['registrations_disabled'] = "Sorry but you cannot register at this time because the administrator has disabled new account registrations.";

Thanks a lot!
Can I just change it somewhere in the Theme's template? so I dont have to edit the source code every time. Thanks a lot!
What do you mean 'every time'? Changing that in the language files will permanently change it...