Customizing profile page display
Edit the profileDetails.ftl file to customize the display of profile properties on the main profile page.
Before you begin
About this task
Use the profileDetails.ftl template to render multiple sections of the main profile page.
Procedure
- Start the wsadmin client from the following
directory of the system on which you installed the Deployment Manager:
where app_server_root is the WebSphere® Application Server installation directory and dm_profile_root is the Deployment Manager profile directory, typically dmgr01.app_server_root\profiles\dm_profile_root\bin
You must start the client from this directory or subsequent commands that you enter do not execute correctly.
- Use the wsadmin client to access and check out the Profiles
business card configuration files.
- Open the LotusConnections-config/profiles/templates/profileDetails.ftl file.
- Modify the file contents to include any custom HTML or
fields.
Table 1. Section titles and descriptions for the profileDetails.ftl template Section Description jobInformation
Content in this section is rendered on the main profile page data section and appears after the user name.
Required; do not remove.
contactInformation
Content in this section is rendered in the Contact Information widget.
Required if the Contact Information widget is deployed in the
widgets-config.xml
file.associatedInformation
Content in this section is rendered in the Background Information widget.
Required if the Background Information widget is deployed in the
widgets-config.xml
file.customSection
You can define new sections to render in alternate widgets or in HTML format that is available to a REST API request.
For more information about using these settings, see Creating a simple profile data model and template customization.
- Save your changes.
- After making changes, you must check the configuration files back in, and you must do so during the same wsadmin session in which you checked them out for the changes to take effect. See Applying property changes in Profiles for information about how to save and apply your changes.
- If you have enabled template reloading, your changes are reflected immediately in the user interface. If not, restart the application to recompile the template and display your customization changes.