Adding a link to the HCL Connections navigation bar
-
Copy the
header.jspfile (if you have not already done so) to the HCL Connections customization folder under/common/nav/templates/. -
Add the following markup to the
<ul>element inheader.jsp:<%--><li id="lotusBannerICEC" class="<c:if test="${first}">lotusFirst</c:if>"><%-- --%><a href="/xcc/main?page=icec"><%-- --%><img alt="Link to ICEC" role="presentation" src="<lc-ui:blankGif />" class="lconnBannerIcon lconnSprite lconnSprite-iconHomeBlue16"><%-- --%><span class="lotusBannerIcec">icec</span><%-- --%></a><%-- --%></li><%-- -
The ID
lotusBannerICECon the<li>element is important because Connections Engagement Center uses it to mark the menu item as selected when a user is on a Connections Engagement Center page.Currently, only one top-navigation menu item can be displayed as selected. You can add additional menu items in
header.jsp, but they will not be highlighted as selected. Use unique IDs for any additional<li>elements. -
Restart the Connections servers to publish the updated
header.jspfile to all Connections applications.
Parent topic:Configuring