MyBB Community Forums

Full Version: edit the message for banned ip's?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I ban an IP the user see this message: I'm sorry, but you are banned. You may not post, read threads, or access the forum. Please contact your forum administrator should you have any questions.


I can change it? In another message?

How?
Go in /inc/languages/english
And edit the global.lang.php file (preferably with an editor like editplus or notepad++)
Find:
$l['error_banned'] = "I'm sorry, but you are banned. You may not post, read threads, or access the forum. Please contact your forum administrator should you have any questions.";

Change it to anything you want and reupload the file Wink
The same way as above really, however you may also do it from your ACP.
You can only do it via ACP if the languages/(your language)/ folder is chmod to 777.
(2010-08-23, 12:08 PM)Conor Calby Wrote: [ -> ]The same way as above really, however you may also do it from your ACP.

You can? How?
If your language files are CHMOD to 666 you can edit them at ACP > Configuration > Languages > Options > Edit Language Variables.