Conflicts:
	install.php
This commit is contained in:
czaks
2013-07-24 16:24:20 -04:00
5 changed files with 70 additions and 24 deletions

View File

@@ -906,8 +906,10 @@
// Check public ban message by default
$config['mod']['check_ban_message'] = false;
// Default public ban message
// Default public ban message.
// In public ban messages, %length% is replaced with "for x days" or "permanently" (with %LENGTH% being the uppercase equivalent).
$config['mod']['default_ban_message'] = 'USER WAS BANNED FOR THIS POST';
// $config['mod']['default_ban_message'] = 'USER WAS BANNED %LENGTH% FOR THIS POST'; // Include length in ban message
// What to append to the post for public bans ("%s" is the message)
$config['mod']['ban_message'] = '<span class="public_ban">(%s)</span>';