Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: sam082000 on March 30, 2023, 10:07:14 AM

Title: Custom Message for Registration Disabled
Post by: sam082000 on March 30, 2023, 10:07:14 AM
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.
Title: Re: Custom Message for Registration Disabled
Post by: Kindred on March 30, 2023, 04:20:50 PM
Clear cache