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.

Messages

Description

The messages module provides a way to style informational messages to bring something to the user's attention.

 

Usage

To create a message, simply add the ipsMessage class to a container element (e.g. div), along with one of the message styles below. The message style class will automatically add the appropriate icon to your message box.

 

Message styles

Error - ipsMessage_error

This is an error message.

Success - ipsMessage_success

This message indicates something happened successfully.

Warning - ipsMessage_warning

This message warns the user of something terrible (or not so terrible).

Information - ipsMessage_info

This message provides general information.

 

Message codes

If you need to add a code to your message, such as an error number, you can do so using the ipsMessage_code class:

<div class='ipsMessage ipsMessage_error'>
	<span class='ipsMessage_code'>12345</span>
	This is an error message.
</div>
12345 This is an error message.

 

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.