The Hide "Connect with" enhancement hides links relating to adding Contacts and the Contacts page. This enhancement hides the Contacts feature in the following locations:
- Userbar, under the user's dropdown
- Members Directory
- Members widget
- Profile View, add/remove contact
- Profile View, contacts area
- Contacts link in profile navigation
Sections in this article:
- Considerations
- Set up the enhancement
- Configure the enhancement
- Turn the enhancement on
- Turn the enhancement off
- Use the enhancement
Considerations
Keep in mind the following when using the Hide "Connect with" enhancement:
- CSS: CSS can unhide Items.
- Existing connections: Already existing connections still show on profiles.
- Contacts page: The Contacts page is accessible using its URL.
- Control Panel and admin pages: Contacts are still visible when in the Control Panel and other admin pages.
Set up the enhancement
To set up the enhancement for the first time, follow the steps below. To request this enhancement to be set up in your digital workplace, contact our Igloo team.
Add enhancement code to the header
Warning
Adding code that contains errors can disrupt the functionality of your digital workplace. Use caution when adding code to this area.
Add the following code to the header of your digital workplace:
<!-- Hide "Connect with" enhancement begins -->
<link rel="stylesheet" type="text/css" href="https://igpcdnstaticsa.blob.core.windows.net/enhancements/hide-connect-with/hideConnectWith.css" />
<!-- Hide "Connect with" enhancement ends -->Configure the enhancement
There are no configuration options.
Turn the enhancement on
Once the code has been placed, the enhancement is ready to be used. If you have already turned the enhancement off following the steps in the Turn the enhancement off section below, you can remove <!-- before and --> after the middle line and save the changes to the header
Turn the enhancement off
To turn the enhancement off, you can remove the code entirely or add <!-- before and --> after the middle line, as shown below, and save the changes to the header.
<!-- Hide "Connect with" enhancement begins -->
<link rel="stylesheet" type="text/css" href="https://igpcdnstaticsa.blob.core.windows.net/enhancements/hide-connect-with/hideConnectWith.css" />
<!-- Hide "Connect with" enhancement ends -->Changes to:
<!-- Hide "Connect with" enhancement begins -->
<!-- <link rel="stylesheet" type="text/css" href="https://igpcdnstaticsa.blob.core.windows.net/enhancements/hide-connect-with/hideConnectWith.css" /> -->
<!-- Hide "Connect with" enhancement ends -->Use the enhancement
Members will be unable to view any of the hidden features.