When you encounter an issue trying to access a certain area on the Haiilo platform, such as entering an incorrect URL or not having the required permission to view it, an error page will appear.
The error page is designed to help you out by providing links to take you back to the homepage or other sections of the platform that you can access.
Default error page overview
By default, the page looks as follows:
By selecting Back to home, you can navigate to your platform's primary homepage. Alternatively, you can go directly to a specific platform section by selecting a link under Other links. By default, links to the Pages, Communities, and Events sections are displayed.
A message at the bottom of the page displays "This page is part of your_network_name". The network name is taken from what you've set in Administration > System settings > General settings > Network Name.
Update the error page's text
You can change the text on the error page by updating the appropriate language keys. You need "Manage languages" permission to edit language keys.
These are the language keys for the error page:
ERRORS.BACK_TO_HOMEPAGE
ERRORS.CONTENT.CANNOT.OPEN
ERRORS.NOT_FOUND
ERRORS.OTHER.LINKS
ERRORS.PAGE.PART.OF
ERRORS.REDIRECT.LINKS
Below, we provide an example of updating the Other Links section's links.
- Go to Administration > Languages > Interface translations
- Select the language for which you want to edit a language key. You will need to change a key for each of your platform's languages separately.
- Search for
ERRORS.REDIRECT.LINKS
- Select the Edit placeholder in the Override column for that key
- Enter your custom translation in Markdown, e.g.:
-
- [Link 1 title](URL for link 1 in https://... format)
- [Link 2 title](URL for link 2 in https://... format)
- [Link 3 title](URL for link 3 in https://... format)
-
- Select Enter on your keyboard to save your custom links
After saving, the new links should be displayed on the error page for users.