Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: ScorpionRider on November 19, 2004, 07:37:44 AM

Title: Banned Domain Notices
Post by: ScorpionRider on November 19, 2004, 07:37:44 AM

I have banned hotmail.com registrations from my forum, but just recently found out that the only message that people receive when attempting to register is:

"Sorry, you are not allowed to register on this forum!"

My question is can I add more of an "explanation" to this notice, such as "Sorry, we don't accept hgotmail registrations" to this notice?

If so, can you tell me the name of the file I need to change? I'm starting to get mail asking why am I banned, because there is no real explanation why they can't register.

Can anyone help? Any help is appreciated.


Title: Re: Banned Domain Notices
Post by: A.M.A on November 19, 2004, 08:17:11 AM
in Themes/x/languages  Login.english.php
$txt['ban_register_prohibited'] = 'Sorry, you are not allowed to register on this forum';
Title: Re: Banned Domain Notices
Post by: ScorpionRider on November 19, 2004, 05:24:58 PM

Thank you! That did the trick.