I am using SMF 2.0.14 and have disabled registration by going to Admin > Members > Registration and have disabled registration. I want a custom message to show up when users try to register. Based on earlier replies, I have edited this file by connecting via SSH to the server: Themes\default\languages\Errors.english.php;
and have changed this line:
$txt['registration_disabled'] = 'Sorry, registration is currently disabled.';
to
$txt['registration_disabled'] = 'Sorry, registration is currently disabled. Please email
[email protected]';
However, the message is not showing up. Please help.