Template Types

The templates are used throughout the system. Their names give you an indication of their use. For example, Reset Password is the template sent out when a user resets the password.

To test the template, you must execute the corresponding action, for example. reset your password on the login screen. The following templates are available:

New User Registration email

This is the mail users with a User Role Permission Manage Users receive when a new user signs up for Picturepark.

Notification Email

This mail is sent out to users (based on their notification settings in the user profile), and the mail lists all unread notifications produced by the Business Rule.

This mail is sent out for Business Rule notifications which can then also contain a link to the collection of items processed by the Business Rule.

Notification Email Item

This is the template for one unread notification. This template will be applied to each unread notification to list them in the Notification Email.

This usually only contains the notification title and message; maybe some additional information and action items.

Share Mail

Sharing mail with content sent to a recipient from Picturepark. This template can be translated into various metadata languages.

This can also be extended with specific information about using the shared material outside of your organization.

Share Page

Here you can make changes to the Share page that users access when they click on the shared link in the mail from the share in Picturepark. This template can be translated into various metadata languages.

This page can be directly embedded into your website to have a permanent collection of press material or your terms and regulations, for example. A common use case is to have a share, without an expiry date, for all branding material e.g. logos and claims; also for personnel headshots.

Picturepark allows you to update the content in the share at any time, and the link will stay the same.


Customizations
You can make some customer-specific customizations to the share page.
To do so:

  1. Go to Settings > Templates.

  2. Open the Share page template.

  3. Select Edit to edit the HTML.

  4. Add the relevant attribute the the app-root element (see below).

The following three customization options are available:

  • Display the terms of service that a user must accept before viewing the share. The text displayed is taken from Terms of Service.

    The default value is terms="false". Change this to terms="true"to display the Terms of service.

cp_share_page_tcs_grey.png
  • Change the default view, grid, to list view.

    The default value is view-mode="grid". Change this to view-mode="list" to display a list as the default view instead.

  • Remove the cookie consent pop-up.

    The default value is disable-cookie-consent="false". To remove the cookie consent pop-up, change this to disable-cookie-consent="true". The cookie warning (outlined in red below) will not be displayed.

 

Other emails not available in the template manager:

  • Reset Password: This is the mail sent to the user when they request to reset their password on the login page.