how to add custom ban?

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
User avatar
therandomguyuser53
Registered User
Posts: 80
Joined: Wed Mar 01, 2023 9:18 am
Location: Cebu City, Philippines
Contact:

how to add custom ban?

Post by therandomguyuser53 »

i just wanted to add a custom ban where they threaten user and they should be ban for threaten user how?
just use of developing Xampp ;)
Discord Server https://discord.gg/7WUv6r2B2U
my English is bread
don't tell me my board link i am using localhost i will have domain in the future
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26505
Joined: Fri Aug 29, 2008 9:49 am

Re: how to add custom ban?

Post by Mick »

Do you mean like ‘Reason for ban’ and ‘Reason shown to the banned’?

ACP> Users and groups> Ban users

Or the ban messages text is in language/your language/common.php. If you want to edit the messages make a backup of the file before editing it and use a real text editor and only edit the text on the right between the ' '.

Code: Select all

'BAN_TRIGGERED_BY_EMAIL' => 'A ban has been issued on your e-mail address.',
'BAN_TRIGGERED_BY_IP' => 'A ban has been issued on your IP address.',
'BAN_TRIGGERED_BY_USER' => 'A ban has been issued on your username.',
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
Post Reply

Return to “[3.3.x] Support Forum”