Versions Compared

Key

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

This page is for administrators. It explains how to configure a PhixFlow home screenlogin message, 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 blankPhixFlow has a login message area above the login prompt. 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, including formatted text and images. Images must be uploaded to PhixFlow.

If the space required by the custom content exceeds the available space on the home screenPhixFlow to display a message to users, for example about to notify them of system upgrades.

The login message area is a fixed width and height. If your message exceeds the available space, PhixFlow automatically adds scrollbars to the content message area.

When you To configure a home screen, it is displayed behind the login window as the PhixFlow user is logging in.

How to Configure a Home Screen

Standard Home Screen

...

Custom Content

...

message:

...

Log out of PhixFlow.

...

  1. Go to System Configuration → General Settings → Home Screen Message HTML.
  2. Enter the content that you want to appear on the home screen. You can
  3. either paste in or write HTML
  4. or enter text and then use the toolbar message text.
  5. Use the text formatting buttons to format the content.
  6. To reference an image, use the relative path ../images/namecheck??
    For example <img height="100" src="../images/bigcorp-logo.jpg" />
  7. Click Insert excerpt_finish_finishnopaneltrue.

...

borderColor#01cff1
borderWidth4
titleBGColor#01cff1
titleExample

...

Copy the following HTML into System Configuration → General Settings → Home Screen Message HTML.

Code Block
<p><font size="14pt" color="green" style="bold">Welcome to PhixFlow, solving your business data and processes.</font></p>
<p><img height="150" src="../images/home-screen-test.png" alt="PhixFlow Process"/>
  1. text.
  2. Save your changes.

The login message is displayed to the next user who logs into PhixFlow.