Add custom information to the dashboard support tile
Add the following properties to your language *.properties files (global definition in conf/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users.
Customize the standard support information
- dashboard.support.title
- dashboard.support.text
- dashboard.support.euroasien
- dashboard.support.us
- dashboard.support.email.name
- dashboard.support.email.href
Additional custom information (below the standard support information) (7.5.2.0 and higher)
Add a headline for the provided information
dashboard.support.title.custom = This is a headline
Add important telephone numbers
dashboard.support.tel.1 = +49 123456 (internal support hotline)
Add important links/urls
dashboard.support.link.1.name = Digital Asset Management System dashboard.support.link.1.href = http://www.yourcompany.dam.com
Add important e-mail addresses
dashboard.support.email.1.name = YourCompany internal support dashboard.support.email.1.href = mailto:support@yourcompany.com?subject=Please%20Help
For the properties “dashboard.support.tel”, “dashboard.support.email” and “dashboard.support.link”, property entries from 1 - 10 are supported on the dashboard.
NOTE: To make changes take effect you need to update the Stages configuration - e.g. in Windows via shortcut: Method Park > Update Configuration, or in linux with the stages update command. Afterwards please restart the Stages service.
UDATE (2020-09-10) Version 7.5.3.0 and higher:
- Link stylings can now be customized via custom.css (e.g. text-decoration: underline)
- “.support_dashboard_link” styles all links
- “.support_dashboard_link_<iterator>” styles a specific link
- Links can be opened in a new tab via adding “newtab” to the property (e.g. dashboard.support.link.1.href.newtab=…)
If the css styles are not working correctly try adding !important behind the css attributes.
Add help information to the login page tile (7.5.2.0 and higher)
Add the following properties to your language *.properties files (global definition in conf/local.properties or metamodel specific in localization/*.properties) to provide custom information for the stages users.
Add a headline for the provided informations
login.help.information = This is a help information text
Provide a link/url
login.help.link.text = Company Help Desk login.help.link.href = http://yourpersonalhelpdesk.de