Identify system messages with a span title.

Add option to prepend text to system messages.
Add option to always allow members to kick.
Add option to show names of those who kick people, or clean all messages.
This commit is contained in:
Daniel Winzen
2021-03-05 19:25:19 +01:00
parent c9b8a343be
commit f9b150f3ac
14 changed files with 97 additions and 23 deletions

View File

@ -55,7 +55,9 @@ $I=[
'globalloginpass' => 'Global Password:',
'login' => 'Login',
'dbupdate' => 'Database successfully updated!',
'sysmessage' => 'system message',
'sysmessages' => 'System messages',
'sysmessagetxt' => 'Prepend this text to system messages',
'msgenter' => 'Entrance',
'msgexit' => 'Leaving',
'msgmemreg' => 'Member registered',
@ -271,6 +273,7 @@ $I=[
'trackip' => 'Show session-IP',
'captchachars' => 'Characters used in Captcha',
'memkick' => 'Members can kick, if no moderator is present',
'memkickalways' => 'Members can always kick',
'forceredirect' => 'Force redirection',
'redirect' => 'Custom redirection script',
'backuprestore' => 'Backup and restore',
@ -370,6 +373,7 @@ $I=[
'personalnotes' => 'Personal notes',
'publicnotes' => 'Public notes',
'filtermodkick' => 'Apply kick filter on moderators',
'namedoers' => 'Show who kicks people or purges all messages.',
'forgotlogin' => 'Forgot login?',
'resetinstruction' => 'Please modify the script and put the following at the bottom of it (change the password). Then refresh this page: define(\'RESET_SUPERADMIN_PASSWORD\', \'changeme\');',
'resetpassword' => 'Reset password',