Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page is for administrators. It explains how to create a PhixFlow home screen.  

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 formatted text and images. Images must be uploaded to PhixFlow.

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

When you configure a home screen, it is displayed to all PhixFlow users when they are 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 space???
  3. Click  Apply and Close.

With custom content

  1. To upload any images that you require, go to the repository → Application → Images. Right-click and select  Addsee 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 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/name
    For example <img height="100" src="../images/bigcorp-logo.jpg" />
  5. Click  Apply and Close.


Example
  1. Download the file home-screen-test.png and upload it to PhixFlow.
  2. Copy the following HTML into System Configuration → General Settings → Home Screen Message HTML.

    <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"/>
  3. Click  Apply and Close.

  4. Log out of PhixFlow.

  5. Log in again.




  • No labels