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:
...
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
- Go to System Configuration → General Settings → Home Screen Message HTML.
- What to do to not have a custom message??
- Click
.Insert excerpt _finish _finish nopanel true
Screen shot
Custom Content
- To upload any images that you require, go to the repository → Application → Images. Right-click and select
; see Image for more details.Insert excerpt _add _add nopanel true - 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 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
.Insert excerpt _finish _finish nopanel true
...