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 8 Next »

This page is for administrators. It explains how to 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, 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 screen, PhixFlow automatically adds scrollbars to the content area.

When you 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

  1. Go to System Configuration → General Settings → Home Screen Message HTML.
  2. What to do to not have a custom message??
  3. Click  Apply and Close.
    Screen shot

Custom Content

  1. To upload any images that you require, go to the repository → Application → Images. Right-click and select  Add New; 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  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