PhixFlow Help

Setup PhixFlow Home Screen Message

An HTML Message can be displayed on the PhixFlow Home page. The home pages is displayed once the application has been loaded before the user has logged in.

Create HTML content

  1. Create a file containing HTML content to appear on the home screen. 
    1. Images can be referenced in the HTML if they are in the Tomcat/webapps/{phixflow instance}/images folder where PhixFlow is installed.
    2. To test this create an example HTML file called "homeScreenHtml.html" saved in the location "c:\PhixFlow\PhixFlowHomeScreen" 

                   <font size="12pt" color="red"><b>CenterView has been rebranded as PhixFlow</b></font>
                   <br/>
                   <img height="150" src="../images/centerViewLogoW800Img.png" alt="cvimg"/>

Set location of HTML file in System Configuration

  1. Set the System Configuration > General Settings tab - 'Home Screen Message HTML File' field. Specify the full path and file name of a file containing HTML text that will appear on the Home screen
    Specify the full path and file name. For the above example this would be set to "c:\PhixFlow\PhixFlowHomeScreen\homeScreen.html"


Message Displayed on Home screen

When the PhixFlow Application is loaded the HTML will be displayed on the home screen.

 

 

Please let us know if we could improve this page feedback@phixflow.com