https://github.com/FriendsOfFlarum/html-errors
Add custom HTML error pages
https://github.com/FriendsOfFlarum/html-errors
Last synced: about 2 months ago
JSON representation
Add custom HTML error pages
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/html-errors
- Owner: FriendsOfFlarum
- License: mit
- Created: 2018-04-04T02:02:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:15:41.000Z (8 months ago)
- Last Synced: 2024-10-29T22:37:24.204Z (7 months ago)
- Language: PHP
- Homepage: https://discuss.flarum.org/d/10784
- Size: 774 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF HTML Errors - Add custom HTML error pages. (Extensions / Others ([:top:](#table-of-contents)))
README
# Custom HTML Error Pages by FriendsOfFlarum
 [](https://packagist.org/packages/fof/html-errors) [](https://opencollective.com/fof/donate)
This extension allows you to customize the Flarum error pages.
By default these pages have only limited styling in Flarum.
Now you can change them to something that better reflects your website!## Installation
Use Bazaar or install it with Composer:
```
composer require fof/html-errors
```## Updating
```
composer update fof/html-errors
```## Configuration
Open the extension options to configure the custom HTML.
Leaving a field empty will show the default Flarum error page.The custom error pages are only applied when browsing the forum front-end.
Any error response under /api or /admin is unaffected.The custom error pages are not shown when debug mode is on.
You can handle additional error codes by entering the values manually in the `settings` table of the database.
## Links
[](https://opencollective.com/fof/donate)
- [Flarum Discuss post](https://discuss.flarum.org/d/10784)
- [Packagist](https://packagist.org/packages/fof/html-errors)
- [GitHub](https://github.com/FriendsOfFlarum/html-errors)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).