flagrow / html-errors
Add custom HTML error pages
Fund package maintenance!
Website
Installs: 1 513
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 2
Forks: 0
Open Issues: 0
Type:flarum-extension
README
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
An extension by FriendsOfFlarum.