Jump to content
View in the app

A better way to browse. Learn more.

Invision Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Custom error and maintenance pages

IPS Community Suite has two special pages which exist entirely outside of the normal theme and language systems:

  • error.html 
    Displayed if there is an error so severe it is not possible to display a normal error screen (for example, if your database server is offline, it is not possible to obtain the theme and language details).
  • upgrading.html 
    Displayed while an upgrade is in process.

You create different html pages to be used in these scenarios and instruct IPS Community Suite to use your pages instead. This will ensure that even if the contents of the files are changed in an upgrade, your customizations are maintained. To do this:

  1. Create the html pages as desired, and save them in the root directory of your community's installation.
  2. If you do not already have a constants.php in the root directory of your community's installation, create one with the following contents:
    <?php

     

  3. Open constants.php and add the following lines, replacing the names of the html files with the names of the files you have created:

  4. 	define( 'ERROR_PAGE', 'custom_error.html' );
    	define( 'UPGRADING_PAGE', 'custom_upgrading.html' );

     

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.