IBM BPM, V8.0.1, All platforms > Customize and rebranding interfaces > Customize Process Portal > Customize banners
Customize the Help link in Process Portal
By default, the link to access the online help for Process Portal appears at the upper right of the banner and opens the Process Portal documentation delivered with the product. You can modify this link so that it opens different documentation instead.
Ensure that you have created your own copy of the banner content files for customizing.
The location, appearance, and content of the Help link is controlled by the index.jsp file. By default, this link is mapped to:
/BusinessSpaceHelp/index.jsp?topic=/com.ibm.wbpm.portal.help.doc/topics/cparticipating_intro.html
Procedure
- Open the index.jsp file in the copy of the folder created.
- Update the URL for the online help in the processPortalHelp <div> element. This element is contained in the processPortalUser <div> element.
<div id=processPortalUser ... ... <div id=com.ibm.bpm.processPortalHelp class="processPortalHelpIcon" href= "/BusinessSpaceHelp/index.jsp?topic=/com.ibm.wbpm.portal.help.doc/topics/cparticipating_intro.html" target="_blank" </div>Tip: To set the URL to point to a resource on the server, use a relative path where possible because relative paths are easier to maintain. Otherwise, you need to use a fully qualified path, for example, beginning with http://.
- Save the index.jsp file.
Customize banners in Process Portal
Related tasks:
Deploying a custom banner to Process Portal