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.
...
- Go to System Configuration → General Settings → Home Screen Message HTML.
- 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 message text.
- Use the text formatting buttons to format the content.
- To reference an image, use the relative path
../images/name
. check??
For example<img height="100" src="../images/bigcorp-logo.jpg" />
Click
...
borderColor | #01cff1 |
---|---|
borderWidth | 4 |
titleBGColor | #01cff1 |
title | Example |
...
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"/> |
- text.
- Save your changes.
The login message is displayed to the next user who logs into PhixFlow.