Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page is for administrators. It explains how to create configure a PhixFlow home screen.  , which is displayed to all PhixFlow users during login.

Overview

By default, PhixFlow does not display a home screen. This means that, when a user first opens PhixFlow, the screen behind the login window is blank. You can configure Phixflow to display a home screen behind the login window. You can:

  • either display the standard home screen, which includes the PhixFlow logo, name and version
  • or display the standard home screen with custom content, incuding including formatted text and images. Images must be uploaded to PhixFlow.

If the space required by the text plus image custom content exceeds the available space on the home screen, PhixFlow automatically adds scrollbars to the content area.

When you configure a home screen, it is displayed to all PhixFlow users when they are behind the login window as the PhixFlow user is logging in.

How to Configure a Home Screen

Standard

...

Home Screen

  1. Go to System Configuration → General Settings → Home Screen Message HTML.
  2. Just add a spaceWhat to do to not have a custom message???
  3. Click
    Insert excerpt
    _finish
    _finish
    nopaneltrue
    .

...


  1. Screen shot

Custom Content

  1. To upload any images that you require, go to the repository → Application → Images. Right-click and select Image Removed Add
    Insert excerpt
    _add
    _add
    nopaneltrue
    ; see Image for more details.
  2. Go to System Configuration → General Settings → Home Screen Message HTML.
  3. Enter the content that you want to appear on the home screen. You can
    • either paste in or write HTML
    ,
    • or enter text and then use the toolbar to format the content.
  4. To reference an image, use the relative path ../images/namecheck??
    For example <img height="100" src="../images/bigcorp-logo.jpg" />
  5. Click
    Insert excerpt
    _finish
    _finish
    nopaneltrue
    .

...