What would you like to know more about?

Show Page Sections

Single Image

This concept covers how you can use and customize the single image record insight, which displays and interacts with images based on page ID and record ID.

The single image record insight displays a single image.

  • A picture is worth a thousand words, so we've included a few for you.
    • Events Page: The Event's Primary Contact image
    • Case Cases Page: The Care Case Manager's image
  • The single image record insight is based on the page ID and record ID related to the image.
  • Hover over the image to display text identified by a token or any text you choose to include. How's that for customization?
  • Click the image to open the view record dialog box with the option of opening the image's record.
  • Use the Advanced Search Tool to get the record ID.
Note: If you use the Advanced Search Tool to get the record ID, it will look like this: Group_Focus_ID_Table.[Group_Focus_ID]. For the purposes of record insights, move the left square bracket at the very start of the ID, so it looks like this: [Group_Focus_ID_Table.Group_Focus_ID]. This may look weird at first. Just make sure the entire ID is in square brackets and that there are only two square brackets (one at the beginning and one at the end).

Add Single Image Record Insights

MinistryPlatform has a bunch of useful record insights by default. But if you want to add your own, you can do that if you have access to the System Setup section.

  1. Locate the image you want to display, and note its page and record IDs.
  2. In the navigation menu, click System Setup > Insights.
  3. Click New to create a new record insight. Or find one you like, and click Copy.
  4. Add or edit the necessary information:
    1. Title: A clear, concise title for your record insight.
      Note: The title will not display on the single image record insight.
    2. Page: The page where the record insight will display.
    3. Sub Page View: Leave this blank.
    4. Template: The template for this insight.
      • pageID: The page ID associated with the page where the image is located.
      • recordID: The record ID associated with the image you'd like to display. Remember to move the left square bracket to the beginning of the record ID.
      • text: The text that will display when hovering over the image. You can use a token to generate this text or include any text you'd like in single quotes.
    5. View Order: The order this insight will display in, from left to right.
    6. Active: Whether the insight will show up on the page. No longer relevant, set this to No.
  5. Click Save.

Single Image Template & Examples

Copy the template below. Be sure to switch the Template field into source mode before pasting. To do this, click the </> button.

Group Focus Image with Group Focus Token

{ Image: pageId=314, recordId=[Group_Focus_ID_Table.Group_Focus_ID],text=[Group_Focus_ID_Table.Group_Focus] }

Group Focus Image with Free Text

{ Image: pageId=314, recordId=[Group_Focus_ID_Table.Group_Focus_ID],text='Serving One Another' }
Tip: The image that displays will change based on the record ID, but the free text will stay the same. So if you select the free text option, choose your words carefully so that they apply to any of the image options.