Customizing edit display fields
Edit the profileEdit.ftl file to customize edit display fields.
Before you begin
About this task
Use the profileEdit.ftl template to customize the profile field display on the profile edit 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.
- Enter the following command
to access the Profiles configuration files:execfile("profilesAdmin.py") If prompted to specify a service to connect to, type 1 to pick the first node in the list. Most commands can run on any node. If the command writes or reads information to or from a file using a local file path, you must pick the node where the file is stored.
- Enter the following command
to check out the Profiles configuration files:ProfilesConfigService.checkOutConfig("working_directory", "cell_name" where:
- working_directory is the temporary working directory to which the
configuration XML and XSD files are copied and are stored while you make changes to them. Use
forward slashes (/) to separate directories in the file path, regardless of your operating
system.Note: In order for the command to complete successfully, the directory must grant write permissions if you are using one of the following operating systems:
- AIX
- Linux
- cell_name is the name of the WebSphere Application Server cell hosting the Profiles application. This argument is required. It is also case-sensitive. If you do not know the cell name, you can determine it by typing the following command in the wsadmin command processor: print AdminControl.getCell()
- AIX or Linux:
ProfilesConfigService.checkOutConfig("/opt/prof/temp","foo01Cell01")
- Microsoft
Windows:
ProfilesConfigService.checkOutConfig("c:/prof/temp","foo01Cell01")
- working_directory is the temporary working directory to which the
configuration XML and XSD files are copied and are stored while you make changes to them. Use
forward slashes (/) to separate directories in the file path, regardless of your operating
system.
- Enter the following command
to access the Profiles configuration files:
- Open the LotusConnections-config/profiles/templates/profileEdit.ftl file.
- Modify the file contents to include any custom HTML or
fields.
Table 1. Section titles and descriptions for the profileEdit.ftl template Section Description contactInformation
Content in this section is rendered in the Contact Information tab on the Edit Profile page.
Required; do not remove.
associatedInformation
Content in this section is rendered in the About Me tab on the Edit Profile page.
Required; do not remove.
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.