+

Search Tips   |   Advanced Search

Customize profile page display

Edit the profileDetails.ftl file to customize the display of profile properties on the main profile page.

Use the profileDetails.ftl template to render multiple sections of the main profile page.

  1. Check out the Profiles configuration files:

    To determine cell name:

  2. Open the LotusConnections-config/profiles/templates/profileDetails.ftl file.

  3. Modify the file contents to include any custom HTML or fields.

    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 widgets-config.xml.

    associatedInformation

    Content in this section is rendered in the Background Information widget.

    Required if the Background Information widget is deployed in widgets-config.xml.

    customSection

    We can define new sections to render in alternate widgets or in HTML format available to a REST API request.

    For more information about using these settings, see Create a simple profile data model and template customization.

  4. Save the changes.

  5. After making changes, check the configuration files back in, and we 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 the changes.

  6. If we have enabled template reloading, the changes are reflected immediately in the user interface. If not, restart the application to recompile the template and display the customization changes.


Parent topic:
Customize display using templates


Related:

Create a simple profile data model and template customization